body {
    background-color: rgb(240, 240, 240);
    overflow-y: hidden;
    font-family: var(--site_font);
    color: var(--site_font_color);
}
.modal-header, .modal-body, .modal-footer {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
:root {
    --placeholder_color: rgba(0, 0, 0, 0.25);
    --site_font: "Open Sans", "Segoe UI", Tahoma, sans-serif;
    --site_font_color: #353535;
}
/* This is a fix because jQuery File Uploader doesn't really support Bootstrap 4 */
.fade.in {
    opacity: 1;
}
.table thead th {
    border-bottom-width: 1px;
}
.ui-autocomplete {
    z-index: 1060 !important;
    max-height: 400px;
    overflow-y: scroll;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--placeholder_color)!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--placeholder_color)!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--placeholder_color)!important;
}
body .amsify-suggestags-area .amsify-suggestags-list {
    z-index: 999999;
    width: 300px!important;
}

#toast_container {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    padding-top: 20px;
    z-index: 9999;
    min-width: 370px;
}
.toast:not(:last-child) {
    margin-bottom: 20px;
}
.toast.alert-primary svg rect {
    fill: #F25359;
}
.toast.alert-secondary svg rect {
    fill: #6c757d;
}
.toast.alert-success svg rect {
    fill: #28a745;
}
.toast.alert-danger svg rect {
    fill: #dc3545;
}
.toast.alert-warning svg rect {
    fill: #E3AC39;
}
.toast.alert-info svg rect {
    fill: #17a2b8;
}


#root-container {
    max-width: 1440px;
    background-color: rgba(250, 250, 250, 1.0);
    padding-left: 0;
    padding-right: 0;
}
#root-container > .row {
    margin-left: 0;
    margin-right: 0;
}


.comma:not(:first-child) {
  margin-left: 0;
}

.comma:first-child:empty ~ .comma:not(:empty) {
  margin-left: 0;
}
.comma:first-child:empty ~ .comma:not(:empty) ~ .comma:not(:empty) {
  margin-left: -.3em;
}



.comma:empty {
  display: none;
}

.comma:not(:first-child):before {
  content: ", ";
}

.comma:not(:first-child):before {
  content: ", ";
}



.comma:empty + .comma:not(:empty):before {
  content : "";
}

.comma:not(:empty) ~
.comma:empty + .comma:not(:empty):before {
  content : ", ";
}
