﻿/*favorites styles*/

.fave-col
{
    float:left;
    width:300px;
    margin-right:10px;
}
.fave-colhead
{
    height:36px;
    background:#333;
    color:#fff;
    border-radius:4px;
    padding:8px;
}
.fave-colhead input
{
    color:#000;
    font-size:14px;
    height:20px;
    width: 250px;
}
.fave-card
{
    /*border-top:solid 1px #ccc;
    border-right:solid 1px #666;
    border-left:solid 1px #ccc;*/
    border-bottom:solid 1px #666;
    padding:4px;
    height:94px;
    margin-bottom:6px;
    overflow:hidden;
    width:270px;clear:both;
}
.fave-card img
{
     width:100px;float:left;margin-right:10px;
}
.fave-card--wrap {
    width: 280px;
    padding: 10px;
    margin: 10px auto;
    border-bottom: none;
} 
.fave-playlists-area {
    height: 600px;
    overflow-y: scroll;
    border: solid 1px #ccc;
    padding: 5px;
    margin: 10px 0px;
}
.fave-playlists-item
{
    border-bottom:solid 1px #ccc;
    padding:4px;
}
.fave-isnotfave{
    display:inline;
}
.fave-isfave{
    display:none;
}
[is_favorite='true'] .fave-isnotfave{
    display:none;
}
[is_favorite='true'] .fave-isfave{
    display:inline;
}
[playlist_selected='true'] { outline:solid 2px #999;background:#cfc; }
[screen_selected='true'] { outline:solid 2px #999; }

.fave-create-playlist-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.fave-create-playlist-modal {
    margin: 100px auto;
    width: 500px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 1px;
}
.fave-create-playlist-modal-close{
    position: absolute;
    top: 20px;
    right: 20px;
}

.fave-create-playlist-modal-header {
    position: relative;
    color: #2D7DBB;
    padding: 10px 30px;
    border-bottom: solid 1px #65B6E1;
}
.fave-popup-dropdown {
    width: 300px;
    margin: -10px auto 10px;
}
.fave-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #600;
    cursor: pointer;
    z-index: 2;
}
.fave-create-playlist-modal-header h3 {
    margin: 10px;
}
.fave-create-playlist-modal-body{
    padding: 20px;
}
.fave-create-playlist-body-item {
    padding: 10px 50px;
}
.fave-create-playlist-body-item input,
.fave-create-playlist-body-item select {
    float: right;
    width: 200px;
    border-radius: 4px;
    border: 1px solid #65B6E1;
}
.fave-create-playlist-modal-footer {
    position: relative;
    height: 60px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #EEE;
}
.fave-create-playlist-modal-footer .btn-danger {
    position: absolute;
    left: 20px;
    bottom: 12px;
    width: 80px;
}
.fave-create-playlist-modal-footer .btn-success {
    position: absolute;
    right: 20px;
    bottom: 12px;
    width: 80px;
}
.fave-popup-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    background: #eee;
}
.fave-popup-footer .btn-success
{
    margin: 10px 33%;
    width: 33%;
}
.fave-create-playlist-modal-body .btn-danger {
    margin: 6px 46% 0px;
    width: 24%;
}
[name='playlistsCategories'] {
    color: #000;
    float: right;
    margin-right: 4px;
    border-radius: 4px;
    height: 22px;
}
.fave-playlists-search {
    width: 160px;
    margin-right: 16px;
    border-radius: 4px;
    padding: 0px 4px;
    float: right;
    padding: 0px 4px;
}