/*Taxonomies Style*/
th.column-thumb {width:60px;}
.form-field img.taxonomy-image {border:1px solid #eee;max-width:300px;max-height:300px;}
.inline-edit-row fieldset .thumb label span.title {width:48px;height:48px;border:1px solid #eee;display:inline-block;}
.column-thumb span {width:48px;height:48px;border:1px solid #eee;display:inline-block;}
.inline-edit-row fieldset .thumb img,.column-thumb img {width:48px;height:48px;}

#acf-song_video,
#acf-song_video_cover,
#acf-song_audio,
#acf-song_audio_cover,
#acf-song_for_sale,
#acf-song_embed_audio,
#acf-song_audio_link,
#acf-song_video_link,
#acf-song_embed_video,
#acf-song_video.tzhide,
#acf-song_video_cover.tzhide,
#acf-song_audio.tzhide,
#acf-song_audio_cover.tzhide,
#acf-song_for_sale.tzhide,
#acf-song_embed_audio.tzhide,
#acf-song_embed_video.tzhide,
#acf-song_audio_link.tzhide,
#acf-song_video_link.tzhide
{
display:none;
}
#acf-song_video.tzshow,
#acf-song_audio.tzshow,
#acf-song_audio_cover.tzshow,
#acf-song_video_cover.tzshow,
#acf-song_for_sale.tzshow,
#acf-song_embed_audio.tzshow,
#acf-song_audio_link.tzshow,
#acf-song_video_link.tzshow,
#acf-song_embed_video.tzshow{
    display:block;
}
.chosen-select{
    width:100%;
    min-width:300px;
}
.acf-tab-wrap label small{
    font-weight:normal;
}
.acf-tab_group-hide{
    display:none !important;
}
.addons-header{
    background:#fff;
    padding:20px 15px;
    margin-right:15px;
}
.addons-item{
    float:left;
    background:#fff;
    width:500px;
    -webkit-box-shadow: 0 0 3px 1px #ddd;
    box-shadow: 0 0 3px 1px #ddd;
    padding:15px;
    margin-right:15px;
    margin-bottom: 8px;
    position:relative;
}
.addons-item img{
    float:left;
    width:120px;
    margin-right:15px;
}
.addons-item span{
    font-weight:bold;

}
.btn_addons{
    clear:both;
    top:18px;
    right:18px;
    position:absolute;

}
.btn_addons a,.btn_addons span{
    background:#0073AA;
    color:#fff;
    text-align: center;
    padding:5px 15px;
    display: block;
    text-decoration: none;
    border-radius:3px;
    line-height: 15px;
    cursor: pointer;
    font-weight:normal;
}
.tz_album_create .tzacf-checkbox-list{
    width:45%;
    padding:0;
    float:left;
}
.tz_album_create label.album{
    padding:5px 15px;
    font-weight:bold;
}
.tz_album_create .acf-checkbox-list li{
    padding:5px 15px;
}
.addons-contain span.version{
    color:#999;
    font-size:11px;
    display:block;
    font-weight: normal;
}
.addons-header h4{
    margin-top: 0;
    font-size:15px;
}
.btn_addons span.installed{
    border:none;
    cursor: default;
}
.addon-submit{
    color:#fff;
    border:1px solid #efefef;
    background:#449DF9;
    cursor:pointer;
    padding: 3px 10px;
    border-radius:3px;
}
/* custom editor*/

#albums-select, #artist-select{
    padding:15px;
}
#albums-select label, #artist-select label{
    width:150px;
    display:inline-block;
}
#albums-select select, #artist-select select{
    width:200px;
}
#albums-select .album-item, #artist-select .artist-item{
    display:block;
    margin-bottom:15px;
}
#albums-select .album-item label{
    font-weight:bold;
}
.column-song_type span{
    font-size:14px;
}
.field_type-textarea textarea{
    padding:10px 20px !important;
    font-size:17px;
}
.chosen-container{
    min-width:300px;
}