/*
 * CSS styleshet for the "Madsonic Black" theme.
 */
 
@import "default.css";

@import "scrollbar-px.css";  

@import "font-Montserrat.css";

@import "playericons/playericons4kblack.css";

@import "theme/madsonic/jquery-ui-1.10.4.custom.css";


h2 {
    margin: 10px 0 0 5px;
    font-size: 10pt;    
}

.browse-index-shortcut {
    padding-bottom: 15px !important;
    font-size: 18px !important;
    line-height: 75% !important;
}

table {
    font-size: 100%; 
    line-height: 150%;
    padding: 0;
    border: 0;
    margin: 0 0 0.4em 0;
}

.mainframe #content_artist  #anchor_list a{
    font-size: 16pt;    
}

#content_artist h1 {
    padding: 10px 0 10px 0 !important;
}

.divIdCoverBack {
top: -58px;
left: 1px;
}

.logo {
    padding-right:1em;
}

.maincontrol a {
    font-weight: 500;
}


.maincontrol a img {
    padding-bottom: 1px;
    padding-right: 1px;
    padding-left: 1px;
    /* display:none; 
    width:0;
    height:0;*/
    opacity:0.90;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}

.playingframe .songTitle {
    font-size: 13px; 
}

.playingframe span {
    font-size: 12px;
}
  
.mainframe .controls {
    margin: 5px 3px 5px 3px;
    padding: 0 0 0 0;
}

.playlistframe .controls {
    margin: 0 0 0 0;
    padding: 2px 0 2px 0;
}

.playlistframe .starSong {
    margin: 0 4px 1px 2px;
}

.content_home , .content_main{
    background-image: url("../icons/default/panel2.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index:10;    
}

.leftframe .bgcolor2 {
  /*  background: url("../icons/madsonic_black/left.png") repeat-x fixed; */
}

.leftframe, .leftpanel {
    background: #5D053A url("../icons/madsonic_black/background-left.png") repeat fixed;
}

/* The primary foreground color. */
body {
    color: #DDDDDD;
}

/* The secondary foreground color used for h1, details etc. */
h1, .detail, .albumComment {
    color: #DDDDDD;
}

/* Foreground color used for h2, bold and tr. */
h2, b, tr {
    color: #DDDDDD;
}

.detail {
    font-size: 9pt;
    white-space: nowrap;
}

.songTitle {
  font-size: 100%; 
  margin-top: 5px;
  padding-top: 5px;
}

/* Link color */
a:link, a:active, a:visited, a:link *, a:active *, a:visited * {
    color: #BAD9F2;
}

/* Link hover color */
a:hover, a:hover * {
    text-decoration: none;
    color: orange;
}

.topframe a:hover, .topframe a:hover * {
    opacity:0.85;
    filter:alpha(opacity=85);  
}

/* Main frame image & colour */
.loginsplash  {
    background: #222 url('../icons/madsonic_black/backgroundalpha.png') no-repeat top left;
    background-size: cover;
    color: #666;
    border: 5px solid #111;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity:0.95;
    filter:alpha(opacity=95); /* For IE8 and earlier */
    -moz-box-shadow:    0 0 35px 15px #222;
    -webkit-box-shadow: 0 0 35px 15px #222;
    box-shadow:         0 0 35px 15px #222;
}

.topframe {
    background: url("../icons/madsonic_black/top.png") no-repeat fixed;
}

.artistindex {
    background-color: #222;
}

#artistBio {
    line-height: 18px;
    padding-bottom: 15px;
    border-top: 1px dotted #888;
    padding-top: 15px;
    font-size: 9.0pt;
    /* max-width:65% !important; */
    min-width: 160px;
}


