﻿








body {
    background-color: #303030;
    color: white;
    font-family: "Helvetica","Arial",sans-serif;
}

/* Modal-Popups: solide Hintergruende, kein backdrop-filter (zieht zu viel Performance) */
.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.7 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.ui-dialog {
    background: #303030 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.ui-dialog .ui-dialog-content {
    background: #303030 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    background-color: #303030;
    /*  padding-left: 15px;
    padding-right: 15px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}




/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 580px;
}


    ::-webkit-datetime-edit-year-field:not([aria-valuenow]),
    ::-webkit-datetime-edit-month-field:not([aria-valuenow]),
    ::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
        color: transparent;
    }

/*select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}*/

    select option {
        background: #303030;
        color: inherit;
        margin-top:2px;
    }


::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background: #5c5c5c;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #787878;
    }

::-webkit-scrollbar-track {
    background: #484848;
    border-radius: 0px;
}


