/***************************************** TRACK CSS *********************************************/
.track-item {
	width: 100%;
	height: 30px;
	/*border-top: 1px solid #eeeeee;*/
	border-bottom: 1px solid #222326;
	float: left;
}
.track-item-hover{
	width: 100%;
	height: 40px;
	/*border-top: 1px solid #eeeeee;*/
	/*border-bottom: 3px solid #3366CC;*/
	float: left;
}
.track-item:hover {
	background-color: #1C1C1F;
}
.track-item-first {
	/*border-top: 1px solid #222326;*/
}
.track-item-active {
	/*background-color: #8dc015!important;
	color: azure!important;*/
}
.track-item-odd {
	background-color: #121314;
}
.track-sub-item {
	padding-top: 6px; 
    /* padding-bottom: 10px; */
    font-family: monospace;
    font-size: 12px;
    /* font-weight: 100; */
    float: left;
    overflow: hidden;
    color: #FBFBFC;
}
.track-left-option-element {
	font-size: 13px;
	color: #fff;
	width: 24px;
	margin-left: 4px;
}
.track-left-options {
	float: left;
	min-width: 150px;
	width: 25%;
	height: 30px;
}
.track-item-number {
	width: 20px;
	margin-left: 5px;
}
.track-item-checkbox-all-wrap {
	float: left;
    width: 40px;
    height: 20px;
    margin-top: 5px;
}
.track-item-checkbox-all {
	margin-left: 11px !important;
	margin-top: 4px !important;
}
.track-item-checkbox {
	margin-top: -0.01em;
	margin-left: 7px;
}
.track-item-add-to-favorites {
	/*min-width: 24px;
	width: 3%;
	height: 24px;
	margin-left: 20px;
	/*background-image: url('/img/add-to-fav-24-bright.png');
	background-repeat: no-repeat;
	background-position: 0;*/
	/*margin-top: -2px;*/
	padding-left: 15px;
}
.track-item-add-to-favorites-hover {
	background-image: url('/img/add-to-fav-24-bright-hover.png');
	cursor: pointer;
}
.track-item-active-favorite {
	/*background-image: url('/img/active-fav-bright.png');
	cursor: pointer;*/
	color: red;
	cursor: pointer;
}
.track-item-pause {
	width: 24px;
	height: 22px;
	background-image: url('/img/pause.png');
	background-repeat: no-repeat;
	background-position: 0;
	margin-left: 18px;
	margin-top: -1px;
	display: none;
}
.track-item-play {
	/*
	width: 22px;
	height: 22px;
	/*background-image: url('/img/play.png');*/
	/*background-repeat: no-repeat;
	background-position: 0;
	margin-left: 50px;
	margin-top: 3px;

	/*display: none;*/
	/*color: #fff;*/
}
.track-item-add-to-queue {
	/*width: 22px;
	height: 22px;
	margin-left: 10px;
	margin-top: 0px;

	display: none;
	margin-top: 4px;
	color: #fff;*/
}
.track-item-add-to-queue-next {
	/*width: 22px;
	height: 22px;
	margin-left: 10px;
	margin-top: -1px;
	display: none;
	margin-top: 4px;
	color: #000;*/
}
.track-item-playing {
	width: 22px;
	height: 22px;
	background-image: url('/img/playing.png');
	background-repeat: no-repeat;
	background-position: 0;
	margin-left: 20px;
	display: none;
}
.track-item-options {
	/*width: 32px;
	height: 32px;
	background-image: url('/img/options-32-bright.png');
	background-repeat: no-repeat;
	background-position: 0;
	margin-top: -7px;
	margin-left: 20px;
	margin-right: 20px;
	display: none;
	float: right;*/
	font-size: 15px;
	color: #fff;
	margin-right: 20px;
}
.track-item-options-wrapper {
	display: none;

}
.track-item-options:hover {
	cursor: pointer;
}
.track-item-itunes-aff {
	width: 44px;
	height: 32px;
	background-image: url('/img/aff-itunes2.png');
	background-repeat: no-repeat;
	background-position: 0;
	/*background-size: 32px 32px;*/
	margin-top: -7px;
	/*margin-left: 20px;*/
	margin-right: 20px;
	float: right;
	display: none;
}
.track-item-itunes-aff:hover {
	cursor: pointer;
}
.track-item-play-dummy {
	/*width: 116px;*/
	width: 84px;
	height: 22px;
	margin-left: 20px;
}
.item-activation-area {
	width: 70%;
    height: 100%;


    float: left;
    /* margin-left: 10px; */
}
.item-activation-area:hover {
	/*cursor: pointer;*/
}
.track-item-artist-name-wrapper {
	/*width: 40%;*/
    float: left;
    height: 40px;
    overflow: hidden;
	margin-left: 10px;
}
.track-item-artist-name {
	/* width: 250px; */
    float: left;
    margin-left: 7px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;

}
.track-item-artist-name:hover {
	cursor: pointer;
}
.track-item-name-wrapper {
	float: left;
    width: 50%;
    /* height: 40px; */
    overflow: hidden;
}
.track-item-name {
	float: left;
    margin-left: 7px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /*margin-top: 2px;*/
    width: 350px;
}