.ruleTableHeaderPlaylists {
    padding-right:1em;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

.ruleTableCellPlaylists {
    padding-top: 4px;
    padding-right:1em;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

table.music {
    line-height: 150%;
    border-collapse:collapse;
    white-space:nowrap;
    width: 100%;
}

table.music th { line-height: 35px !important; } 
table.music tr {/* line-height: 25px !important; */} 
table.music.songs tr { line-height: 35px !important; } 
table.songs tr { line-height: 35px !important; } 

table.music tr:nth-of-type(even) { background: rgba(0,0,0,.15) !important; }
table.music tr:nth-of-type(odd) { background: rgba(0,0,0,.1) !important; }

table.content tr:nth-of-type(even) { background: rgba(0,0,0,.15) !important; }
table.content tr:nth-of-type(odd) { background: rgba(0,0,0,.1) !important; }

table.content tr th { background: rgba(0,0,0,.35) !important; }

.mainframe table tr { border-bottom: 1px solid rgba(0,0,0,.15) !important; }

#content_artist table tr { border-bottom: 0px solid #222 !important; }

#playlistBody tr { line-height:25px; border-bottom: 1px solid #222 !important; }

#playlistBody tr:nth-of-type(even) {line-height:25px; background: rgba(0,0,0,.1); }
#playlistBody tr:nth-of-type(odd) {line-height:25px; background: rgba(0,0,0,.2); }



/* #playlistBody tr:nth-of-type(even) { background: #0d0d0d; } */

/* The primary background color (light gray). */
.bgcolor1 {
    background-color: #181818;
}

/* The secondary background color (darker gray). */
.bgcolor2, .ruleTableHeader, .log  {
    background-color: #222; 
}


/* The primary background color (light gray). */
.mainframe .bgcolor1  {
 /*   background-color: #222; */
}

/* The secondary background color (darker gray). */
.mainframe .bgcolor2, .ruleTableHeader, .log {
 /*   background-color: #1F1F1F; */
 }

.bgcolor1 {
/*    background-image:url( "../icons/madsonic_black/bg-noise.jpg" ) repeat; 
    background-size: 140px 140px;*/
}

/* Background color for selected header, log etc. */
.headerSelected {
    color: black;
    background-color: #DDDDDD;
}

/* Background color for selected header, log etc. */
.viewSelected {
    color: black;
    /* background-color: #FFC200; */
    border: 0px solid black !important;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 10px;    
}

.headerSelected {
/*    border: 1px solid #B18904;  */
    border: 0px solid black !important;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 10px;
}

.ui-widget input {
    color: #888 !important;
}
.ui-dialog .ui-dialog-buttonpane button .ui-state-hover {
    color: #888 !important;
}

#content_left .bgcolor2 {
    background-color: #333;
}

h2.bgcolor2 {
    background-color: #444;
}
.mainframe .bgcolor2 {
    background-color: #1F1F1F;
    opacity: 0.80;
}

.topframe.bgcolor2 {
    background-color: #0F0E0E;
}

.bgcolor2, .log  {
    background-color: #181818;
}

.ruleTableHeader {
    background-color: #1f1f1f61;
}

table.editor .ruleTableHeader,
table.editor .ruleTableCellHeader,
table.editor .ruleTableCell  {
    border: 0px solid #444;   
}
.ruleTableHeader,
.ruleTableCellHeader,
.ruleTableCell ,
.border1,
.log { 
    border: 1px solid #444;
}

.leftpanel p.dense{
    clear: both;
    padding: 4px;
    border-bottom: 1px dotted #1D1D1D;
    /* text-shadow: 2px 2px #080808; */
    line-height: 1.4em;
    font-size: 8pt;    
}
.leftpanel p.dense:last-child{
    border: none;
}
.leftpanel p.dense:first-child{
    padding-top: 10px;
}

.leftpanel th img{
    display: none;
}

/* Main frame image & colour */
.mainframe.splash  {
    background: url('../icons/madsonic_sunny/background.png') no-repeat fixed top left;
    background-size: cover;
}

/* Back image */
.back, .forward {
    font-size: 9pt;
    background: url("../icons/madsonic_black/back.png") no-repeat center left;
    padding-left: 20px;
    line-height: 20px;
}

/* Forward image */
.forward  {
    font-size: 9pt;
    padding-left: 20px;
    line-height: 20px;
    background: url("../icons/madsonic_black/forward.png") no-repeat center left;
}

/* Forward image */
.forwardright {
    font-size: 9pt;
    padding-right: 20px;
    line-height: 20px;
    background: url("../icons/madsonic_black/forward.png") no-repeat center right;
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
    /* background: #222; */
}

::-webkit-scrollbar-corner {
    /* background: #222; */
}

::-webkit-scrollbar-track-piece {
    background: transparent none;
    border: solid 4px transparent;
    border-right-width: 8px;
    margin: 4px;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(137,131,117,0.2), inset -1px -1px 0 0 rgba(224,220,210,0.2);
}
::-webkit-scrollbar-track-piece:horizontal {
    border-right-width: 4px;
    border-bottom-width: 8px;
}
::-webkit-scrollbar-thumb {
    border: solid 0 transparent;
    border-right-width: 4px;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 9px 5px;
    -webkit-border-bottom-right-radius: 9px 5px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(79,79,79), inset 0 0 0 6px rgb(102,102,102);
}
::-webkit-scrollbar-thumb:hover {                        
    -webkit-box-shadow: inset 0 0 0 1px rgb(90,90,90), inset 0 0 0 6px rgb(110,110,110);
}
::-webkit-scrollbar-thumb:horizontal {
    border-right-width: 0;
    border-bottom-width: 4px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px 9px;
    -webkit-border-bottom-left-radius: 5px 9px;
}

#content_artst .innerbox:hover {
    opacity: 0.75;
    filter: alpha(opacity=75); 
    border: 0;
}

