.field-readonly, .field-hidden {
    display: none;
}

.field-btn {
    font-size: 1.6em;
    margin-top: 0.6em;  
}

.modal-btn-spacer {
    display: inline-block;
    height: 100%;
    width: 3em;
}

.mCSB_container li.active a {
    background-color: rgb(80 110 187);
    font-weight: 800;
}

nav .sidebar-header
{
    padding: 1em 1em;
    background: #334786;
}

#pageTitle {
    background-color: #334786;
    color: white;
    font-size: 2.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

#pageTitle .btn {
    font-size: 0.6em;
}

.sidebarToggler {
    margin-right: 1em;
}

.datatable-action-buttons {
    padding: 0.5em;
    background-color: white;
    margin-bottom: 0.5em;
    border-radius: 0.4em;
    border: 0.5px solid #cdcdcd;
}

.datatable-action-buttons::after {
    display: block;
    clear: both;
}

.datatable-action-buttons .btn {
    margin: 0.25em;
}

.table-buttons, .row-buttons {
    float: left
}


.table-buttons:not(:empty) + .row-buttons {
    padding-left: 1.5em;
    margin-left: 1em;
    border-left: 0.1em solid rgb(194, 194, 194);
}

.lfcx-iframe {
    width: 100%;
    height: 100%;
    padding: 0.5em;
    background-color: white;
    border-radius: 0.4em;
    border: 0.5px solid #cdcdcd;
}

.widget-invalid > *{
    display: none;
}

.widget-invalid-msg, .widget-invalid > .widget-invalid-msg {
    display: block;

    padding-top: 1em;
    padding-bottom: 1em;

    background-color: #fde7e9;
    color: #a80000;
    border: 1px solid #a80000;
    border-radius: 0.5em;
    
    text-align: center;
    white-space: pre-line;
}

.cm {
    cursor: pointer;
}

.cm-alert {
    color: rgb(167, 127, 41)!important
}

.cm-danger {
    color: rgb(167, 70, 41)!important
}

.cm-success {
    color: rgb(28, 105, 25)!important
}

.cm-info {
    color: rgb(22, 114, 156)!important
}

.cm-primary {
    color: rgb(36, 53, 126)!important
}

.cm:hover {
    color: white!important;
}

.form-control.form-control-checkbox {
    margin: 0;
    width: 34px;
}

.chart-wrapper {
    display: flex;
}