.track-right-box {
	float: right;
	/*width: 200px;*/
	/*width: 10%;
	min-width: 40px;*/
	overflow: hidden;
}
.track-item-duration-wrapper {
	float: left;
	height: 40px;
	overflow: hidden;
}
.track-item-duration {
	width: 45px;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	color: #bbb;
}
.track-item-views-wrapper {
	
}
.track-item-views {
	float: right;
	margin-right: 10px;
}
.header-functional {
	width: 100px;
	float:left;
}
.header-fav {
	opacity: 0.5;
	margin-top: 5px;
	float: left;
}
.header-fav:hover {
	opacity: 1;
	cursor: pointer;
}
.header-copy-url {
    margin-top: 6px;
    float: left;
}
#header-copy-url-icon {
	opacity: 0.5;
	color: #fff;
    font-size: 20px;
    margin-top: 11px;
	margin-left: 10px;
}
#header-copy-url-icon:hover {
	opacity: 1;
	cursor: pointer;
}
#track-box-fav-icon {
    color: #fff;
    font-size: 20px;
    margin-top: 11px;
    /* margin-left: 10px; */
}
/*.content-text-box {
	float: left;
	width: 50%;
	margin-top: 10px;
	margin-left: 18px;
	overflow: hidden;
}*/
.content-text-box {
	float: left;
    /* position: absolute; */
    max-width: 600px;
    /*margin-top: 10px;*/
    margin-left: 30px;
    /* margin-left: 2%; */
    overflow: hidden;
	height: 100%;
	position:relative;
}
.content-header {
	width: 100%;
	font-family: monospace;
	font-size: 15px;
	color: #a2a2a2;
	float: left;
	margin-left: 1px;
}
.content-caption {
	color: #eee;
	font-size: 30px;
	font-weight: 100;
	font-family: monospace;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-left: -1px;
}
.content-release-year {
	color: #000;
	font-size: 10px;
	font-weight: 200;
	font-family: monospace;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-left: 2px;
}
.content-options {
	position: absolute;
    bottom: 0px;
}
/************************************************ OPTIONS-MENU ***************************************************/
.page-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	display: none;
	z-index: 100;
}
.track-item-options-menu {
	position: absolute;
	z-index: 1000;
	min-width: 100px;
	max-width: 250px;
	/*height: 130px;*/
	background-color: #3E3E40;
	/*border: 1px solid #b2b2b2;*/
	border-radius: 4px;
	padding: 4px;
	display: none;
}
#social-options-menu {
	position: fixed;
	width: 140px;
	height: 90px;
	border-radius: 2px;
	background-color: #bcbcbc;
	z-index: 2000;
	display: none;
}
#social-options-menu-item-copy-url:hover, #social-options-menu-item-copy-url.hover {
	cursor: pointer;
	background-color: darkgrey;
}
.page-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
	display: none;
	z-index: 1000;
}
#social-options-menu-content {
	width: 100%;
	float: left;
}
.social-options-menu-item {
	width: 100%;
	height: 30px;
	float: left;
	font-family: monospace;
	font-size: 11px;
	color: #fff;
	border-radius: 2px;
}
.social-options-menu-item:hover {
	cursor: pointer;
	background-color: darkgrey;
}
.social-options-menu-item-icon {
	margin-top: 7px;
	margin-left: 3px;
	float: left;
	width: 15px;
	height: 15px;
	background-size: cover;
	color: #000000;
}
/*#player-menu-fav-icon {
	background-image: url('/img/feed-item-ctrl-fav.png');
}
#social-options-menu-item-back-to-playlist {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #909090;
}*/

