form {min-width:35em}

body {
    /*font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;*/
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;*/
    font-family: Barlow, -apple-system,BlinkMacSystemFont,"MS Sans Serif",Geneva,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.file-drop-zone {
    border: 3px dashed rgba(0, 0, 0, 0.40);
    width: 100%;
    min-height: 151px;
    margin-bottom: 1em;
}

.file-drop-zone.dragged {
    background: #cccccc;
}

.file-list-container li {
    background: #DDDDDD;
    padding: 2px;
    list-style: none;
}
.file-list-container li:nth-of-type(2n) {
    background: #EEEEEE;
}

.file-list-container.empty .svg {
    display: flex;
}

.file-list-container.has-files .svg,
.file-list-container.empty .files,
.file-hidden {
    display: none;
}

.file-list-container svg {
    width: 78.943px;
    height: 77.761px;
    flex-shrink: 0;
}
.file-list-container svg {
    width: 78.943px;
    height: 77.761px;
    flex-shrink: 0;
}
.file-list-container .file-error span.error-description {
    color: red;
    display: block;
}

.file-list-container .btn-remove-file {
    border: none;
    background-color: transparent;
    color: red;
    float: right;
}
.file-list-container .btn-remove-file:hover {
    background-color: #cccccc;
    color: black;
}

.file-list-header {
    margin: 0.5rem;
}

.file-list {
    padding: 0.5rem;
}

.file-upload-button {
    margin: 10 auto;
    padding: 0 15px;
    max-width: 223px;
    height: 45px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
    display: block;
}

.file-drop-zone.dragged * {
    display: none;
}

.file-hidden {
    display: none;
}

.trennung {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.table-scrollable {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.table > tbody > tr > td {
    padding: 1px 5px 1px 8px;
    vertical-align: middle;
}

.table > thead > tr > th {
    padding: 5px 5px 5px 8px;
    vertical-align: middle;
    font-weight: 600;
}

hr.style-six {
    padding: 0;
    border: none;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    color: #000733;
}

.collapsSchmall {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 4px 0 0 4px;
    position: fixed;
    top: 30%;
    right: 0;
    min-width: 60px;
    line-height: 1.2;
    font-size: 14px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
}

legend.scheduler-border {
    font-size: 13px;
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
}

.check
{
    /*opacity: 0.5;*/
    color: rgba(36, 36, 9, 0.92);
    background-color: #e9ecef;
}
.checkbox {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #4285f4 #4285f4 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.checkbox-success {
    border-color: transparent #00C851 #00C851 transparent;
}
.checkbox-warning {
    color: #dc3545;
}