#content_artst .innerbox {
    opacity: 0.90;
    filter: alpha(opacity=90); 
    border: 0;
}

#content_left .bgcolor2 {
    background-color: #1F1F1F;
    opacity: 0.80;
}

#content_playqueue .bgcolor2 {
    background-color: #111;
}

#content_playqueue .bgcolor1 {
}

#content_artst .bgcolor2 {
    background-color: #1F1F1F;
    opacity: 0.80;
}

#content_artst .bgcolor1 {
    background-color: #333;
    opacity: 0.90;
}

.dropshadow {
    border: 0px solid #111;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity:0.95;
    filter:alpha(opacity=95); 
    -moz-box-shadow:    2px 2px 15px 0 #111;
    -webkit-box-shadow: 2px 2px 15px 0 #111;
    box-shadow:         2px 2px 15px 0 #111;
}

.playlistframe .rank {
    margin-right: 2px;
}

.rankEX {
    white-space: nowrap;
    font-size: 6pt;
    line-height: 1.40em;
    background: url('../icons/madsonic_black/rank.png') no-repeat right;
    padding: 4px 3px 4px 8px;
    margin-left: -2px;
    color: #FFC200;
    font-family: verdana, arial, sans-serif;
}


/* Custom */
span.off {
    background: #FFF !important;
    border: solid 1px #FFFFFF !important;
    font-size: 8pt;
}

span.on {
    background: #33B5E5 !important;
    border: solid 1px #FFFFFF !important;
    font-size: 8pt;    
}

span.off:hover {
    background: #33B5E5 !important;
    border: solid 1px #777777  !important;
    font-size: 8pt;    
    }

span.off2 {
    background: #333;    
    cursor: pointer;
    float:left;
    padding: 3px 9px;
    margin: 2px;
    color: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #333;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    white-space: nowrap;
    font-size: 8pt;    
}

span.on2 {
        cursor: pointer;
        float:left;
        padding: 3px 9px;
        margin: 2px;
        background: #33B5E5;
        color: #FFF;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        border: solid 1px #fff;
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
        white-space: nowrap;
        
    font-size: 8pt;    
}

span.on2:hover  {
    background: #33B5E5 !important;
    border: solid 1px #fff  !important;
    }

span.off2:hover  {
    background: #000 !important;
    border: solid 1px #000  !important;
    }
    

.ruleTableCellDB {
    border: 1px solid #222;
    white-space: nowrap; 
    font-size: 7pt;
    margin: 0px;
    padding: 5px;
}

.maincontrol {
    line-height: 30px;
}


img.starSong {
    margin-top: 4px;    
    margin-right: 8px;
}

img#starImage {
    padding-left: 1px;    
    padding-right: 8px;
    padding-bottom: 3px;
}

#bitrate_menu {
    color: #999 !important;
}    

 #toogleGenre {
    top: 76px;
}

input {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    font-family: 'Montserrat', Arial, serif; 
    font-weight: 400;
    padding: 9px 10px 9px 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    color: #fff; 
	background-color: #22222285;
    border: 1px solid #444;
/*  background-image: url("../icons/madsonic_black/bg-noise.jpg" );
    background-repeat: repeat;
    background-size: 140px 140px; */
}

select, button {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #444444 !important;
    font-family: 'Montserrat', Arial, serif; 
    font-weight: 400;
    padding: 9px 15px 9px 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    color: #fff !important;
	background-color: #22222285;
    border: 1px solid #444;
    /* background: #333 url("../icons/madsonic_black/bg-noise.jpg") repeat scroll 0 0;
    background-size: 140px 140px;
    */
    -webkit-appearance: textfield;    
}

