﻿.clear-bg { background: none !important; }
.table-zero { padding: 0px; border-collapse: collapse; }
.table-center th { text-align: center !important; }
.table-center td { text-align: center !important; }

/* ------------------------ Table Music Style ------------------------ */

.table-music table
{
    width: 100%;
}
.table-music th
{
    background-color: #C24641;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    height: 25px;
    text-align: center;
}
.table-music tr:nth-child(odd)
{
    background-color: #FEFCFF;
    color: #2C3539;
    font-size: 12px;
    height: 25px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}
.table-music tr:nth-child(even)
{
    background-color: #FFD8D5;
    color: #2C3539;
    font-size: 12px;
    height: 25px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}
.table-music tr:hover
{
    background-color: #E5E4E2;
}


.table-music-info table { width: 100%; table-layout: fixed; }
.table-music-info th 
{
    background-color: #FFD8D5;
    color: #2C3539;
    font-weight: bold;
    font-size: 12px;
    width: 50%;
    height: 30px;
    text-align: right;
    padding-right: 5px;
}
.table-music-info td 
{
    background-color: #D1D0CE;
    color: #2C3539;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
    word-wrap:break-word;
}
.table-music-info tr:hover th, 
.table-music-info tr:hover td 
{ background-color: #FFF3A3; }
.table-music-info input[type="text"] { background-color: #FFFFF0; color: #696969; width: 95%; padding-left: 5px; padding-right: 5px; }
.table-music-info select { min-width: 200px; background-color: #FFFFF0; color: #696969; }


.table-music-edit table { width: 100%; font-size: 12px; }
.table-music-edit th  
{
    background-color: #D1D0CE; 
    color: #2C3539;
    font-weight: bold;
    width: 200px;
    height: 30px;
    text-align: right;
}
.table-music-edit td  
{
    background-color: #FFFFFF;
    text-align: left;
}
.table-music-edit input[type="text"] { background-color: #FFFFF0; color: #696969; padding-left: 5px; padding-right: 5px; }

.table-music-edit-content input[type="text"] { background-color: #FFFFF0; color: #696969; padding-left: 5px; padding-right: 5px; }
.table-music-edit-content input[type="button"] { font-size: 12px; }
.table-music-edit-content select { min-width: 200px; background-color: #FFFFF0; color: #696969; }
.table-music-edit-content label { font-size: 12px; font-weight: bold; }

.table-sub-music-info tr:hover td { background-color: #FFF3A3; }


.table-music-asset table { width: 100%; }
.table-music-asset th 
{
    background-color: #FFD8D5;
    color: #2C3539;
    font-weight: bold;
    font-size: 12px;
    width: 20%;
    height: 30px;
    text-align: right;
    padding-right: 5px;
}
.table-music-asset td 
{
    background-color: #D1D0CE;
    color: #2C3539;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
    word-wrap:break-word;
}
.table-music-asset tr:hover th, 
.table-music-asset tr:hover td 
{ background-color: #FFF3A3; }

/* ------------------------ End ------------------------ */


/* ------------------------ Table Music Style ------------------------ */

.table-playlist table
{
    width: 100%;
    border: 2px solid #696969;
    text-align: left;
}
.table-playlist input[type="text"] { background-color: #FFFFF0; color: #696969; padding-left: 5px; padding-right: 5px; }

.table-playlist-master 
{ 
    border: 2px solid #696969;
}

.table-playlist-user 
{ 
    border: 2px solid #696969;
}

/* ------------------------------- End ------------------------------- */


/* ------------------------ Box Style ------------------------ */

.box-container-1
{
    border: solid 1px #DCDCDC; 
    padding: 5px; 
    display: table; 
    width: 100%; 
    -moz-box-shadow: 0px 5px 10px #000000;
    -webkit-box-shadow: 0px 5px 10px #000000;
    box-shadow: 0px 5px 10px #000000;
}

.box-container-2  
{
    min-height: 250px; 
    background-color: #E5E4E2;
    border: solid 1px #D1D0CE;
    border-top: none;
}

.box-tab-red {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    position: relative;
}
.box-tab-red:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #D1D0CE;
    z-index: 1;
}
.box-tab-red li {
    margin: 0 5px;
    padding: 0 5px;
    border: solid 1px #D1D0CE;
    background: #C24641;
    display: inline-block;
    position: relative;
    z-index: 0;
}
.box-tab-red li:hover { cursor: pointer; background-color: #FFA500; }
.box-tab-red li.selected { background: #E5E4E2; border-bottom-color: #E5E4E2; color: #000000; z-index: 2; }
.box-tab-red li.disabled { background: #696969; border-bottom-color: #E5E4E2; color: #DCDCDC; z-index: 2; cursor: default; }

/* ------------------------ End ------------------------ */