.custom-warning {
    background-color: #fff2be
}

.custom-primary {
    background-color: #beeeff
}

.custom-danger {
    background-color: #ffc9c9
}

.custom-secondary {
    background-color: #d7d7d7
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
    cursor: not-allowed;
    color: gray;
}

figure table {
    width: 100%;
}

.myCkeditor .table th,
.myCkeditor .table td {
    padding: 0;
}

.row-click {
    cursor: pointer;
}

figure img {
    width: 100%;
}

.mybtn-xs {
    border: none;
    padding: .125rem .25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .15rem;
}