#social-options-menu-item-share-twitter, #social-options-menu-item-share-fb, #social-options-menu-item-copy-url {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #909090;
}

.social-options-menu-item-caption {
	margin-top: 5px;
	float: left;
	width: 100px;
	height: 25px;
	margin-left: 10px;
}

#options-items-root {
	display: block;
}
.options-item {
	border-bottom: 1px solid #222326;
	height: 32px;
	color: #bbb;
}
.options-item:hover {
	cursor: pointer;
	color: #fff;
	background-color: #1C1C1F;
}
#options-item-get-link:hover, #options-item-get-link.hover {
	cursor: pointer;
	background-color: #1C1C1F;
}
.options-item-icon {
	background-image: url('');
	/*width: 16px;*/
	height: 16px;
	float: left;
}
.options-item-caption {
	margin-left: 26px;
	font-family: monospace;
    font-size: 11px;
	padding: 5px;
	float: left;
}
.no-border-bottom {
	border-bottom: 0px!important;
}
#options-item-add-to-playlist {
	/*border: 0px;*/
}
#new-pl-box {
	float: left;
	width: 250px;
	/*height: 75px;*/
	background-color: #222326;	
	display: none;
}
.menu-box-header {
	float: left;
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #222326;
}
.menu-box-back {
	float: left; 
	width: 20px;
	height: 20px;
	background-image: url('/img/back-48-bright.png');
	background-size: cover;
	margin-top: 5px;
}
.menu-box-back:hover {
	cursor: pointer;
}
.menu-box-caption {
	float: left;
	margin-left: 10px;
	font-family: monospace;
	font-size: 14px;
	font-weight: bold;
	color: #bbb;
	margin-top: 5px;
}

#new-pl-inp-box-wrapper {
	width: 100%;
	height: 40px;
	padding: 10px;
	float: left;
}
#new-pl-inp-box {
	display: block;
	width: 180px;
	height: 27px;
	padding: 5px 12px 4px;
	font-size: 14px;
	line-height: 19px;
	color: #f2f2f2;
	vertical-align: middle;
	background-color: #3e3e40;
	background-image: none;
	border: 0px solid #f2f2f2;
	border-radius: 3px;
	margin-left: -8px;
	float: left;
}
#new-pl-inp-box:focus {
	outline: 0;
}
#new-pl-btn-wrapper {
	float: left;
	width: 100%;
	height: 100%;
}
#btn-new-pl {
	width: 30px;
	height: 30px;
	border: 1px solid #bbb;
	border-radius: 20px;
	float: left;
	margin-left: 8px;
	margin-top: 4px;
}
#btn-new-pl:hover {
	border: 1px solid #3e3e40;
	cursor: pointer;
}
#btn-new-pl-caption {
	float: left;
	font-family: monospace;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	margin-left: 7px;
}
#btn-new-pl-loading {
	background-image: url("/img/loading.gif");
	width: 30px;
	height: 30px;
	display: none;
	float: left;
	margin-left: 8px;
	margin-top: 4px;
}
#add-to-pl {
	float: left;
	width: 200px;
	min-height: 75px;
	background-color: #3E3E40;	
	display: none;
	overflow: hidden;
}
#add-to-pl-loading {
	background-image: url("/img/loading.gif");
	width: 30px;
	height: 30px;
	display: none;
	margin: 0 auto;
	margin-top: 30px;
}
#share-loading {
	background-image: url("/img/loading.gif");
	width: 30px;
	height: 30px;
	display: none;
	margin: 0 auto;
	/*float: left;*/
}
#pl-list {
	float: left;
	width: 210px;
	height: 200px;
	overflow-y: auto;
	background: #3E3E40;
	padding-right: 17px;
	overflow-x: hidden;
}
#pl-list-header {
	float: left;
	width: 100%;
	height: 20px;
	font-family: monospace;
	font-size: 13px;
	color: #bbb;
	border-bottom: 1px solid #bbb;
}
#pl-list-inner {
	float: left;
	width: 220px;
}
#menu-pl-list-box-header {
	width: 220px;
}
.options-item-loading {
	width: 30px;
	height: 30px;
	float: right;
	background-image: url("/img/preloader-transparent.gif");
	background-size: cover;
	display: none;
}
#share-track-start-loading {

	background-image: url('/img/preloading_1.gif');
	background-size: cover;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: none;
	margin-top: 30%;
	margin-left: 45%;
	position:absolute;
	z-index: 99;
}
.item-fav-active {
	/*background-image: url('/img/feed-item-ctrl-fav-active.png') !important;*/
	opacity: 1 !important;
}
.caption-color {
	color: #BDBEC3 !important;
}
#track-box-options-bar {
	float: left; */
    width: 100%;
    /* height: 45px; */
    /* border-top: 1px solid #222326; */
    /* margin-top: 25px; */
    bottom: 8px;
    position: absolute;
}