button {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #444444 !important;
    font-family: 'Montserrat', Arial, serif; 
    font-weight: 400;
    padding: 9px 15px 9px 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 11px;
    color: #fff !important;
	background-color: #22222285;
    border: 1px solid #444;
/*    background: #333 url("../icons/madsonic_black/bg-noise.jpg") repeat scroll 0 0;
    background-size: 140px 140px;*/
}


button{
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #4c4c4c 50%, #3d3d3d 53%, #2b2b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(50%,#4c4c4c), color-stop(53%,#3d3d3d), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#4c4c4c 50%,#3d3d3d 53%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%,#4c4c4c 50%,#3d3d3d 53%,#2b2b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%,#4c4c4c 50%,#3d3d3d 53%,#2b2b2b 100%); /* IE10+ */
    background: linear-gradient(top, #7d7e7d 0%,#4c4c4c 50%,#3d3d3d 53%,#2b2b2b 100%); /* W3C */
    border: 1px solid #444;	
}
 
input[type=button]{
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #4c4c4c 50%, #3d3d3d 53%, #2b2b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(50%,#4c4c4c), color-stop(53%,#3d3d3d), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#4c4c4c 50%,#3d3d3d 53%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%,#4c4c4c 50%,#3d3d3d 53%,#2b2b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%,#4c4c4c 50%,#3d3d3d 53%,#2b2b2b 100%); /* IE10+ */
    background: linear-gradient(top, #7d7e7d 0%,#4c4c4c 50%,#3d3d3d 53%,#2b2b2b 100%); /* W3C */
    border: 1px solid #444;	
}
input[type=submit]{
    background: #3567a0; /* Old browsers */
    background: -moz-linear-gradient(top, #3567a0 0%, #1c5396 50%, #1f4c87 53%, #0b3c74 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3567a0), color-stop(50%,#1c5396), color-stop(53%,#1f4c87), color-stop(100%,#0b3c74)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3567a0 0%,#1c5396 50%,#1f4c87 53%,#0b3c74 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3567a0 0%,#1c5396 50%,#1f4c87 53%,#0b3c74 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3567a0 0%,#1c5396 50%,#1f4c87 53%,#0b3c74 100%); /* IE10+ */
    background: linear-gradient(top, #3567a0 0%,#1c5396 50%,#1f4c87 53%,#0b3c74 100%); /* W3C */
    border: 1px solid #06203e;
}


#listRows {
    font-size: 11px;
    float: left;
    color: #fff !important;
    background-color: #333;
    display: block;
    border: 1px solid #444;
}

#listColumns {
    font-size: 11px;
    float: left;
    color: #fff !important;
    background-color: #333;
    display: block;
    border: 1px solid #444;
}

#query {
    font-size: 11px;
    color: #222 !important;
    border: 1px solid #eee;
    background-image: url("../icons/madsonic_black/bg-white.jpg");
}

#j_username {
    color: #222 !important;
    border: 1px solid #ddd;
    background-image: url("../icons/madsonic_black/bg-white.jpg");
}

#j_password {
    color: #222 !important;
    border: 1px solid #ddd;
    background-image: url("../icons/madsonic_black/bg-white.jpg");
}

#moreActions option {
    color:white !important;
}

#moreActions optgroup {
    color:lightblue !important;
    font-style:normal;
}

.mainframe .dense {
white-space: nowrap;
font-size: 10pt;
margin: 8px;
/* line-height: 1.5em; */
}

.mainframe .dense a {
white-space: nowrap;
font-size: 10pt;
font-weight: 400;
/* line-height: 1.5em; */
}

span {
/* font-size: 9pt;*/
}

.online {
    font-size: 8pt;
    color: #83B578;
}

.offline {
    font-size: 8pt;
    color: #FAE157;
}

.easyPieChartBarColor {
    color:#33B5E5;
}
.easyPieChartScaleColor {
    color:#7E7E7A;
}
.easyPieChartTrackColor {
    color:#41565D;
}

.highlight {
    color: rgb(180, 220, 228);
}

.dd-theme-classic, .dd-all {
	background-color: #2222227a !important;
    font-size: 9pt !important;
    color: #eee !important; 
    padding: 8px 15px 8px 15px !important;  
}

