@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

:root {
    --bs-primary: #0B6EAD;
    --bs-primary-rgb: 11,110,173;
    --color-1: #0B6EAD;
    --color-1-dark: #024783;
    --color-2: #F1F1F7;
    --color-text: #666666;
    --color-font-1: #0b6ead;
    --color-font-2: #53bbb3;
    --color-font-3: #9da2ff;
    --color-font-4: #ffa767;
    --color-font-5: #38aecc;
    --color-font-6: #5b616a;
    --color-font-7: #878c92;
    --color-font-8: #c6c9cf;
    --color-font-9: #e7e8ef;
    --color-font-10: #d5324d;
    --color-font-11: #f4bd37;
    --color-font-12: #ea526f;
    --color-font-13: #f6ae2d;
    --color-font-14: #49d49d;
    --color-font-15: #419cce;
    --color-font-16: #85b6d6;
    --background-color-1: #0b6ead;
    --background-color-2: #53bbb3;
    --background-color-3: #9da2ff;
    --background-color-4: #ffa767;
    --background-color-5: #38aecc;
    --background-color-6: #f6f6f6;
    --background-color-7: #f9aac4;
    --background-color-8: #f9cf58;
    --background-color-9: #38aecc;
    --background-color-10: #c6c9cf;
    --background-color-11: #d5324d;
    --background-color-12: #f9f9fb;
    --background-color-13: #e7e8ef;
    --background-color-14: #ea526f;
    --background-color-15: #94a4b4;
    --background-color-16: #ffdbd7;
    --background-color-17: #878c92;
    --background-color-18: #49d49d;
    --background-color-19: #6e9075;
    --background-color-20: #f18f01;
    --background-color-21: #095782;
    --background-color-22: #546d58;
    --background-color-23: #9d695a;
    --background-color-24: #ada7c9;
    --background-color-25: #f2f22f;
    --background-color-26: #5d7c62;
    --background-color-27: #d13057;
    --background-color-28: #908ab7;
    --background-color-29: #2dba7d;
    --background-color-30: #e1e1ea;
    --background-color-31: #8da6c4;
    --background-color-32: #85b6d6;
    --background-color-33: #f4dcde;
    --background-color-34: #edf3f7;
    --background-color-35: #f9eede;
    --background-color-36: #36b9cc;
    --background-color-37: #eaecf4;
    --background-color-38: #ff6f59;
    --background-color-39: #90e0be;
    --background-color-40: #dff2f1;
    --background-color-41: #e6f0f7;
    --background-color-42: #f9e0e4;
    --background-color-43: #98d6d1;
    --background-color-44: #d6e8f2;
    --background-color-45: #f5fcfb;
    --background-color-46: #9dc5de;
    --background-color-47: #fdefd5;
    --background-color-48: #f9d6bd;
    --background-color-49: #f4d8b0;
    --background-color-50: #bae5e1;
    --background-color-51: #f9c9c5;
    --background-color-52: #419cce;
    --background-color-53: #fff2e8;
    --background-color-54: #f9e0e4;
    --background-color-55: #ebedff;
    --background-color-56: #b6e5ef;
    --border-color-1: #e7e8ef;
    --border-color-2: #53bbb3;
    --border-color-3: #f9aac4;
    --border-color-4: #f9cf58;
    --border-color-5: #61dbd0;
    --border-color-6: #0b6ead;
    --border-color-7: #c6c9cf;
    --border-color-8: #ffa767;
    --border-color-9: #d5324d;
    --border-color-10: #38aecc;
    --border-color-11: #9da2ff;
    --border-color-12: #dff2f1;
    --border-color-13: #d6e8f2;
    --border-color-14: #dcdee5;
    --gradient-1: linear-gradient(#d6e8f2,#38aecc);
}


html, body, table {
    font-family: 'Montserrat', sans-serif;
    color: var(--color-text) !important;
}


h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.titologruppo {
    color: #1b6ec2;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}

.valid.modified:not([type=checkbox]):not([type=radio]) {
    outline: 1px solid #26b050;
}

input[type="radio"]:focus {
    border: none !important;
}

input[type="checkbox"]:focus {
    border: none !important;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.imagemenu1 {
    width: 1.5rem;
    margin-right: 0.5rem;
}

.imagemenu2 {
}

.footer-text {
    position: absolute;
    color: #dededf;
    bottom: 0px;
    font-size: 12px;
    padding: 12px;
}

    .footer-text a:link, .footer-text a:visited {
        color: #dededf;
    }

.dxbl-modal-title {
    color: #1b6ec2;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.btn-primary {
    color: #fff;
    background-color: var(--color-1);
    border-color: var(--color-1);
}
    .btn-primary:hover {
        background-color: var(--color-1-dark);
        border-color: var(--color-1-dark);
    }



.user-widgets-container {
    background-color: #fff;
    border-radius: 10px !important;
    padding: 15px !important;
}

.dxbs-grid-group-row {
    font-weight: bold !important;
}

.dxbs-grid-group-footer-row {
    font-weight: 800 !important;
}


.ellipsisRow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.classTextNode {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.rowGrid {
    height: 36px!important;
}

.gridFileCssClass {
    width: 100%!important;
    height: 100%!important;
}

    .gridFileCssClass td {
        border-left-width: 0px !important;
        border-right-width: 0px !important;
    }

    .gridFileCssClass th {
        border-left-width: 0px !important;
        border-right-width: 0px !important;
    }

        .gridFileCssClass th:nth-child(5) {
            text-align: center !important;
        }

.titoloApp {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.scrollGrid {
    padding-top: 5px;
    height: calc(100vh - 150px);
}

.highlighted-item:hover {
    background-color: #F1F1F7!important;
}


.dxbs-grid-table > tbody > tr.dxbs-grid-group-footer-row > td > div, .dxbs-grid .dxbs-grid-table > tbody > tr > td, .dxbs-grid .dxbs-grid-table > tfoot > tr > td > div, .dxbs-grid .dxbs-grid-table > thead > tr > th span {
    white-space: nowrap;
}
.dxbl-checkbox-check-element {
    width: 1rem !important;
    height: 1rem !important;
    min-width: 1rem !important;
    min-height: 1rem !important;
}

.dxbs-tree .expand-btn.btn {
    padding: 0px;
}
    .dxbs-tree .expand-btn.btn:not(:last-child) {
        margin-right: 0px;
    }
.dxbs-tree ul.nav > .nav-item > .nav-link {
    padding: 0px;
}
.dxbs-tree > ul.nav ul.nav {
    margin-top: 0.2em;
    margin-right: 0px;
    margin-bottom: 0.2em;
    margin-left: 1em;
}