.tracks-play-button {
  background-color: #648f00;
  border: 0px;
  /* border-color: #648f00; */
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 3px;
  padding: 7px 7px 7px;
  /*width: 100px;*/
  width: 75px;
  height: 10px;
  margin-top: 10px;
  float: left;
}
#track-box-play-icon {
	float: left;
	/*margin-left: 18px;*/
	margin-left: 10px;
	margin-top: -1px;
}
#track-box-play-text {
	float: left;
    font-family: monospace;
    font-size: 12px;
    margin-left: 10px;
    /* margin-top: 1px; */
}
.tracks-add-button {
  background-color: #393F50;
  border: 0px;
  /* border-color: #648f00; */
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 3px;
  padding: 7px 7px 7px;
  /*width: 50px;*/
  width: 35px;
  height: 10px;
  margin-top: 10px;
  float: left;
  margin-left: 15px;
}
#track-box-add-icon {
	float: left;
	/*margin-left: 18px;*/
	margin-left: 12px;
}
#track-box-add-text {
	float: left;
	font-family: monospace;
	font-size: 12px;
	margin-left: 20px;
}
.tracks-add-button:hover {
	opacity: 1;
	cursor: pointer;
}
.tracks-play-button:hover {
	opacity: 1;
	cursor: pointer;
}
.no-border {
	border: 0px !important;
}
.border-global {
	border-bottom: 1px solid #222326;
}
.filter-form-control {
	display: block;
    padding: 2px 25px 2px;
    font-size: 11px;
    font-family: monospace;
    line-height: 19px;
    color: #3e3e40;
    vertical-align: middle;
    background-color: #d3d3d3;
    background-image: none;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-top: 3px;
}
#header-tracks-options {
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 5px;
	/*border-bottom: 1px solid #eeeeee;*/
	display: none;
}
.filter-input-wrapper {
	/*background-color: #3e3e40; */
    /* width: 210px; */
    height: 20px;
    /* padding: 20px; */
    /* border-bottom: 1px solid #3e3e40; */
    position: relative;
    float: right;
    /* margin-left: 15px; */
    margin-top: 2px;
    right: 10px;
    /* line-height: 10px !important; */
}
#filter-box-container {
	float: right;
    /* width: 95px; */
    width: 100px;
    z-index: 1000;
    margin-right: 0px;
    line-height: 14px;
}
#filter-box-container:focus {
	outline: 0;
}
.clear-input-box-search-x, #header-filter-clear,  #header-filter-clear-playlists, #header-filter-clear-artists, #header-filter-clear-albums{
	background: url(/img/search-clear-16.png);
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 8px;
	right: 8px;
	display: none;
}
#.clear-input-box-search-x, header-filter-clear, #header-filter-clear-playlists, #header-filter-clear-artists, #header-filter-clear-albums:hover {
	cursor: pointer;
}
#music-header-sortby {
	float: right;
	/*width: 130px;*/
	width: 105px;
	height: 25px;
	margin-right: 15px;
	margin-top:9px;
}
.btn-gsm-internal-left {
	float: left;
	width: 86%;
}

