﻿/*.ilvo-breadcrumb-left > * {
    transform: scale(0.8);
}
.ilvo-breadcrumb-right > * {
    transform: scale(0.8);
}
*/

/*.breadcrumb-button > * {
    font-size: 12px;
}
.breadcrumb-button{
    min-width: 120px;
}*/

/*.appbarbtnContainer.appbar-right:has(#btn-create.appbarDisabled):has(#btn-edit.appbarDisabled):has(#btn-delete.appbarDisabled){
    display: none !important;
}*/

#d1-test-content {
    font-family: Arial, sans-serif;
    text-align: center;
}

.test-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    margin: 20px;
}

.test-row {
    display: flex;
    justify-content: space-between;
    width: 100%; /* Adjust the width to fit your design */
    flex-wrap: wrap;
}

    .test-row .tile {
        width: calc(25% - 10px); /* 25% for 4 buttons per row with spacing */
        min-width: 220px;
        background-color: #3498db;
        color: #fff;
        text-align: center;
        line-height: 150px;
        margin: 20px;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .test-row .tile:hover {
            background-color: #2980b9;
        }

#ReferenceCollectionItemFileUpload-form .dx-fileuploader-files-container {
    max-height: 200px;
    overflow-y: auto;
}

.customaction.appbar-button[eventstring=ReferenceSampleShortcut] span::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-bottom;
    margin-right: 5px;
    content: 'open_in_new';
}

.customaction.appbar-button[eventstring=ReferenceCollectionItemFileUpload] span::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-bottom;
    margin-right: 5px;
    content: 'upload';
}
