﻿html {
    font-size: 16px;
}

body {
    background-color: #DCDCDC;
    width: 100%;
}

:root {
    --ugly-selection-back-color: #F0F4C3; /*#DCEDC8; /*#E0F2F1; */
    --rz-text-color: #000000;
    --rz-primary: #000000;
}

.mud-input,
.mud-input-control > .mud-input-control-input-container {
    font-weight: 500;
    color: #454242;
}

.mud-table {
    padding-left: 10px;
    padding-right: 10px;
}

.appBar {
    background: url("../images/appbar.png") no-repeat;
    background-size: cover;
    color: #212121;
    border-bottom: solid 1px #BFBFBF;
}

.hdSmartUI {
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    background-color: whitesmoke;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: #212121;
}

.hdList {
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    background: url("../images/hList.png") no-repeat;
    background-size: auto;
    background-color: #EFEFEF;
    color: #212121;
}

.hdEdit {
    background: url("../images/hEdit.png") no-repeat;
    background-size: cover;
    background-color: #EFEFEF;
    color: #212121;
}

.borderList {
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bottomSpace {
    padding-bottom: 40px;
}

.borderRLList {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

tr.selected-row td {
    background-color: var(--ugly-selection-back-color);
    font-weight: 500;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.mud-table-cell-custom-group {
    font-weight: 500;
}

.mud-table-header .mud-table-cell {
    padding: 5px;
    background-color: white !important;
    font-weight: 900;
    border-bottom: solid 1px #EAEBEB !important;
}

.mud-table-cell-custom-group-footer {
    border-top: thin 1px #CCCCCC !important;
    text-align: right;
}

.page-height {
    min-height: calc(100vh - 20rem);
    max-height: calc(100vh - 20rem);
}

/*@media (min-height: 1000px) and (max-height: 1100px) {
    .page-height {
        min-height: 70vh;
        max-height: 70vh;
    }
}

@media (min-height: 1300px) and (max-height: 1600px) {
    .page-height {
        min-height: 78vh;
        max-height: 78vh;
    }
}
*/

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