.btn-gsm-text {
	font-size: 11px;
	font-family: monospace;
	color: #bbb;
	margin-top: 5px;
}
.btn-gsm-internal-right {
	border-left: 1px solid #222326;
    float: right;
    width: 12%;
    height: 100%;
}
.btn-gsm-options-click {
	font-size: 13px;
	color: #fff;
	margin-top: 6px;
}
.gsm-list-box-element {
	float: left;
	width: 100%;
	height: 20px;
	/*border-bottom: 1px solid #121314;*/
}
.gsm-list-box-element:hover {
	background: #1C1C1F;
}
.gsm-list-box-element-text {
	float: left;
    /* width: 100%; */
    font-size: 11px;
    font-family: monospace;
    color: #bbb;
    cursor: pointer;
    margin-left: 6px;
    margin-top: 3px;
}
.gsm-list-box-content-wrapper {
	float: left;
	width: 100%;
	height: 100%;
	display: none;
}
.gsm-list-box-internal {
	position: relative;
    width: 100%;
    /* height: auto; */
    background-color: #454545;
    background-image: -webkit-linear-gradient(top,#3e3e3e,#333);
    background-image: linear-gradient(top,#3e3e3e,#333);
    float: left;
    z-index: 100;
    box-shadow: 1px 1px #454545;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
#header-filter-icon-const {
	position: absolute;
    top: 6px;
    left: 5px;
    color: #949494;
}
#mft-play {
	/*opacity: 0.5;
	margin-top: 5px;
	margin-left: 17px;*/
}
#mft-play:hover {
	opacity: 1;
	cursor: pointer;
}
#mft-add-queue {
	/*opacity: 0.5;
	margin-left: 20px;
	margin-top: 13px;*/
}
#mft-add-queue:hover {
	opacity: 1;
	cursor: pointer;
}

/* ################### Itzik - 28/4/2018 #######################  */
.center-object {
	text-align: center;
	vertical-align: middle;
}
.s-item-wrapper {
	float: left;
	/*background: #1c1c1f;*/
}
.s-item-content {
	float: left;
	width: 100%;
}
.s-item-image {
	position: relative;
	width: 100%;
	background-image: url("/img/pl/covers-60.jpg");
	margin: 0 auto;
    background-size: cover;
    background-position: center;
}
.s-item-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}
.s-item-title {
	float: left;
    width: 100%;
    height: 30px;
    margin-top: 12px;
    color: #fff;
    font-family: monospace;
    font-size: 13px;
	font-weight: bold;
}
.s-item-title-artist {
	color: #bbb !important;
    font-size: 11px !important;
	font-weight: 100 !important;
}
.s-item-genre-title {
    position: absolute;
	width: 100%;
    height: 100%;
    color: #fff;
    font-family: monospace;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40px;
}

.s-item-title:hover {
	cursor: pointer;
	text-decoration: underline;
}
.s-item-controls-wrapper {
	width: 100%;
	height: 70px;
	float: left;
}

