﻿html, body {
    height: 100%;
}

.thumbnail {
}

.wrapper {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}



.nav-active, .nav-active a {
    background-color: #E0E0E0;
    /*color: #FFF !important;*/
}

.lnk:hover
{
    background-color: #E0E0E0;
    /*color: #FFF !important;*/
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

#sidebar {
    background-color: #eee;
    padding-left: 0;
    float: left;
    height: 100%;
    position: fixed;
    padding:0px;
   
}

    #sidebar .collapse.in {
        display: inline;
    }

    #sidebar > .nav > li > a {
        white-space: nowrap;
        overflow: hidden;
    }

    #sidebar > .menu-container {
        /*background-color: black;*/
        min-height: 100%;
        /*position: fixed;*/
    }

#main {
    padding: 15px;
    left: 0;
}

/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
    #sidebar {
        min-width: 44px;
    }

    #main {
        /*width: 100%;*/
        left: 0;
    }

    #sidebar .visible-xs {
        display: inline !important;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .row-offcanvas-left.active {
        left: 45%;
    }

        .row-offcanvas-left.active .sidebar-offcanvas {
            left: -45%;
            position: absolute;
            top: 0;
            width: 45%;
        }
}


@media screen and (min-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left.active {
        left: 3%;
    }

        .row-offcanvas-left.active .sidebar-offcanvas {
            left: -3%;
            position: absolute;
            top: 0;
            width: 3%;
            text-align: center;
            min-width: 42px;
        }

    #main {
        left: 0;
    }
}


.brand {
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

@media (max-width: 767px) {
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}


.image-thumb {
    width: 100%;
}

.thumb-container {
    /*border: 1px solid red;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    padding-top: 10px;
}


.nav a {
    color: #000;
}

    .nav a:hover {
        background-color:#ffffff;
        /*color: #FFF !important;*/
    }

.text-black-hover :hover {
    color: black !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.brand img {
    /*width: 65%;*/
}

#songs .playlistsongs, #playlistsongs .playlistsongs {
    margin-bottom: 15px;
    display: grid;
}


    #songs .playlistsongs > div > div, #playlistsongs .playlistsongs > div > div {
        font-weight: 600;
    }

    #songs .playlistsongs:hover, #playlistsongs .playlistsongs:hover {
        background-color: rgba(0, 0, 0, 0.2);
        cursor: pointer;
        border-radius: 5px;
        transition-duration: 0.2s;
    }

#img-playlist {
    width: 100%;
}

.searchItem {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid lightgray;
}


#addSongLink img, #addParticipantLink img {
    padding-bottom: 3px;
    cursor: pointer;
}

#addMemberToPlaylist, .pointer {
    cursor: pointer;
}

p {
    margin-bottom: 5px;
}

.search-close-button {
    margin-right: 8px;
    top: 25px;
    position: relative;
    cursor: pointer;
}

#txtKeyword {
    padding-right: 20px;
}

#loader {
    font-size: 50px;
}

.selected-thumb {
    /*box-shadow: 0px 0px 7px #878787;*/
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.trans-effect {
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}


.modal-title {
    float: left;
}

/*.modal-dialog {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}*/

#songs.playlistsongs label {
    font-weight: 400 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.img-center {
    margin: 0 auto;
}

.mt5 {
    margin-top: 5px;
}

.nowrap {
    white-space: nowrap;
}

.media-body > label {
    display: block;
}

.plName {
    display: inline-block;
    width: 70%;
}

.plAction {
    float: right;
    text-align: right;
    display: inline-block;
}

/*#selectedSongs {
    max-height: 200px;
    overflow-y: scroll;
    overflow: auto;
}*/

.no-padding-l-r {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.no-padding-l {
    padding-left: 0px !important;
}

.text-bold {
    font-weight: 600;
}

.songItem {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

    .songItem:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

.caption {
    height: 65px;
    overflow: auto;
}
