﻿.readonly-list {
    min-height: 60vh !important;
    max-height: 75vh !important;
}

.dxbl-modal > .dxbl-modal-root > .dxbl-popup:not(.dxbl-popup-resized):not(.dxbl-popup-fixed-width) {
    /*max-width: 90vw !important;*/
    /*max-height: 90vh !important;*/
}

.dxbl-modal-body {
    overflow-y: auto;
    padding: 10px;
}
h5{
    margin:8px;
    text-decoration-color:gray;
}

.popup-edit-form {
    max-width: 90vw !important;
    max-height: 90vh !important;
}

.popup-edit-form-smaller {
    max-width: 80vw !important;
    max-height: 80vh !important;
}

.height-40vh {
    height: 40vh !important;
}
.height-60vh {
    height: 60vh !important;
}
.height-70vh {
    height: 70vh !important;
}
.height-0-width-0 {
    height: 0;
    width: 0;
}

.margin-16px{
    margin:16px;
}

.margin-top-16px {
    margin-top: 16px;
}
/* Apply to all links */
a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

./*series-button {
    width: 100% !important;
    padding: 0.6rem !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    background-color: #69399C !important;
    font-weight: bolder !important;
    color: #ffff !important;
    font-weight: bolder;
    border: 2px solid transparent !important;
    transition: background 0.3s ease-in-out !important;
}

    .series-button:hover {
        background-color: #ffff !important;
        color: black !important;
        Border: solid 2px #69399C !important;
    }

    .series-button.dxbl-disabled:hover {
        background-color: #69399C !important;*/ /* same as default */
        /*color: #fff !important;
        border: 2px solid transparent !important;
        cursor: not-allowed !important;*/ /* optional, for UX */
    /*}*/