.s-item-controls {
	font-size: 2.2rem;
    width: 130px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.s-item-control-follow {
	font-size: 2.2rem;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.s-item-control-options {
	font-size: 2.2rem;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.s-item-controls:hover {
	cursor: pointer;
}
.s-item-name {
	width: 100%;
    float: left;
	margin-left: 3px;
	margin-top: 10px;
	font-size: 13px;
	font-family: monospace;
	color: #bbb;
	font-weight: bold;
}
.feed-item-ctrl-fav, .feed-item-ctrl-fav-new_rel {
	width: 30px;
	height: 30px;
	margin-top: 10px;
	opacity: 1;
	float: left;
	background-image: url('/img/feed-item-ctrl-fav-bright.png');
}
.feed-item-ctrl-fav:hover, .feed-item-ctrl-fav-new_rel:hover {
	
}
.feed-item-ctrl-fav-active {
	background-image: url('/img/feed-item-ctrl-fav-active.png') !important;
	opacity: 1;
}
.feed-item-ctrl-play {
	width: 45px;
	height: 45px;
	margin-top: 5px;
	margin-left: 10px;
	opacity: 1;
	float: left;
	background-image: url('/img/feed-item-ctrl-play-bright.png');
	background-size: cover;
}
.feed-item-ctrl-play:hover {
	
}
.feed-item-ctrl-options, .feed-item-ctrl-options-new-releases {
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-left: 10px;
	opacity: 1;
	float: left;
	background-image: url('/img/feed-item-ctrl-options-bright.png');
}
.feed-item-ctrl-options:hover, .feed-item-ctrl-options-new-releases:hover {
	
}
.s-item-control-follow {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}
.s-item-control-follow:hover {
	cursor: default;
}
.s-item-follow-icon {
	width: 20px;
    height: 20px;
    display: flex;
    /*color: #fff;*/
    font-size: 20px;
	font-weight: 100;
}
.s-item-follow-loading-icon {
	width: 15px;
    height: 15px;
    display: flex;
    color: #fff;
    font-size: 15px;
	display: none;
}
.s-item-follow-active {
	color: #1db954 !important;
}
.s-item-follow-not-active {
	color: #fff !important;
}
.s-item-play-icon {
	width: 25px;
    height: 25px;
    display: flex;
    color: #fff;
    font-size: 25px;
    margin-left: 10px;
}
.s-item-play-loading-icon {
	width: 25px;
    height: 25px;
    display: flex;
    color: #fff;
    font-size: 25px;
	display: none;
}
.s-item-control-play-wrapper {
	width: 70px;
    height: 70px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.s-item-control-play {
	font-size: 2.2rem;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #cbcbcc;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.s-item-control-play:hover {
	font-size: 2.2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #cbcbcc;
    background-color: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.s-item-artist-image {
	border-radius: 100px;
}
.s-item-overlay-artist {
	border-radius: 100px;
}
#mCSB_1_container {
	margin-right: 0px !important;
}
.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   /*
     Introduced in IE 10.
     See https://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}
.btn-gsm-internal-left {
	float: left;
	width: 86%;
}
.btn-gsm-list-box {
	background-color: #454545;
    background-image: -webkit-linear-gradient(top,#3e3e3e,#333);
    background-image: linear-gradient(top,#3e3e3e,#333);
    border-radius: 2px;
    border-radius: 1px;
    color: #aaa !important;
    cursor: pointer !important;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030',EndColorStr='#262626');
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px;
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    -webkit-user-select: none;
    user-select: none vertical-align:middle;
    white-space: normal;
    word-wrap: normal;
    height: 10px;
    margin: 0;
}

.btn-gsm-text {
	font-size: 11px;
	font-family: monospace;
	color: #bbb;
	margin-top: 5px;
}
.btn-gsm-internal-right {
	border-left: 1px solid #222326;
    float: right;
    width: 12%;
    height: 100%;
}
.btn-gsm-options-click {
	font-size: 13px;
	color: #fff;
	margin-top: 3px;
}
.gsm-list-box-element {
	float: left;
	width: 100%;
	height: 20px;
	/*border-bottom: 1px solid #121314;*/
}
.gsm-list-box-element:hover {
	background: #1C1C1F;
}
.gsm-list-box-element-text {
	float: left;
    /* width: 100%; */
    font-size: 11px;
    font-family: monospace;
    color: #bbb;
    cursor: pointer;
    margin-left: 6px;
    margin-top: 3px;
}
.gsm-list-box-content-wrapper {
	float: left;
	width: 100%;
	height: 100%;
	display: none;
}
.gsm-list-box-internal {
	position: relative;
    width: 100%;
    /* height: auto; */
    background-color: #454545;
    background-image: -webkit-linear-gradient(top,#3e3e3e,#333);
    background-image: linear-gradient(top,#3e3e3e,#333);
    float: left;
    z-index: 100;
    box-shadow: 1px 1px #454545;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.btn-gsm-list-box-wrap {
	float: left;
    width: 180px;
    height: 20px;
    margin-top: 5px;
}
.btn-gsm-internal-icon {
	float: left;
    font-size: 11px;
    color: #fff;
    margin-left: 5px;
    margin-top: 5px;
}
.btn-gsm-internal-text {
	float: left;
    margin-left: 5px;
    margin-top: 4px;
    max-width: 200px;
    height: 10px;
}

* {
    -webkit-overflow-scrolling: touch !important;
}
.playlist-item {
	width: 100%;
	height: 40px;
	/*border-top: 1px solid #eeeeee;*/
	border-bottom: 1px solid #222326;
	float: left;
}
.playlist-item:hover {
	background-color: #1C1C1F;
}
.playlist-item-short:hover {
	background-color: #1C1C1F;
	cursor: pointer;
}
.playlist-item-image {
	float: left;
	width: 30px;
	height: 30px;
	padding: 5px;
}

.playlist-item-image-short {
}
.playlist-item-user-data-short {
    min-width: 200px !important;
}
.playlist-item-user-data {
	float: left;
    min-width: 400px;
    height: 30px;
    padding: 5px;
	font-family: monospace;
    color: #fff;
    font-size: 12px;
}
.playlist-item-user-data-user-short {
	width: 100px !important;
}
.playlist-item-user-data-user {
	float: left;
	width: 200px;
	height: 15px;
}
.playlist-item-user-data-name-short {
	float: left;
	height: 15px;
	width: 100px !important;
	overflow: hidden;
}
.playlist-item-user-data-name-short:hover {
	text-decoration: none !important;
	cursor: pointer !important;
}
.playlist-item-user-data-name {
	float: left;
	width: 300px;
	height: 15px;
}
.playlist-item-user-data-name:hover {
	text-decoration: underline;
	cursor: pointer;
}
.playlists-type {
	float: right;
	margin-right: 10px;
	margin-top: 8px;
	width: 100px;
	height: 100%;
}
.playlists-type:hover {
	text-decoration: underline;
	cursor : pointer;
}
.playlists-type-active {
	color: #1db954 !important;
}
.playlists-type-icon {
	float: right;
	width: 15px;
	height: 15px;
	color:#fff;
}
.playlists-type-name {
	float: right;
	width: 70px;
	color: #fff;
	font-family: monospace;
	font-size: 12px;
}
#playlists-my-followed {
	margin-right: 20px;
}

.artist-item-top-result {
	height: 100px !important;
}
.artist-item {
	width: 100%;
	height: 40px;
	/*border-top: 1px solid #eeeeee;*/
	border-bottom: 1px solid #222326;
	float: left;
}
.artist-item:hover {
	background-color: #1C1C1F;
}
.artist-item-short {
	
}
.artist-item-image-top-result {
	width: 90px !important;
	height: 90px !important;
}
.artist-item-image {
	float: left;
	width: 30px;
	height: 30px;
	padding: 5px;
}
.search-artists-similar-results-wrapper {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.search-artists-similar-results-caption {
	width: 100%;
	float: left;
	color: #fff;
	font-family: monospace;
	font-size: 16px;
	font-weight: bold;
}
.search-artists-top-results-wrapper {
	width: 100%;
	float: left;
}
.search-artists-top-results-caption {
	width: 100%;
	float: left;
	color: #fff;
	font-family: monospace;
	font-size: 16px;
	font-weight: bold;
}
#search-artists-similar-results-feed {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.artist-item-image-src {
	width: 30px;
	height: 30px;
}
.artist-item-image-src-top-result {
	width: 90px !important;
	height: 90px !important;
}
.artist-item-image-short {
}
.artist-item-user-data-top-result {
	height: 90px !important;
	font-size: 13px !important;
	/*font-weight: bold !important;*/
}
.artist-item-user-data {
	float: left;
    width: 200px;
    height: 30px;
    padding: 5px;
	font-family: monospace;
    color: #fff;
    font-size: 12px;
}
.artist-item-user-data-user-top-result {
	height: 50px !important;
}
.artist-item-user-data-user {
	float: left;
	width: 200px;
	height: 15px;
}
.artist-item-user-data-name-top-result {
	height: 50px !important;
}
.artist-item-user-data-name {
	float: left;
	width: 200px;
	height: 15px;
}
.artist-item-user-data-name:hover {
	text-decoration: underline;
	cursor: pointer;
}

.album-item {
	width: 100%;
	height: 40px;
	/*border-top: 1px solid #eeeeee;*/
	border-bottom: 1px solid #222326;
	float: left;
}
.album-item:hover {
	background-color: #1C1C1F;
}
.album-item-short {
	
}
.album-item-image {
	float: left;
	width: 30px;
	height: 30px;
	padding: 5px;
}

.album-item-image-short {
}
.album-item-user-data {
	float: left;
    height: 30px;
    padding: 3px;
	font-family: monospace;
    color: #fff;
    font-size: 12px;
}
.album-item-user-data-user {
	float: left;
	width: 200px;
	height: 15px;
}
.album-item-user-data-name {
	float: left;
	width: 200px;
	height: 15px;
}
.album-item-user-data-name:hover {
	text-decoration: underline;
	cursor: pointer;
}
.album-item-user-data-albumname {
	float: left;
	width: 300px;
	height: 15px;
}
.album-item-user-data-albumname:hover {
	cursor: pointer;
	text-decoration: underline;
}
.album-item-user-data-artistname {
	float: left;
	width: 200px;
	height: 10px;
	color: #bbb;
	margin-left: 10px;
}
.album-item-user-data-artistname:hover {
	cursor: pointer;
	text-decoration: underline;
}
.ss-font {
	font-family: monospace;
	color: #fff;
	font-size: 12px;
	word-spacing: -2px;
}