/*******************************/
/* Spidoche Tube reset*/
/*******************************/

.spidochetube,
.spidochetube div,
.spidochetube li,
.spidochetube ul,
.spidochetube p,
.spidochetube a {
    padding: 0;
    margin: 0;
}


/*******************************/
/* Spidoche navigation*/
/*******************************/

#spidochetube_nav {
    margin: auto;
    padding-top: 10px;
    clear: both;
}
#spidochetube_nav a {
    display: inline-block;
    text-decoration: none;
    color: #666;
}
#spidochetube_nav a:hover {
    color: #2FB48B;
    border-color: #93CAB9
}
#spidochetube_nav a.spidochetube_next {
    float: left;
    padding: 3px 8px 3px 5px;
}
#spidochetube_nav a.spidochetube_prev {
    float: right;
    padding: 3px 5px 3px 8px;
}
#spidochetube_nav a span {
    display: inline-block;
    vertical-align: middle;
}
#spidochetube_nav a {
    background: #EFF1F5;
    border-radius: 4px;
    border: 1px solid #CFD5DD;
    box-shadow: 0 1px 1px white;
    text-shadow: 0 1px 1px white;
}


/*******************************/
/* Spidoche Tube Mininal Style */
/*******************************/

/* CONTAINER */

.spidochetube {
    margin: auto;
    padding: 20px 0px 20px 10px;
    border:1px solid  #ddd;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
   
   
}
.spidochetube .spidochetube_inner {
    width: 96%;
    background-color: #fff;
display: flex;


    margin: auto;
    text-align: center;

  
}

/* PLAYER */
.spidochetube #spidochetube_player {
 
   width: 100%;
   
    margin: auto;
    background: #fff;
 

}


#spidochetube_player #player {
    margin: 20px auto;
    width:94%;
    display: block;

    box-shadow: 0 1px 12px rgba(0, 0, 0, .5);
    height: 500px;
  
    
}

/* PLAYLIST */
#spidochetube_list {

    background: #fff;

    height:450px;
    overflow-y: scroll;
    width: 25%;
    margin-bottom: 20px;
    margin-top: 20px;
 
}
#spidochetube_list::-webkit-scrollbar {
    width: 10px;
  }
  #spidochetube_list::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 10px;
  }
  #spidochetube_list::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
  }
.spidochetube #spidochetube_list li {
    float: left;
    width: 180px;
    padding: 5px 0 5px 0;
    list-style: none;
    background-color: #EFF1F5;
    margin: 6px 1%;
    border: 1px solid #CFD5DD;
    box-sizing: border-box;
    border-radius: 1px;
    margin-bottom:3px;
}
.spidochetube #spidochetube_list li:hover {
    border-color: #5B6674;
}
.spidochetube #spidochetube_list li a {
    padding: 0 10px;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px #fff;
    display: block;
}
.spidochetube #spidochetube_list li a:hover {
    color: #000000;
}
.spidochetube #spidochetube_list li img {
    width: 100%
}
.spidochetube #spidochetube_list li a span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.spidochetube #spidochetube_list li.spidochetube_current {
    background: #3A495E;
    background: #5B6674;
}
.spidochetube #spidochetube_list li.spidochetube_current a {
    color: #eee;
    font-weight: bold;
    text-shadow: 0 1px 1px #2A4234;
}
#spidochetube_loadmore {
    display: block;
    clear: both;
    width: 90px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Sans-serif;
    font-size: 12px;
    padding: 10px 5px;
    background-color: #EFF1F5;
    border-radius: 3px;
    color: #6A6A6A;
    border: 1px solid #CFD5DD;
}
#spidochetube_loadmore:hover {
    border-color: #5B6674;
}


/*******************************/
/* MEDIAQUERIES */
/*******************************/

@media (max-width:640px) {
    .spidochetube #spidochetube_list li {
        width: 31.33%;
    }
}/* max-width:640px */

@media (max-width:480px) {
    .spidochetube #spidochetube_list li {
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ccc;
    }
    .spidochetube #spidochetube_list li img {
        width: 90px;
        display: table-cell;
        padding: 5px 10px;
    }
    .spidochetube #spidochetube_list li a span {
        display: table-cell;
        vertical-align: middle;
        overflow: inherit;
        white-space: inherit;
        padding: 4px 1%;
    }
    .spidochetube #spidochetube_list li a {
        display: table;
        margin: 0;
        padding: 0;
        text-shadow: none;
    }
    #spidochetube_list {
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
        width: 100%;
    }
}/* max-width:480px */
