/* LOGIN */
.error {
    text-align: center;
    color: red;
}
#btnMusique {
    /*float: right;
    position: absolute;
    right: 0;*/
}
#dropfile{
    width: 600px;
    height: 100px;
    border: 3px dashed #BBBBBB;
    line-height:100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#ajoutImage {
    width:800px;
    margin-left: auto;
    margin-right: auto;
    display:none;
    text-align: center;
}
table {
    margin-top: 20px;
}
#drop {
    text-align: right;
}
    
/** Liste Musiques */
#musiquesSupprimees .label {
    cursor: pointer;

}
#musiquesSupprimees .details {
    display: none;
}

.ajoutArtwork .boutonChoix {
    text-align: right;
}
.ajoutArtwork .result {
    width: 150px;
    position: relative;
    margin: .5rem!important;
    display: inline-block;
}
.ajoutArtwork .result .dimensions {
    position:absolute;
    width: 100%;
    text-align: center;
    background-color: white;
    opacity: 0.66;
    bottom: 0;
}
.ajoutArtwork .result img{
    width: 100%;
}
.ajoutArtwork .result.selected {
    border: 1px solid black;
}