/* nieuw toegevoegd voor detail pagina */

.playlist-detail {
    padding: 0;
}

.playlist-detail .top {
    width: 100%;
    padding: .5em 0;
}

.playlist-detail .likes {
    float: right;
    color: #DD9B20;
}

.playlist-detail h5 {
    color: #aaa;
    margin-bottom: 1.5em
}

.playlist-detail .btn {
    width: 100%;
    padding: 1em;
    margin-right: 1em;
}

.playlist-detail .description {
    padding: 0 1em 0 0;
}

.playlist-detail .description .cover-playlist {
    background-size: cover;
    width: 100%;
}

.playlist-detail .description .cover-playlist:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.playlist-detail ul li .song-thumb,
.playlist-detail .description .cover-playlist {
    border-radius: 4px;
}

.playlist-detail .description p {
    margin: 1em 1em 0 0;
}

.playlist-detail ul {
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
}

.playlist-detail ul li {
    padding: .5em 1em;
    text-decoration: none;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #eee;
    height: 5em;
}

.playlist-detail ul li * {
    padding-top: 1em;
}

.playlist-detail ul li .song-thumb {
    height: 3em;
    width: 3em;
    float: left;
    margin: .5em 1em 0 0;
    background-size: cover;
}

.playlist-detail ul li span {
    display: none;
}

.playlist-detail ul li .artist {
    float: right;
    width: 30%;
    color: #aaa;
}

.playlist-detail ul li .song {
    float: left;
}

