﻿:root {
    --firma-color: #007735;
    --layout-background-color-rgb: 211, 211, 211;
    --layout-background-alpha-hover: 0.6;
    --layout-background-color: rgba(var(--layout-background-color-rgb));
    --layout-color: black;
    --select-background-color: royalblue;
    --select-color: white;
}

.color-nic {
    background-color: none !important;
}

.color-dovolena {
    background-color: darkviolet !important;
    color: white !important;
}

.color-nemoc {
    background-color: deepskyblue !important;
    color: black !important;
}

.color-absence {
    background-color: crimson !important;
    color: white !important;
}

.color-prescas {
    background-color: orange !important;
    color: black !important;
}

.color-ok {
    background-color: lightgreen !important;
    color: black !important;
}

.color-nok {
    background-color: lightcoral !important;
    color: black !important;
}

.color-potvrzeno {
    background-color: lightskyblue !important;
    color: black !important;
}

.color-schvaleno {
    background-color: burlywood !important;
    color: white !important;
}

.color-neplatny {
    background-color: lightgray !important;
}

.unselectable-text {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.dup-color {
  
}