﻿
#accordion h1 {
    font-size: 20px;
}

#accordion h1,
#accordion p {
    margin: 0;
}

.settings {
    /*text-align: center;*/
    /* background-color: rgba(191, 191, 191, 0.15); */
}

    .settings .column {
        width: 30%;
        display: inline-block;
        margin-top: 5px;
        text-align: right;
    }

        .settings .column .field {
            /*padding: 5px 0;*/
        }

            .settings .column .field > div {
                display: inline-block;
                vertical-align: middle;
            }

            .settings .column .field .label {
                width: fit-content;
            }

            .settings .column .field .value {
                width: 60%;
            }


.dx-popup-title.dx-toolbar {
    padding: 1px 20px !important;
    color: #438eb9;
}
/*
.dx-popup-content {
    padding: 0px !important;
}
*/
/*.dx-button-mode-contained {
    color: white;
}*/


/*.dx-datagrid-nowrap {
    white-space: normal !important;
}*/

.dx-datagrid .dx-row > td {
    padding: 4px !important;
}

/*.dx-overlay-wrapper {
    z-index: 100 !important;
}*/

.dx-fileuploader-input-container {
    height: 50px !important;
}

.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
    font-size: 22px;
}


.dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
    white-space: normal !important;
    font-weight: bold;
}

.dx-treelist-nowrap .dx-header-row > td > .dx-treelist-text-content {
    white-space: normal !important;
    font-weight: bold;
}

.dx-field-item-label-content {
    max-width: 200px;
    white-space: normal;
    font-weight: bold;
}

.dx-validationsummary-item {
    font-weight: bold;
}

.dx-icon-chevronup {
    color: white !important;
}

.dx-icon-chevrondown {
    color: white !important;
}

.dx-form-group-with-caption > .dx-form-group-content {
    border-top: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}

.dx-widget {
    color: #333;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    line-height: 1.35715;
}

.dx-box-item-content {
    font-size: 13px;
}

.dx-pivotgrid-horizontal-headers {
    white-space: normal !important;
    font-weight: bold;
}


.dx-form-group-content [aria-readonly="true"] {
    background-color: #F0F0F0 !important;
    cursor: not-allowed !important;
    background: #fff;
}

.dx-form-group-content .dx-editor-outlined [aria-readonly="true"] {
    border-color: black !important;
}

.dx-form-group-content .dx-state-readonly {
    background-color: #F0F0F0 !important;
    cursor: not-allowed !important;
    background: #fff;
    border: 1px solid black;
    border-radius: 4px;
    border-style: dashed;
}

.dx-form-group-content .dx-checkbox.dx-state-readonly .dx-checkbox-icon {
    background-color: #F0F0F0 !important;
    cursor: not-allowed !important;
}


.dx-popup-content .posizioneTabella input[type] {
    height: auto !important;
    padding: 0px !important;
}

/* Freccia su delle sezioni del DSV */
.dx-form-group-caption .dx-icon-chevronup::before {
    color: white;
}
/* Freccia giù delle sezioni del DSV */
.dx-form-group-caption .dx-icon-chevrondown::before {
    color: white;
}


.dx-selectbox .dx-texteditor-input {
    max-width: 100%;
    color: inherit !important;
}

.dx-scrollbar-vertical .dx-scrollbar-hoverable {
    width: 10px !important;
    /*height: 100px !important;*/
}

.dx-scrollbar-vertical .dx-scrollable-scroll {
    width: 10px !important;
 /*   height: 100px !important;*/
}

.dx-scrollbar-horizontal .dx-scrollbar-hoverable {
    height: 10px !important;
}

.dx-scrollbar-horizontal .dx-scrollable-scroll {
    height: 10px !important;
}

.dx-scrollable-scroll-content {
    background-color: #aeaeae !important;
}

.dx-pivotgrid-area .dx-scrollable-scrollbar{
    padding-top:10px;
}

/*Grandezza colonna check per le tabelle*/
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.dx-toolbar-label {
    max-width:none !important;
}