.playlist-detail ul li.labels {
    height: 2.2em;
    padding: .4em;
    width: 100%;
    background-image: linear-gradient(-90deg, #50423A 0%, #514238 19%, #3D4241 34%, #5A5954 61%, #2B4047 100%);
    border-radius: 2px 2px 0 0 

}

.playlist-detail ul li.labels * {
    height: 1em;
    color: #fff;
    padding: 0;
    margin-top: 0;
}

.playlist-detail ul li.labels .song-thumb {
    width: 3.5em
}

.nav-bottom .col-md-12{
    position: absolute;
    width: 100%;
}

.nav-bottom .back {
    float: left;
    padding-left: 1.8em;
    margin-top: 1em;
    position: relative;
    text-align: left;
    color: #fff;
}

.nav-bottom .back .icon-input-after {
    float: left;
    left:0;
    top: .3em;
    transform: rotate(90deg);
}



@media screen and (max-width: 770px) {
    .playlist-detail .description {
        padding: 1em;
    }
    .playlist-detail .top {
        padding: 0 1em;
    }
    .playlist-detail .description .cover-playlist {
        width: 40%;
        float: left;
        margin-right: 1em;
        margin-bottom: 1em;
    }
    .playlist-detail ul {
        width: 100%;
    }
    .playlist-detail .btn {
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
    
    .playlist-detail ul li * {
        padding: 0;
    }
    
    .playlist-detail ul li .artist, .playlist-detail ul li .song {
        float: left;
        width: 70%;
    }
    
    .playlist-detail ul li .song {
        margin-top: .5em;
    }
    
    
    .playlist-detail ul li.labels {
        display: none;
    }
    
    .nav-bottom .back {
        margin-left: 1em;
    }
     
}

/* eind detail pagina */
h2, h3, h4,
span.ranking {
    font-family: 'Merriweather', serif;
    font-weight: bold;
    margin: 0;
}

body {
    background-color: #F2F2F2;
    font-family: 'Open Sans', sans-serif;
    color: #4D4D4D;
}

.btn-main {
    background-color: #EDA621;
    border: 0;
    min-height: 40px;
    color: #fff;
    font-weight: bold;
}

.btn-main:hover, .container .btn-main:focus {
    background-color: #DD9B20;
    color: #fff;
}

nav.navbar-inverse {
    z-index: 1060;
    border-radius: 0;
}

nav.navbar-inverse {
    height: 145px;
    background-image: url('../images/nav-bg.jpg');
    background-size: cover;
    background-position: center;
    border: 0;
}

a.pull-left.navbar-brand {
    background-color: rgba(255, 255, 255, .2);
    padding: 18px;
    height: 90px;
    width: 90px;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}

.pull-left.navbar-brand img {
    height: 50px;
    width: 50px;
}

.nav-top {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 67px;
}

.nav-top a.btn .glyphicon {
    display: none;
}

.nav-top input {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    text-indent: 30px;
    color: #fff;
}

.nav-top .container img.icon-input {
    position: absolute;
    top: 8px;
    margin-left: 8px;
    height: 25px;
    font-size: 15px;
}

nav select {
    cursor: pointer;
    text-indent: 22px;
}

nav select option{
    color: #000;
}

nav .genre,
nav .sort {
    position: relative;
    margin: 0 20px;
    padding: 0;
    width: 100%;
}



img.icon-input-after {
    position: absolute;
    top: 21px;
    right: 0px;
    pointer-events: none; 
    height: 10px;
    font-size: 15px;
}

.nav-top a.btn {
    padding-top: 9px;
    width: 170px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 25px;
}

.nav-top .container {
    position: relative;
    max-width: 1000px;
    width: 70%;
    display: flex;
    margin-top: 25px;
    padding: 0 110px;
}

.nav-bottom {
    position: relative;
}

.nav-bottom .container {
    display: flex;
    width: 430px;
    padding: 0 50px 0 0;
}

.nav-bottom .container .form-control {
    margin: 10px 15px;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #fff;
    font-size: 14px;
    box-shadow: none;
    -webkit-appearance: none;
}

.nav-bottom a.ranking {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
}

a.pull-left.navbar-brand:hover,
.nav-bottom a.ranking:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-bottom.disabled .container, .nav-top.disabled .container {
    pointer-events: none;
    opacity: .4;
    color: rgba(255,255,255,);
}

.col {
    padding: 10px;
    float: left;
}

ul {
    padding: 0;
}

.container ul.playlists li {
    list-style: none;
}

.container ul.playlists li .card {
    background-color: #fff;
    height: 200px;
    border-radius: 4px;
    padding: 20px 20px 20px 220px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}

.container ul.playlists li .thumb-img {
    width: 200px;
    display: block;
    background-image: url('http://lorempixel.com/output/cats-q-c-220-220-1.jpg');
    position: absolute;
    background-size: cover;
    left: 0;
    top: 0;
}

.container ul.playlists li .thumb-img:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.container ul.playlists li .thumb-img a, .container ul.playlists li .thumb-img div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.container ul.playlists li:hover .thumb-img a {
    opacity: 1;
}

.container ul.playlists li .thumb-img a img {
    margin: 40% auto;
    display: block;
}

.container ul.playlists li .card span {
    color: #EDA621;
    margin-top: 2px;
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    letter-spacing: 1.3px;
}

.container ul.playlists li .card a{
    color: #4D4D4D;
    text-decoration: none;
}

.container ul.playlists li .card .likes span {
    display: inline;
}

.container ul.playlists li .card .likes {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.container ul.playlists li .card img {
    margin-left: 5px;
}

.container ul.playlists li .card .person {
    position: absolute;
    bottom: 25px;
    color: #a1a1a1;
}
.heart_icon{
    float: right;
}

.modal-dialog {
    position: absolute;
    width: 100%;
    top: 145px;
    margin: 0 -1px 0 0;
}

.modal-header {
    position: fixed;
    top: 144px;
    right: -1px;
    max-width: 440px;
    width: 100%;
    z-index: 2000;
    background-color: #fff;
}

.modal-header h3 {
    text-align: center;
}

.modal-content {
    border-right: 1px solid #fff;
    border-radius: 0;
    max-width: 440px;
    padding-top: 50px;
    right: 0;
    width: 100%;
    height: 90vh;
    position: absolute;
    overflow: hidden;
    overflow-y: scroll;
}

.modal-body {
    padding: 0;
}

.modal-content h3 {
    text-align: center;
}

.modal-content ul {
    list-style: none;
    margin: 0;
    padding: ;
}

.modal-content ul li,
.modal-content ul h4 {
    margin: 0;
    padding: 0;
}

.modal-content ul li {
    position: relative;
    width: 100%;
    float: left;
}

.modal-content ul li h4 {
    position: absolute;
    left: 50px;
    top: 20px;
}

.modal-content span.ranking {
    font-size: 22px;
    display: block;
    padding: 13px 15px;
    width: 40px;
    float: left;
}

.modal-content img {
    height: 20px;
    margin-left: 3px;
}

.modal .likes {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #EDA621;
}

.modal button.close {
    float: left;
    height: 25px;
    font-size: 30px;
}

.modal-body .border {
    position: absolute;
    left: 40px;
    top: 0;
    min-height: 100vh;
    border-left: 1px solid #ccc;
}

.fade {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
}

/* form styling */

form {
    margin-bottom: 40px;
}
.form-control {
    border: 1px solid #ddd;
}

.container.form h2 {
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 10px 0 20px 0 ;
}

hr {
    border: 1px solid #ddd;
}

.container .info img {
    width: 100%;
}

.container.preview-card {
    position: relative;
    width: 100%;
}

.preview-card h4 {
    color: #ccc;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.container.preview-card ul li {
    padding: 20px 40px;
}

.form-check {
    float: left;   
}

.form-check label {
    font-size: 16px;
    display: block;
    padding: 10px 0;
    text-indent: 40px;
    position: relative;
}

.form-check input[type='checkbox'] {
    -webkit-appearance:none;
    position: absolute;
    top: 0;
    left: 0;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:1px solid #ddd;
}

.form-check input[type='checkbox']:checked {
    background-color: #EDA621;
}

.form-check .indicator:after {
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 9000;
    top: 9px;
    left: 26px;
    width: 8px;
    height: 16px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 3px 3px 0;
}
.mobile-info {
    display: none;
}


@media screen and (max-width: 992px) {
    .container ul.playlists li {
        width: 100%;
        padding: 0 0 10px 0;
    }
}


/* small devices */
@media screen and (max-width: 580px) {
    
    
    .container ul.playlists h3 {
        font-size: 20px;
        margin-bottom: 4px;
        margin-top: 4px;
    }
    .container ul.playlists li {
        width: 100%;
        padding: 0 0 10px 0;
    }
    
    .container.preview-card {
        padding: 0;
    }
    
    .container.preview-card ul li {
          padding: 20px 0;  
        margin: 0;
    }
    
    .container ul.playlists li .card {
        padding: 20px 15px 15px 100px;
        height: 205px;
        width: 100%;
    }
    .container ul.playlists li p {
        position: absolute;
        left: 10px;
        padding-right: 15px;
        top: 100px;
    }
    .container ul.playlists li .thumb-img {
        width: 80px;
        left: 10px;
        top: 10px;
    }
    .container ul.playlists li .card .person {
        left: 10px;
        bottom: 15px;
    }
    .container ul.playlists li .card span,
    .container ul.playlists li .card .likes {
        bottom: 15px;
    }
    .modal-content {
        border: 1px solid #fff;
    }
    
    .navbar a.btn {
        width: 40px;
    }
    
    a.btn .btn-text {
        display: none;
    }
    .nav-top a.btn .glyphicon {
        display: block;
     
    }
    
    .nav-top input {
        min-width: 140px;
    }
    
    nav.navbar {
        margin-bottom: 15px;
        border-radius: 0;
    }
    
    nav.navbar .container {
        width: 100%;
    }
    
    .nav-bottom .container {
        display: flex;
        width: 100%;
        position: relative;
        padding: 0 80px 0 0;
    }
    
    nav .genre, nav .sort {
        position: relative;
        margin: 0 0px;
    }
    
    .container ul.playlists li:focus .thumb-img a {
        opacity: 1;
    }
    
    .container ul.playlists li .thumb-img a img {
        margin: 25% auto;
    }

    .desk-info {
        display: none;
    }
    
    .mobile-info {
        display: inline;
    }
}
