
@media (min-width: 1281px) {
    html { font-size: 20px; }
}

@media (max-width: 1280px) {
    html { font-size: 16px; }
}

@media (max-width: 400px) {
    html { font-size: 14px; }
}


@media print {
    body {
        overflow-y: visible;
        width: 768px;
    }
    div {
        width: auto;
    }

}

.light-btn {
    background-color: lightgray !important;
    border-color: lightgray !important;
    border-radius: 5px;
}
.light-btn .x-btn-inner-default-large{
    color:#002D5A;
}

.light-btn:active {
    background-color: gray !important;
    border-color: gray !important;
}

.light-btn:active .x-btn-inner-default-large{
    color:#ffffff;
}


.x-panel-header-default {
    background-color: rgb(0, 45, 90);
}

.x-panel-header-title-default {
    color: rgb(255, 255, 255);
}

.dark-btn {
    background-color: #002D5A !important;
    border-color: #002D5A !important;
    border-radius: 5px;
}
.dark-btn .x-btn-inner-default-large{
    color: #ffffff !important;
}
.dark-btn:active  {
    background-color: lightgray !important;
    border-color: lightgray !important;
}
.dark-btn:active .x-btn-inner-default-large {
    color: #002D5A !important;
}
.x-btn.x-btn-pressed {
    background-color: #b0b0b0 !important;
    border-color: #b0b0b0 !important;
}


.glossary {
    height: 500px;
    overflow-y: scroll;
    border-top: 1px solid #DEDEDE;
    padding-bottom: 10px;
    padding-right: 40px;
    text-align:left;
}
.term {
    font-weight: 700;
    margin-top: 20px;
}

li {
    text-align: left;
}
ul {
    list-style: none;
}

.fas.redIcon {
    color: tomato;
    margin-right: 5px;
    margin-left: 5px;

}

.fa-solid.redIcon {
    color: tomato;
    margin-right: 5px;
    margin-left: 5px;

}

.fas.maleIcon {
    color: blue;
    margin-right: 5px;
    margin-left: 5px;

}

.fas.femaleIcon {
    color: pink;
    margin-right: 5px;
    margin-left: 5px;

}

/* .custom-loader .x-mask {
background-image: none;
background-color: rgba(209, 209, 209, 0.5);
cursor: default;
border-style: solid;
border-width: 1px;
border-color: transparent;
z-index: 100;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
outline: none !important;
}
*/

.custom-loader {
    background-image: none;
}

.custom-loader .x-mask-msg {
    background-image: url(loading_forklift.gif) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 200px;
    border: 1px solid #000000;
    background-color: #ffffff;



}

.custom-loader .x-mask-msg-text {
    background:transparent !important;
}

.action-items {
    margin-right: 5px;
    color: #002D5A;
}

.svg-container {
    position: relative;
    height: 100%;
    width: 100%;
    

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.svg-container-small {
    position: relative;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.svg-container-generic {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 10;

    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: bold;
    color: white;

    opacity: 0;
}


.overlay-text.animate {
    animation: fadeIn 2s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.transparent-panel,
.transparent-panel .x-panel-body,
.transparent-chart,
.transparent-chart .x-chart-surface,
.transparent-chart svg {
    background: transparent !important;
    background-color: transparent !important;
}

.transparent-chart path[fill="none"][stroke="#000000"] {
    stroke: #ffffff !important;
}





.my-chart-tooltip {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.my-chart-tooltip .x-tip-body-default {
    color: #000000 !important;
}