

/*
    Large Player
*/
div#large-player{
    margin: auto;
    margin-top: 20px;
    /* width: 960px; */
    height: 400px;
    background-color: #dcfc8f;
    border-radius: 5px;
}

/*
    Top Bar
*/
div#top-bar{
    height: 45px;
    background-color: #93bc2f;

}

/*
    Top Bar Elements
*/
/*
    Window placeholder elements
*/
div#window-size-buttons{
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}
div.window-close{
    width: 15px;
    height: 15px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    background-color: #637f20;
}
div.window-min{
    width: 15px;
    height: 15px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    background-color: #dcfc8f;
}
div.window-max{
    width: 15px;
    height: 15px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    background-color: #ffffff;
}

/*
    Top Bar Controls
*/
div#large-player-controls{
    margin-left: 20px;
    float: left;
}
div#previous{
    height: 20px;
    width: 30px;
    cursor: pointer;
    background-image: url('../images/black-prev.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 12.5px;
}
div#play-pause.amplitude-play-pause{
    height: 27px;
    width: 27px;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 9px;
}
div#play-pause.amplitude-paused{
    background-image: url('../images/black-play.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
div#play-pause.amplitude-playing{
    background-image: url('../images/black-pause.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
div#next{
    height: 20px;
    width: 30px;
    cursor: pointer;
    background-image: url('../images/black-next.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 12.5px;
}

/*
    Now Playing Song Display
*/
div#now-playing-song-display{
    float: left;
    height: 45px;
    margin-left: 100px;
}
img#top-bar-album-art{
    width: 45px;
    height: 45px;
    float: left;
}
div#now-playing-song-meta-container{
    width: 340px;
    height: 40px;
    background-color: #93bc2f;
    float: left;
    border-right: 1px solid #d9dada;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    padding-top: 5px;
    position: relative;
}
span.now-playing-title{
    font-size: 13px;
    color: #000000;
}
span.album-information{
    font-size: 12px;
    color: #3c5a0c;
}
div#song-time-visualization{
    height: 5px;
    width: 100%;
    margin-top: 3px;
    background-color: #d5ec9f;
}
div#song-time-visualization div.amplitude-song-time-visualization-status{
    height: 5px;
    background-color: #3c5109;
}
div.current-time{
    position: absolute;
    font-size: 10px;
    bottom: 7px;
    left: 3px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}
div.time-duration{
    position: absolute;
    font-size: 10px;
    bottom: 7px;
    right: 3px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}
/*
    Right Side Search Container
*/
div#right-side-search-container{
    float: left;
}
img#small-amplitude{
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}
input[type="text"]#search{
    height: 19px;
    width: 154px;
    border-radius: 5px;
    border: 0px;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
    color: #bdbdbd;
}

/*
    Left Content
*/
div#left-content{
    background-color: #637f20;
    height: 330px;
    float: left;
    border-right: 1px solid #d9d9d9;
    width: 299px;
}
/*
    Album container
*/
div.album-container{
    padding: 4px 0px 4px 15px;
    height: 50px;
    cursor: pointer;
    clear: both;
}

div.album-container img{
    float: left;
    width: 50px;
    height: 50px;
    height: 50px;
    display: block;
}
div.album-meta{
    float: left;
    padding: 5px;
}
div.album-meta  div.artist{
    color: #d2ec93;
    font-size: 14px;
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    line-height: 20px;
}
div.album-meta div.album-info{
    color: #dff4ab;
    font-size: 14px;
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-shadow: 0px 0px 0px #000000;
}

div.album-container.active-album-container{
    background-color: #3c5109;
}
div.album-container.active-album-container div.album-meta div.artist{
    color: white;
}
div.album-container.active-album-container div.album-meta div.album-info{
    color: white;
}
/*
    Right Content
*/
div#right-content{
    background-position: 101px 0px;
    /* background-position-y: 1000px; */
    /* background-color: #a9c281; */
    /* float: left; */
    height: 330px;
    /* width: 660px; */
    background: url('../../wfiles.brothersoft.com/g/green-leaves_195186-1600x900.jpg');
}
div.album-display{
    width: 100%;
    display: none;
    clear: both;
}
div.album-header{
    height: 74px;
    padding: 23px;
}
div.album-header img{
    height: 80px;
    width: 80px;
    display: block;
    float: left;
}
div.album-header div.album-artist{
    float: left;
    padding-top: 10px;
    color: white;
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding-left: 20px;
}
div#the-weatherman-header{
    /*background-color: rgb(99, 127, 32);*/
}
div#rooms-for-adelaide-header{
    /*background-color: rgb(99, 127, 32);*/
}
div#the-suburbs-header{
   /* background-color: rgb(99, 127, 32);*/
}

