.text-align-end {
    text-align: end !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

/* Permet d'aligner les mudchopsets à gauche */
.mud-chipset .mud-chip:first-child {
    margin-left: 0;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}

.contract-selector {
    max-width: 400px;
    min-width: 400px;
    background-color: #fff;
}

.comment-header {
    text-align: center !important;
    padding-top: 13px !important;
    padding-bottom: 3px !important;
}

.comment-cell {
    padding-left: 0 !important;
}

.top-right-action {
    float: right;
    margin-top: -31px !important
}

.country-code {
    color: #ffffff !important;
    background-color: #e0e0e0 !important;
    font-size: 10px !important;
    padding: 0 4px !important;
    height: 12px !important;
}

.phone-warning {
    color: #e0e0e0 !important;
    height: 16px !important;
}

.bordered {
    border: 1px solid #c0c0c0 !important;
}

.pointer {
    cursor: pointer;
}