/* 
    Created on : 09/12/2016, 13:18:45
    Author     : will
*/

.playlistModel {
        background-color: #111111;
    border: none;
    border-radius: .25em;
    color: #fff;
    float: left;
    margin: 5px;
    padding: 3px;
    width: 100px;
    min-height: 100px;
    min-width: 546px;
    max-height: 100px;
    max-width: 546px;

}

.imagensPlaylist {
    margin-bottom: 0px;
    max-width:59px;
    max-height: 40px;
    min-width:59px; 
    min-height: 40px;
}

.imagensCronogramaPlaylist {
    margin-bottom: 0px;
    max-width:30px;
    max-height: 20px;
    min-width:30px; 
    min-height: 20px;
    float: left;
}

.videosPlaylist{
    max-width: 50px;
    /* max-height: 81px; */
    /* min-width: 120px; */
    width: 50px;
    /* min-height: 80px; */
}

.videosCronogramaPlaylist{
    margin-bottom: 0px;
    max-width:30px;
    max-height: 20px;
    min-width:30px; 
    min-height: 20px;
    float: left;
}

.textoDaPlaylist{
    white-space: nowrap;
    width: 254px;
    /* max-width: 134px; */
    text-overflow: ellipsis;
    font-size: 10px;
    float: left;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: left; 
    margin-bottom: -13px;
    margin-left: 22px;
    /* margin-bottom: -40px; */
    line-height: 13px;
}

.textoNoticia{
    white-space: nowrap;
    width: 254px;
    /* max-width: 134px; */
    text-overflow: ellipsis;
    font-size: 10px;
    float: left;
    margin-bottom: 0px;
    overflow: hidden;
    /*text-align: left;*/ 
    margin-bottom: -13px;
    margin-left: 22px;
    /* margin-bottom: -40px; */
    line-height: 10px;
}

.dimensaoImagensPlaylist{
    min-width: 60px;
    max-width: 68px;
}

.advancedDemo .dropzone .itemlistCronograma  > li {
    background-color: #111111;
    border: none;
    border-radius: .25em;
    color: #fff;
    float: left;
    font-weight: 700;
    margin: 5px;
    padding: 3px;
    text-align: center;
    width: 100px;
    min-height: 103px;
    min-width: 557px;
    max-height: 120px;
    max-width: 557px;
}