.ad {
    box-shadow: 0px 0px 15px #000;
    background-color: #3C3C3C;
    border-radius: 10px;
}

.nowPlaying {
    padding: 0px 0px 5px 10px;
    background-color: #181818;
}

/* Color for warning messages. */
.warning {
    color: orange !important;
}

.selected {
    color: orange !important;
}

.status {
    color: #55a6e2 !important;
}

.accent {
    color: #7B9DB6 !important;
}

.info {
    color: rgb(44, 180, 44);
}

.error {
    color: red;
}

.online {
    color: #83B578;
}

.offline {
    color: #FAE157;
}

img.tv {
    padding: 25px 40px 25px 40px;
    background-color: rgb(55, 54, 54);
}

#media_control {
  background-color: #101010 !important;
}


.ui-button-text {
  color: #222 !important;
}


.playlistframe {
    background-color: #111 !important;    
}

#play, #pause, #buffer {
    color: #009BCA !important;
}

#startButton, #stopButton, #bufferButton  {
    cursor:pointer; font-size:25px !important; color:#009BCA !important;
}

#previousButton, #nextButton ,#fastpreviousButton, #fastnextButton  {
    color:#222 !important; 
}

.playlistframe #progress, #progress-slider, #volume, #volume-slider {
    background: #444 !important;
}

#cc-on, #cast-active {
    color: #009BCA !important;
}

.ui-slider-range-min {
    background: #009BCA !important;
}

.ui-slider .ui-slider-handle {
    background: #009BCA !important;
}

.fa-inverse {
    color: #8DEFFB !important;
} 

.starred {
    color: #009BCA !important;
}

.loved {
    color: #009BCA !important;
}

.control {
    color: #DDDDDD !important;
}

.hot {
    color: orange !important;
}

