﻿/*
  <copyright file="Browser.css" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
*/

#MediaMenu a{
    color: white !important;
}

#RightPanel.multiple #Detailed {
    display: block;
}

#RightPanel.multiple .details.item {
    display: none;
}

.contents .ramjsfx-listview {
    table-layout: fixed;
    width: 190px;
}
.contents.ramjsfx-listview-container .ramjsfx-listview-column div,
.contents.ramjsfx-listview-container .ramjsfx-listview-item a,
.contents.ramjsfx-listview-container .ramjsfx-listview-item label {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ramjsfx-listview-column0 input[type="checkbox"] {
    float: left;
    margin:0;
    height: 30px;
    vertical-align: top;
}

.contents.ramjsfx-listview-container .ramjsfx-listview-column0 div {
    width: 190px;
}

.contents.ramjsfx-listview-container .ramjsfx-listview {
    border-collapse: collapse;
}

.contents.ramjsfx-listview-container input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.contents .single-line {
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.details {
    margin-top: 30px;
}

.details .artist,
.details .rating,
.details .album,
.details .duration,
.details .contents {
    margin: 5px 0;
}

.details .title {
    margin: 10px 0 5px 0;
    font-weight: 600;
}

.details .contents .ramjsfx-listview-column div {
    display: none;
}

#ListViewContainer .ramjsfx-listview-column div,
#ListViewContainer .ramjsfx-listview-item a,
#ListViewContainer .ramjsfx-listview-item label {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#ListViewContainer table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
#ListViewContainer input[type="checkbox"] {
    margin-left: 0px;
}

#ListViewContainer table td {
    text-align: left;
    padding: 0 5px;
}

#ListViewContainer table .ramjsfx-listview-column {
    font-weight: 600;
}

#ListViewContainer .ramjsfx-listview-column0 a {
    vertical-align: top;
}

#ListViewContainer .ramjsfx-listview-column3{
    width: 100px;
}

#ListViewContainer .ramjsfx-listview-column4{
    width: 100px;
}

#MusicSearchHint {
    padding-left: 15px;
}
#MusicSearchHint .MatchesResult {
    display: block;
    color: #0066cc;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
#MusicSearchHint .MatchesResult.Calculating {
    display: none;
}

/*                Search              */
#SidePanel.Search #RightPanel #LibraryTitle,
#SidePanel.Search #RightPanel #TotalSongCount,
#SidePanel.Search #RightPanel #TotalDuration,
#SidePanel.Search #RightPanel #TotalSize,
#SidePanel.Search #RightPanel #PlayAllCommand
{
	display: none;
}

.music-portrait.standard-sidebar-on #ListViewContainer .ramjsfx-listview-column0 {
    width: 38%;
}

.music-portrait.standard-sidebar-on #ListViewContainer .ramjsfx-listview-column3 {
    width: 60px;
}

.music-portrait.standard-sidebar-on #ListViewContainer .ramjsfx-listview-column4 {
    width: 60px;
}

.ramjsfx-listview-column4 .Rating {
    margin-top: 7px;
}