.margin-bottom-20 {
    margin-bottom: 20px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.margin-top-20 {
    margin-top: 20px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mr-20 {
    margin-right: 20px;
}
.ml-5 {
    margin-left: 5px;
}

.c-danger {
    background-color: #d9534f;
    color: #ffffff;
}
.c-warning {
    background-color: #f0ad4e;
    color: #ffffff;
}

#form-item ul.select2-selection__rendered {
    list-style: none !important;
}

div.item-title, .single-item-panel-title, .toggle-item {
    cursor: pointer;
}
@media only screen and (max-width: 600px) {
    select + .select2-container {
        width: 100% !important;
    }

}