.custom-icon-small {
  font-size:7px !important;
  background:#fff;
  padding:7px 6px 5px 6px;
  margin: 2px 0px 2px 0px;
  background:rgba(0,0,0,0.2);
  -webkit-border-radius:25%;
  -moz-border-radius:25%;
  -o-border-radius:25%;
  border-radius:25%;
  border:1px solid #111 !important;
  color:#fff;
  /*    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);  */
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:14px;
  height:14px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.custom-icon {
  font-size:12px;
  background:#fff;
  padding:7px 6px 5px 6px;
  margin: 2px 1px 2px 1px;
  background:rgba(0,0,0,0.2);
  -webkit-border-radius:25%;
  -moz-border-radius:25%;
  -o-border-radius:25%;
  border-radius:25%;
  /*border:1px solid #111 !important; */
  border: 1px solid rgba(0,0,0,0.4) !important;
  color:#fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); 
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:14px;
  height:14px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.custom-icon:hover, .custom-icon-playlist:hover {
  background:rgba(0,0,0,0.8);
  color: orange;
}

.custom-icon-rank {
  font-size:10px;
  font-weight: 700;
  font-family: 'Montserrat', Arial, serif  !important;
}

.custom-icon-playlist {
  font-size:12px;
  background:#fff;
  padding: 7px 6px 5px 6px;
  margin:2px;
  background:rgba(0,0,0,0.2);
  -webkit-border-radius:25%;
  -moz-border-radius:25%;
  -o-border-radius:25%;
  border-radius:25%;
  border: 1px solid rgba(0,0,0,0.4) !important;
  color:#fff;
/*	box-shadow: 0 1px 5px rgba(16, 16, 16, 0.46); */
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:14px;
  height:14px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}


.custom-icon-header {
  font-size:20px !important;
  background:#fff;
  padding:7px 4px 3px 4px;
  margin:0 8px 8px 5px;
  background:rgba(0,0,0,0.2);
  -webkit-border-radius:25%;
  -moz-border-radius:25%;
  -o-border-radius:25%;
  border-radius:25%;
  border: 1px solid rgba(0,0,0,0.4) !important;
  color:#fff;
    box-shadow: 0 1px 5px rgba(16, 16, 16, 0.46);
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:24px;
  height:24px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.custom-icon-main {
  font-size:14px !important;
  background:#fff;
  padding:7px 4px 4px 5px;
  margin:0 0 8px 0;
  background:rgba(0,0,0,0.2);
  -webkit-border-radius:25%;
  -moz-border-radius:25%;
  -o-border-radius:25%;
  border-radius:25%;
  border: 1px solid rgba(0,0,0,0.4) !important;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:16px;
  height:16px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.custom-icon-media {
  font-size:12px !important;
  background:#fff;
  padding:7px 4px 4px 5px;
  margin:0 0 0 0;
  background:rgba(0,0,0,0.2);
  -webkit-border-radius:25%;
  -moz-border-radius:25%;
  -o-border-radius:25%;
  border-radius:25%;
  border: 1px solid rgba(0,0,0,0.4) !important;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:16px;
  height:16px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.custom-icon-nohover {
  /* font-size:12px; */
  background:#fff;
  padding:6px 4px 4px 4px;
  margin:0px;
  background:rgba(0,0,0,0.2);
  -webkit-border-radius:25%;
  -moz-border-radius:25%;
  -o-border-radius:25%;
  border-radius:25%;
  border:0px solid #111 !important;
  color:#fff;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width: 14px !important;
  height: 14px !important;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.custom-icon-nohover:hover {
  color: orange;
}


.cover-icon {
  font-size:9px !important;
  background: rgba(50, 50, 50, 0.90) !important;
  color:#fff !important;
  padding:7px 4px 4px 5px;
  box-shadow: 0 1px 5px rgba(16, 16, 16, 0.90);
  -webkit-border-radius:25% !important;
  -moz-border-radius:25% !important;
  -o-border-radius:25% !important;
  border-radius:25% !important;
  border:1px solid #111 !important;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:12px;
  height:12px;
}

.cover-icon:hover {
  color: orange  !important;
  border:1px solid #FFF !important;
}

.cover-icon:active {
  border:1px solid #fff !important;	
  color: orange !important;
}

.fix-editor {
  display:none;
}
.icon-wrapper {
  display:inline-block;
}

.jumbotron {
    color: #eee  !important;
    background-color: #333 !important;
}

table.content th {
    background-color: #0a0a0a;
    line-height:35px;
}

table.music th {
    background-color:#0e0e0e;
}

.playlistframe table.music th {
    background-color:#0a0a0a;
}

#playlistframeheader {
    background-color:#0e0e0e;
    padding:10px 0px 6px 15px;
}

.browse-index-title {
    clear: both;
    font-size: 13px;
    line-height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 16px;
    border-radius: 3px 3px 3px 3px;
    font-weight: 600;
    border: 1px solid #000;
    width: 20px;
    -webkit-box-shadow: 2px 2px 15px 0 #ccc;
    box-shadow: 2px 2px 15px 0 #111;
}


table.music td.fit.leftborder, table.music th.fit.leftborder,
table.music td.truncate.leftborder, table.music th.truncate.leftborder {
    border-style: none;
    /*  border-left: solid 1px #1f1f1f; */
	border-left: 1px solid rgba(0,0,0,0.15) !important;
}


#chevronButton {
	font-size: 11px;
}

#chevronButton .fa-chevron-right {
	padding-left: 1px;
	color: #607D8B !important;
}

.flowplayer.fp-playful .fp-color, .flowplayer.fp-playful .fp-color-play {
    background-color: #03A9F4 !important;
    fill: #03A9F4 !important;
}

table.dataTable thead th.sorting:after {
	color: #333333 !important;
}

table.dataTable thead th.sorting_asc:after {
	color: #73B6E0 !important;
}

table.dataTable thead th.sorting_desc:after {
	color: #73B6E0 !important;
}

.dialogboxTitle {
    color: rgb(255, 255, 255)  !important;
    background-color: rgb(64, 64, 64)  !important;
    border-bottom: 1px solid black !important;
}

button a:link, button a:active, button a:visited, button a:link *  {
	color: #ffffff !important;
}

button a:hover {
	color: #36CCF9 !important;
}

.help {
	color: #BAD9F2 !important;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	border: 2px solid #ffd600;
	border-radius: 6px;
	box-shadow: 5px 5px 10px 0 rgba(128,128,128,0.2);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
	padding: 10px;
	font-size: 12px;		
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #ffd600 !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #ffd600 !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #ffd600 !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #ffd600 !important;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background { border-bottom-color:#ffd600;top:4px}
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background { border-right-color:#ffd600;left:4px}
.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background { border-left-color:#ffd600;left:-4px}
.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background { border-top-color:#ffd600;top:-4px}