div.album-details{
    padding-top: 30px;
    padding-left: 15px;
}
div.album-details img.album-art{
    width: 160px;
    height: 160px;
    float: left;
    display: block;
}
div.album-details div.album-contents{
    /* float: left; */
    padding-left: 15px;
    overflow-y: scroll;
    /* overflow-x: scroll; */
    height: 200px;
    /* width: 451px; */
}
div.album-details div.album-contents div.title{
    font-family: "Helvetica", sans-serif;
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    /* width: 455px; */
    font-size: 20px;
    padding-bottom: 5px;
}
div.album-details div.album-contents div.song-title{
    font-family: "Helvetica", sans-serif;
    color: #000;
    /* width: 455px; */
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
}
div.album-details div.album-contents div.song-title img{
    width: 10px;
    margin-right: 5px;
    display: none;
}
div.album-details div.album-contents div.song-title.amplitude-active-song-container img{
    display: inline;
}

/*
    Footer
*/
div#footer{
    /* clear: both; */
    height: 24px;
    border-top: 1px solid #a2a2a2;
    float: left;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #93bc2f;
    width: 100%;
}


/*scroll bars*/



.album-contents::-webkit-scrollbar {
    width: 1em;
}
.album-contents::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #93bc2f;
}

.album-contents::-webkit-scrollbar-thumb {
    background-color: #3c5a0c;
    outline: 1px solid slategrey;
}
.album-contents::-webkit-scrollbar-button{
    background-color: #93bc2f;
    color:#93bc2f;
}

/* iphone 4 */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    .album-header {
        display: none;
    }

    div.album-details img.album-art {
        width: 160px;
        height: 160px;
        float: left;
        display: none;
    }

    div.album-details div.album-contents {
        /* float: left; */
        padding-left: 15px;
        overflow-y: scroll;
        /* overflow-x: scroll; */
        height: 284px;
        /* width: 451px; */
    }

    div#left-content {
        background-color: #637f20;
        height: 330px;
        float: left;
        border-right: 1px solid #d9d9d9;
        width: 100px;
    }

    div.album-meta div.album-info {
        color: #dff4ab;
        font-size: 11px;
        font-family: "Helvetica", sans-serif;
        font-weight: 400;
        line-height: 20px;
        text-shadow: 0px 0px 0px #000000;
        word-wrap: break-word;
        width: 76px;
    }

    div.album-meta div.artist {
        color: #d2ec93;
        font-size: 12px;
        font-family: "Helvetica", sans-serif;
        font-weight: 400;
        line-height: 10px;
    }
    div#the-weatherman-header{
        background-color: rgb(99, 127, 32);
    }
    div#rooms-for-adelaide-header{
        background-color: rgb(99, 127, 32);
    }
    div#the-suburbs-header{
         background-color: rgb(99, 127, 32);
    }
}

/* iphone 5 */

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px) {
    .album-header {
        display: none;
    }

    div.album-details img.album-art {
        width: 160px;
        height: 160px;
        float: left;
        display: none;
    }

    div.album-details div.album-contents {
        /* float: left; */
        padding-left: 15px;
        overflow-y: scroll;
        /* overflow-x: scroll; */
        height: 284px;
        /* width: 451px; */
    }

    div#now-playing-song-display {
        display: none;
    }

    #right-side-search-container {
        display: none;
    }

    div#left-content {
        background-color: #637f20;
        height: 330px;
        float: left;
        border-right: 1px solid #d9d9d9;
        width: 142px;
    }

    div.album-meta div.album-info {
        color: #dff4ab;
        font-size: 11px;
        font-family: "Helvetica", sans-serif;
        font-weight: 400;
        line-height: 20px;
        text-shadow: 0px 0px 0px #000000;
        word-wrap: break-word;
        width: 76px;
    }

    div.album-meta div.artist {
        color: #d2ec93;
        font-size: 12px;
        font-family: "Helvetica", sans-serif;
        font-weight: 400;
        line-height: 10px;
    }
    div#the-weatherman-header{
        background-color: rgb(99, 127, 32);
    }
    div#rooms-for-adelaide-header{
        background-color: rgb(99, 127, 32);
    }
    div#the-suburbs-header{
        background-color: rgb(99, 127, 32);
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    #right-side-search-container {
        display: none;
    }

    div#now-playing-song-display {
        float: left;
        height: 45px;
        margin-left: 29px;
    }
}

.form-paypal {
  border: solid 1px #1e39ff;
  padding: 10px;
}

#quanity {
    width: 67% !important;
}