footer.main-footer.full-width-fixed {
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0;
}

.pagination{
	margin: 0 0;
}

.capitalize{
    text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: inherit;
}

.mb-1{
    margin-bottom: 5px;
}

.select2-container .select2-selection--single {
    height: auto;
    max-height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}

td.limited-text {
    display: block;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff;
}

a.btn.btn-success.development-alert {
    display: inline-block;
    width: auto;
    position: relative;
    top: 7px;
    text-align: center;
}
.select2-container .select2-selection--single{
    min-height: 34px;
}

mjx-container[jax="CHTML"] {
    line-height: 0;
    font-size: 25px !important;
}

.is-invalid {
    border: 1px solid red;
}
.invalid-feedback{
    color: red;
}
.cke_contents{
    height: 100px !important;
}
.vcenter-flex {
    display: flex;
    justify-content: center;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.mt-1{
    margin-top: 1rem;
}
span.label {
    font-size: 14px;
}
canvas{
    max-height: 500px;
}
