.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 490px;
    right: 0;
    bottom: 0;
}

.message-list li .col-mail-1 .title {
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

.total {
    margin-bottom: 15px;
    /*position: absolute;
    top: 0;
    left: 490px;
    right: 0;
    bottom: 0;*/
}

#commande-total-price {
    font-size: 20px;
    background-color: #7b6fbe;
    color: #fff;
}
.commande-total-price {
    font-size: 20px;
    background-color: #7b6fbe;
    color: #fff;
}
#commande-total-price-info {
    font-size: 20px;
    background-color: #7b6fbe;
    color: #fff;
}
#precommande-total-price-info {
    font-size: 20px;
    background-color: #7b6fbe;
    color: #fff;
}

#precommande-total-price {
    font-size: 20px;
    background-color: #7b6fbe;
    color: #fff;
}
#prenom_client_info {
    text-transform: uppercase;
    font-weight: bolder;
}

td.details-control.sorting_1 {
    background: url('/assets/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/assets/img/details_close.png') no-repeat center center;
}

.precommande-date {
    background-color: #80F609;
}

#msg_box {
    display: none;
    position: fixed;
    top: 0;
    left: 38%;
    z-index: 1030;
}

.msg_warning, .msg_success {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
    color: #fff;
    background-size: 32px, 32px;
    width: 20%;
    vertical-align: middle;
    font-weight: bold;
}

.msg_warning {
    /*border-color: #820202;*/
    background-color: #ff3333;
    background-image: url('/assets/img/cancel.png');
}

.msg_success {
    border-color: #68b604;
    background-color: #62c462;
    background-image: url('/assets/img/success.png');
}

.msg_warning ul, .msg_success ul {
    margin: 0;
}

.directory-overlay-dib {
    padding: 20px;
}

.qte {
    padding-left: 30%;
}

@media all and (max-width:480px) {
    .btn-center { width: 100%; display:block; }
    .qte {
        padding-left: 35%;
    }
}