:root {
  --duration-default: 500ms;
  --color-primary-light: rgb(50, 100, 190);
  --color-primary: rgb(30, 65, 140);
  --color-primary-dark: rgb(10, 30, 80);
  --color-secondary-light: #fdeeac;
  --color-secondary: #fde36f;
  --color-secondary-dark: #fdd835;
  --color-primary-text: #000000;
  --color-secondary-text: #f3f2fb;
  --color-primary-background: rgb(230, 230, 240);

  --filter-height: 29px;
  --filter-padding: 5px 8px;
  --filter-border: 1px solid #a4a4a4;
  --filter-border-radius: 2px;
  --filter-bg-color: #fff;
  --filter-focus-shadow: 0 0 2px #7799d0;
  --filter-focus-border-color: #7799d0;
}

@media all {
  body {
    position: relative;
    padding: 0px;
    margin: 0px;
    background-image: url("/obrazky/bg.jpg");
    background-repeat: repeat-x;
    background-color: rgb(10, 30, 80);
    font-family: Sans-serif, Verdana, Arial;
    font-size: 13px;
    color: white;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    margin: 8px 0px;
    font-size: 105%;
  }

  h1 {
    font-size: 180%;
    margin: 14px 0px;
  }

  h2 {
    font-size: 140%;
    margin: 12px 0px;
  }

  h3 {
    font-size: 120%;
    margin: 10px 0px;
  }

  p {
    margin: 6px 0px;
    text-align: left;
  }

  a {
    color: white;
  }

  img {
    border: 0px;
  }

  big {
    font-size: 125%;
  }

  small {
    font-size: 80%;
  }

  mensi {
    font-size: 90%;
  }

  select {
    color: black;
  }

  input[type="checkbox"] {
    color: black;
  }

  form {
    margin: 0px;
    padding: 0px;
  }

  .content {
    width: 900px;
    min-width: 900px;
    padding: 20px 0 40px 0;
    /*nutne aby nepredaval child svuj margin-top, 0 nefunguje !!!*/
    min-height: 500px;
    _height: 500px;
    margin: 0 auto;
    clear: both;
  }

  .content-body {
    float: left;
    text-align: left;
  }

  .content-body-short {
    width: 660px;
    padding-left: 10px;
  }

  .content-body-long {
    width: 100%;
  }

  .hlavicka_reportu {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
  }

  .hlavicka {
    clear: both;
    width: 100%;
    height: 72px;
    text-align: center;
    overflow: hidden;
  }

  .menu_hlavni {
    width: 100%;
    text-align: center;
    font-size: 150%;
    /*margin: 0px 0px 32px 0px;*/
    padding: 0px;
  }

  .menu_hlavni a {
    padding: 8px 20px;
    color: white;
    text-decoration: none;
    display: inline-block;
    height: 24px;
  }

  .menu_hlavni a.active {
    background-color: #122b58;
  }

  .menu_hlavni a:hover {
    background-color: #3c80e6;
  }

  .menu_sub_administrace {
    width: 100%;
    text-align: center;
    font-size: 120%;
    /* margin: -24px 0px 24px 0px; */
    background-color: #0d1e3e;
  }

  .menu_sub_administrace a {
    padding: 4px 16px;
    color: white;
    text-decoration: none;
  }

  .menu_sub_administrace a.active {
    background-color: black;
  }

  .menu_sub_administrace a:hover {
    background-color: #3c80e6;
  }

  .menu_administrace_radek {
    padding: 4px 0px;
  }

  .menu_horni {
    float: right;
    width: 660px;
    text-align: center;
    font-size: 200%;
    margin: 0px 0px 24px 0px;
  }

  .menu_leve {
    float: left;
    width: 205px;
    min-height: 500px;
    padding-right: 20px;
    margin-top: 16px;
    position: relative;
    border-right: 1px solid white;
  }

  ul.menu {
    margin: 0px 0px 160px 10px;
    padding: 0px;
    list-style-type: none;
  }

  ul.menu ul.menu {
    margin: 0px 0px 6px 18px;
    display: none;
    list-style-type: disc;
  }

  ul.menu li {
    padding: 2px 4px;
    position: relative;
  }

  ul.menu li:hover {
    background-color: #3c80e6;
  }

  ul.menu li.active {
    background-color: #0d1e3e;
  }

  ul.menu a.active {
    font-weight: bold;
  }

  ul.menu li a {
    text-decoration: none;
  }

  ul.menu li input[type="image"] {
    position: absolute;
    right: -16px;
    top: 4px;
  }

  .informacni_pruh {
    clear: both;
    width: 100%;
    height: 30px;
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0px 4px;
  }

  .firmy_status {
    width: 100%;
    margin: 6px 13px 0px;
  }

  .firmy_status_firmy {
    font-weight: bold;
  }

  .oznameni-is {
    clear: both;
    border: 2px solid rgb(62, 119, 208);
    border-radius: 4px;
    padding: 0;
    margin: 8px 0px;
    background: rgb(10, 30, 80) url("/obrazky/bg.jpg") 0px -256px repeat-x;
    box-shadow: 2px 3px 4px black, 4px 6px 10px black;
    text-shadow: 1px 2px 3px black;
  }

  .oznameni-new {
    border-color: orange;
  }

  .oznameni-no-active {
    border-color: black;
    background: transparent;
    color: darkgray;
  }

  .oznameni-active-in-future {
    border-color: green;
    background: transparent;
  }

  .oznameni-is p {
    margin: 0;
    padding: 8px;
  }

  .date_created {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .oznameni-new .date_created {
    color: orange;
    background-color: rgba(0, 0, 0, 0.4);
  }

  #ip_datum {
    float: left;
    margin-left: 10px;
    line-height: 30px;
  }

  #langSwitch {
    float: right;
    margin-left: 6px;
    margin-right: 10px;
    padding: 5px 0px;
    height: 20px;
  }

  #logout {
    float: right;
    margin-right: 10px;
    line-height: 30px;
  }

  #uzivatel {
    float: right;
    margin-right: 16px;
    line-height: 30px;
  }

  #logo-agb {
    float: right;
    margin-left: 16px;
    margin-top: 12px;
  }

  #logo-edp {
    float: right;
    margin-left: 16px;
  }

  #logo-pca {
    float: right;
    margin-left: 16px;
    margin-top: 8px;
  }

  h1.agb,
  h1.pca {
    float: left;
    margin-left: 14px;
    margin-top: 17px;
  }

  h1.agb a,
  h1.pca a {
    text-decoration: none;
  }

  .hlavicka-unifin {
    clear: both;
    width: 100%;
    height: 80px;
    line-height: 40px;
    font-weight: bold;
    margin: 14px 6px;
    font-size: 24px;
  }

  h1.unifin,
  #logoUnifin {
    display: inline-block;
    font-size: 24px;
  }

  h1.unifin {
    float: right;
  }

  #logoUnifin {
    float: left;
  }

  #logoUnifin a {
    text-decoration: none;
  }

  .numeric {
    position: absolute;
    left: 10px;
    bottom: 0px;
    clear: both;
  }

  .numeric .snsbox {
    width: 200px;
    height: 150px;
    overflow: hidden;
  }

  .numeric .bckgstd,
  .numeric .bckgerr {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .numeric .name,
  .numeric .value,
  .numeric .watchmax,
  .numeric .watchmin {
    position: absolute;
    z-index: 2;
  }

  .numeric .name {
    top: 25px;
    left: 0;
    width: 200px;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    color: #2e2e2f;
  }

  .numeric .watchmax {
    top: 100px;
    right: 35px;
    font-size: 1.3em;
    color: #da241c;
    cursor: help;
  }

  .numeric .watchmin {
    top: 100px;
    left: 35px;
    font-size: 1.3em;
    color: #0e8aef;
    cursor: help;
  }

  .numeric .value {
    top: 50px;
    left: 0;
    font-size: 2.5em;
    width: 200px;
    text-align: center;
    font-weight: bold;
    color: #2e2e2f;
  }

  .numeric .snsbox .bckgerr {
    visibility: hidden;
  }

  .numeric .snsbox {
    width: 200px;
    height: 150px;
    overflow: hidden;
  }

  .numeric .bckgstd,
  .numeric .bckgerr {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .numeric .name,
  .numeric .value,
  .numeric .watchmax,
  .numeric .watchmin {
    position: absolute;
    z-index: 2;
  }

  .numeric .name {
    top: 25px;
    left: 0;
    width: 200px;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    color: #2e2e2f;
  }

  .numeric .watchmax {
    top: 100px;
    right: 35px;
    font-size: 1.3em;
    color: #da241c;
    cursor: help;
  }

  .numeric .watchmin {
    top: 100px;
    left: 35px;
    font-size: 1.3em;
    color: #0e8aef;
    cursor: help;
  }

  .numeric .value {
    top: 50px;
    left: 0;
    font-size: 2.5em;
    width: 200px;
    text-align: center;
    font-weight: bold;
    color: #2e2e2f;
  }

  .numeric .snsbox .bckgerr {
    visibility: hidden;
  }

  .iframe {
    float: left;
    margin: 0;
    width: 100%;
  }

  caption {
    font-weight: bold;
    font-size: 120%;
    text-align: left;
    margin: 6px;
  }

  td,
  th {
    padding: 4px 6px;
    margin: 0px;
    border: none;
    vertical-align: baseline;
    text-align: left;
  }

  thead th,
  tfoot td {
    font-weight: bold;
  }

  th.selector {
    cursor: auto;
  }

  th.selector:hover {
    background-color: orange;
    cursor: pointer;
  }

  tr.selector {
    cursor: auto;
  }

  tr.selector:hover,
  td.selector:hover,
  tbody.selector:hover {
    background-color: lightgreen !important;
    cursor: pointer;
  }
  #povoleni-list-table tr.selector td:last-of-type:hover {
    background-color: lightskyblue;
  }
  tr.pointer:hover,
  td.pointer:hover {
    background-color: #e8e8e8;
  }
  table.selectorResety {
    border-collapse: collapse;
  }
  table.selectorResety tr.selector:hover,
  table.selectorResety td.selector:hover {
    border-color: rgba(0, 0, 0, 0.3) !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
  }

  tr.marker,
  tbody.marker {
    background-color: navajowhite;
  }

  .report_table {
    margin: 12px auto;
    margin-bottom: 24px;
    table-layout: fixed;
    background-color: white;
    overflow: hidden;
    color: black;
    width: 100%;
    font-size: 80%;
  }

  .filtr-reporty {
    margin: 12px auto;
    margin-bottom: 24px;
    background-color: rgb(62, 119, 208);
    border: 1px solid black;
    color: black;
    border-spacing: 1px;
    border-collapse: collapse;
  }

  .filtr-reporty th,
  .filtr-reporty td {
    padding: 8px 16px;
    font-weight: bold;
  }

  .report_table_default {
    margin: 12px auto;
    margin-bottom: 24px;
    background-color: white;
    color: black;
    border-spacing: 1px;
    border-collapse: collapse;
    text-align: left;
    font-size: 85%;
  }

  .table_odmeny {
    margin: auto;
    margin-bottom: 0px;
    border-spacing: 2px;
    border-collapse: separate;
    font-size: 85%;
  }

  .report_table_transparent {
    margin: 12px auto;
    margin-bottom: 24px;
    border-spacing: 1px;
    border-collapse: collapse;
    text-align: left;
  }

  .table_filtr {
    margin: 12px auto;
    margin-bottom: 24px;
    background-color: white;
    border: 1px solid black;
    color: black;
    border-spacing: 1px;
    border-collapse: collapse;
    text-align: center;
    clear: both;
  }

  .table_edit {
    color: white;
    margin: 12px auto;
    margin-bottom: 24px;
    background: none;
    text-align: left;
  }

  .report_table_transparent tr.selector:hover {
    background-color: green;
  }

  .report_table_transparent tr.pointer:hover {
    background-color: black;
  }

  .report_table caption,
  .report_table_default caption,
  .table_edit caption {
    color: white;
  }

  .report_table_default thead,
  .table_filtr thead {
    font-size: 110%;
    background-color: #eeeeee;
    border-bottom: 1px solid black;
  }

  .report_table_default tfoot,
  .table_filtr tfoot {
    background-color: #f8f8f8;
    border-top: 1px solid black;
  }

  .report_table_transparent thead {
    font-size: 110%;
    border-bottom: 3px double white;
  }

  .report_table_default td,
  .table_filtr td,
  .report_table_default th,
  .table_filtr th {
    border: 1px solid lightgray;
  }

  .report_table_default th,
  .table_filtr th {
    border: 1px solid lightgray;
  }

  .report_table_default thead th,
  .table_filtr thead th {
    border-bottom: 1px solid black;
  }

  .table_filtr button,
  .table_filtr input {
    margin: 2px;
    padding: 2px;
    white-space: nowrap;
  }

  .table_odmeny td,
  .table_odmeny th {
    border: 1px solid black;
    padding: 2px;
  }

  .table_odmeny_seznam td,
  .table_odmeny_seznam th {
    vertical-align: middle;
    font-size: 80%;
  }

  .report_table_default a,
  .report_table a,
  .filtr-reporty a,
  .table_filtr a {
    color: black;
  }

  #login {
    position: inherit;
    clear: both;
    width: 350px;
    margin: 100px auto 150px auto;
    padding: 20px 20px 20px 20px;
    background-color: rgb(62, 119, 208);
  }

  .big_box {
    background-color: transparent;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
  }

  #trideni {
    background-color: rgb(50, 180, 255);
  }

  .tlacitko1 {
    display: block;
    width: 104px;
    height: 31px;
    margin: 0 auto;
    padding: 0;
    line-height: 31px;
    background-image: url("/obrazky/tlacitko1.png");
    background-repeat: no-repeat;
    text-align: center;
  }

  .tlacitko1:hover {
    background-image: url("/obrazky/tlacitko2.png");
    background-repeat: no-repeat;
  }

  #report_nazev {
    font-weight: bold;
  }

  .calheader {
    color: black;
  }

  #cal1Container {
    position: absolute;
    margin: 1em;
    z-index: 500;
    display: none;
  }

  textarea {
    width: 100%;
  }

  .dp-highlighter {
    z-index: 1;
  }

  .page-povoleni {
    color: white;
  }

  .page-povoleni form {
    margin: 0px;
    padding: 0px;
  }

  .page-povoleni table {
    margin: 16px 0px;
    padding: 0px;
    width: 100%;
  }

  .page-povoleni table th,
  .page-povoleni table td {
    text-align: left;
    vertical-align: top;
    margin: 0px;
    padding: 2px 6px;
  }

  .page-povoleni table th {
    font-weight: bold;
    border-bottom: 1px solid #888888;
  }

  .page-povoleni table td {
    font-weight: normal;
  }

  .page-povoleni .menu_item {
    margin-bottom: 16px;
  }

  .povoleni-blok {
    width: 100%;
    clear: both;
  }

  .povoleni-list {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
    clear: both;
  }

  .tableFloatingHeader {
    z-index: 99;
  }

  .povoleni-new {
    width: 600px;
    margin: auto;
  }

  .povoleni-detail {
    width: 440px;
    float: left;
    border-right: 1px solid #f0f0f0;
  }

  .povoleni-new-pristroj {
    width: 440px;
    float: right;
  }

  .povoleni-pristroje-list {
    width: 440px;
    float: right;
  }

  a.uzivatele {
    color: darkblue;
  }

  a.cerny {
    color: black;
  }

  .screen-margin {
    margin-top: 32px;
  }

  .error,
  .chyba,
  tr.chyba td {
    font-weight: bold;
    color: red;
  }

  .ok {
    font-weight: bold;
    color: green;
  }

  .pismo_red {
    color: red;
  }

  .disable,
  .unimportant {
    color: gray;
  }

  .pristrojnaprovozufiltr {
    background-color: #ffff33;
  }

  .pristrojnaprovozufiltrneaktivni {
    background-color: #ffff99;
  }

  .provoznaprovozufiltr {
    background-color: #ffffff;
    cursor: pointer;
  }

  .provoznaprovozufiltrselected {
    background-color: #ccffcc;
    cursor: pointer;
  }

  .provoznaprovozufiltrselectedneaktivni {
    background-color: #ddffdd;
    cursor: pointer;
  }

  .provoznaprovozufiltrneaktivni {
    background-color: #dddddd;
    cursor: pointer;
  }

  .cb {
    clear: both;
  }
  .tc {
    text-align: center;
  }
  .tl {
    text-align: left;
  }
  .tr {
    text-align: right;
  }
  .tj {
    text-align: justify;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .w100 {
    width: 100%;
  }
  .ws,
  .nw {
    white-space: nowrap;
  }
  .small {
    font-size: 60%;
  }
  .display-export-none {
    display: none;
  }

  .Level-text {
    float: left;
  }

  .Level-blok {
    float: right;
  }

  .Level-1-label {
    margin: 8px 0px;
    font-size: 130%;
    font-weight: bold;
  }

  .Level-2-label {
    margin: 22px 0px 8px;
    font-size: 110%;
    font-weight: bold;
  }

  .Level-3-label {
    margin: 8px 0px 4px;
    font-size: 105%;
    font-weight: bold;
  }

  .Level-1 {
    background-color: rgb(14, 40, 102);
    border: 2px solid rgb(128, 156, 255);
    border-radius: 10px;
    clear: both;
    padding: 10px;
  }

  .Level-2 {
    background: rgb(10, 30, 80) url("/obrazky/bg.jpg") 0px -40px repeat-x;
    border: 1px solid rgb(128, 156, 255);
    border-radius: 8px;
    margin: 8px;
    padding: 8px;
  }

  .Level-3 {
    background: rgb(10, 30, 80) url("/obrazky/bg.jpg") repeat-x;
    border: 1px solid rgb(128, 156, 255);
    border-radius: 6px;
    margin: 6px;
    padding: 6px;
  }

  .Level-4 {
    background-color: rgb(14, 40, 102);
    border: 1px solid rgb(128, 156, 255);
    border-radius: 4px;
    margin: 4px;
    padding: 4px;
  }

  .Level-1-text {
    float: none;
    text-align: center;
  }

  .Level-2-text {
    width: 25%;
  }

  .Level-3-text {
    width: 33%;
  }

  .Level-4-text {
    width: 100%;
  }

  .Level-1-blok {
    clear: both;
    width: 100%;
  }

  .Level-2-blok {
    width: 75%;
  }

  .Level-3-blok {
    width: 67%;
  }

  .Level-4-adresa {
    width: 50%;
    float: left;
  }

  .Level-4-info {
    width: 50%;
    float: right;
    font-size: 85%;
  }

  .menu .multifiltr {
    display: inline;
  }

  .blok-pristroje {
    clear: both;
    border: 1px solid rgb(62, 119, 208);
    border-radius: 4px;
    padding: 4px;
    margin: 8px 0px;
    background: rgb(10, 30, 80) url("/obrazky/bg.jpg") 0px -256px repeat-x;
  }

  .blok-pristroje table {
    margin: 0px;
  }

  .blok-pristroje .rb {
    border-right: 1px solid rgb(62, 119, 208);
  }

  .blok-pristroje .datumy {
    background-color: #0d1e3e;
  }

  .blok-pristroje .datumy-start td {
    padding-top: 16px;
  }

  .blok-pristroje .datumy-end td {
    padding-bottom: 16px;
  }

  .blok-pristroje.chyba {
    background: #000;
    padding: 1px 8px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .blok-pristroje.ok {
    background: black;
    color: green;
    font-weight: bold;
    padding: 6px 8px;
    margin: 6px 0px;
  }

  .blok-pristroje-nadpis {
    border-bottom: 1px solid rgb(62, 119, 208);
    margin: 0px 0px 6px 0px;
    padding: 4px 6px;
  }

  .pristroje-provoz-nadpis {
    font-size: 110%;
    line-height: 120%;
    padding: 4px 6px;
    background-color: #3c80e6;
  }

  .detail-pristroje {
    margin-top: 24px;
  }

  .blok-pristroje p {
    margin: 4px 6px;
  }

  .pristroje-provoz-nadpis.neaktivni {
    color: black;
  }

  .aktivni {
    background-color: blue;
  }
  .neaktivni {
    background-color: lightgrey;
    color: black;
  }

  #linky_obal {
    margin-top: 16px;
    clear: both;
  }

  #linky {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
  }

  .apendix {
    clear: both;
    margin: -16px 0 24px;
    font-size: 80%;
    color: #888888;
  }

  .pocetZobrazenychZaznamu {
    font-size: 80%;
    color: #888888;
    margin: -10px 0 10px;
  }

  optgroup {
    font-size: 105%;
    font-weight: bold;
    font-style: normal;
    background-color: whitesmoke;
    padding: 3px 6px;
  }

  option {
    background-color: white;
  }

  optgroup option {
    font-size: 90%;
  }

  tr.required {
    background-color: rgba(0, 0, 0, 0.15);
  }

  tr.required td {
    color: yellow;
  }

  .kiosek-last-update {
    color: rgba(255, 255, 255, 0.5);
    font-size: 85%;
  }

  .kiosek-transaction-name {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .kiosek-transaction-item {
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .kiosek-transaction-list {
    list-style-type: none;
    margin: 0 6px 6px;
    padding: 4px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }

  .kiosek-file {
    display: block;
    margin: 0;
    padding: 0;
    min-width: 25%;
    max-width: 25%;
    box-sizing: border-box;
    flex-grow: 1;
  }

  .kiosek-file > div {
    margin: 4px;
    border: 1px solid rgb(62, 119, 208);
    border-radius: 4px;
    padding: 4px;
    padding-left: 56px;
    white-space: normal;
    overflow: hidden;
  }

  .kiosek-file.kiosek-file-type-4 > div {
    padding-left: 4px;
  }

  .kiosek-file.kiosek-file-strong > div {
    border: 1px solid yellow;
  }

  .kiosek-file-type-4 .kiosek-file-type-name {
    display: none;
  }

  .kiosek-file-type-pdf > div {
    background: transparent url("/img/pdf.png") 2px 2px no-repeat;
  }

  .kiosek-file-type-log > div,
  .kiosek-file-type-txt > div {
    background: transparent url("/img/txt.png") 2px 2px no-repeat;
  }

  .kiosek-file-type-gz > div {
    background: transparent url("/img/gzip.png") 2px 2px no-repeat;
  }

  .kiosek-file label {
    display: none;
  }

  .kiosek-file-type-4 img {
    float: left;
    width: 78px;
    height: 58px;
    display: block;
    margin: 0 6px 0 0;
  }

  .kiosek-file-time,
  .kiosek-file-size,
  .kiosek-file-ticket,
  .kiosek-file-type-name {
    font-size: 85%;
    color: rgba(255, 255, 255, 0.7);
  }

  .kiosek-file-type-4 .kiosek-file-time,
  .kiosek-file-type-4 .kiosek-file-size {
    display: block;
    padding: 2px;
  }

  .kiosek-file-link a {
    text-decoration: underline;
    font-weight: bold;
    color: darkorange;
  }

  .kiosek-file-strong .kiosek-file-link a {
    color: yellow;
  }

  .kiosek-transaction-item .datetime {
    font-weight: bold;
    color: aqua;
  }

  .kiosek-update button {
    display: none;
  }

  .kiosek-update-swap {
    display: block;
    padding: 32px 0 16px 0;
  }

  .kiosek-file-ticket-number {
    color: aqua;
  }

  table.alarm-relevance .alarm-relevance-high {
    padding-left: 30px;
    background: transparent url(/obrazky/chyba.png) 4px 50% no-repeat;
    background-size: 20px;
  }
  table.alarm-relevance .alarm-relevance-middle {
    padding-left: 30px;
    background: transparent url(/obrazky/varovani.png) 4px 50% no-repeat;
    background-size: 20px;
  }

  table.alarm-relevance .alarm-relevance-low {
    padding-left: 30px;
    background: transparent url(/obrazky/info.png) 4px 50% no-repeat;
    background-size: 20px;
  }

  .image_gallery {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    width: 900px;
    margin-left: -20px;
  }

  .image_gallery .image_block {
    flex-grow: 1;
    text-align: left;
    padding: 4px;
    box-sizing: border-box;
    max-width: 300px;
  }

  .image_gallery .image_img {
    border: 1px solid white;
    background-color: black;
    width: 300px;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    display: table-cell;
  }

  .image_gallery .image_img img {
    max-width: 100%;
    max-height: 100%;
    image-orientation: from-image;
  }

  .image_gallery .image_name {
    color: yellow;
    font-weight: bold;
  }

  .image_gallery .image_name,
  .image_gallery .image_note {
    text-align: left;
    word-break: break-all;
  }

  .image_gallery .image_tools {
    float: right;
    margin-top: 8px;
  }

  .image_gallery .image_tools img {
    max-width: 16px;
    max-height: 16px;
    border: 0;
  }

  .image_gallery .image_tools form {
    display: inline;
  }

  #form_1 input:focus,
  #form_1 select:focus,
  #form_1 textarea:focus,
  #form_1 button:focus {
    color: darkblue;
    background-color: yellow;
  }

  .label-alias {
    font-size: 80%;
    color: #666;
  }

  h2.accordion,
  h3.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
  }

  h2.accordion:hover,
  h3.accordion:hover {
    color: #d4d6d8;
  }

  div.panel {
    height: inherit;
    /* overflow: hidden; */ /* Použito minimálně na indexu - uřezává tabulky - najdi si jiný řešení!!! */
    overflow-y: hidden;
    overflow-x: visible;
    width: -moz-min-content;
    width: min-content;
    min-width: 100%;
  }

  h2.accordion:after,
  h3.accordion:after {
    content: "\02795"; /* Unicode character for "plus" sign (+) */
    font-size: 16px;
    color: #777;
    float: left;
    margin-right: 5px;
  }

  h2.accordion.active:after,
  h3.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

  .noHeight {
    height: 0px !important;
  }

  #top_Button,
  #top-btn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none;
    outline: none;
    height: 30px;
    width: 30px;
    background-image: url("../obrazky/go-to-top.png");
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  #top_Button:hover,
  #top-btn:hover {
    opacity: 0.7;
  }

  #leveMenuStickable,
  #leveMenuFavorites {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 205px;
  }

  .kontrolyLeveMenuText {
    margin: 7px -5px 0 0;
    font-size: 91%;
    font-family: Arial;
    font-weight: 600;
    text-rendering: optimizeLegibility;
  }

  .kontrolyLeveMenuText:hover {
    background-color: #3c80e6;
    cursor: pointer;
  }

/* .sticky {
    position: fixed;
    top: 0;
    max-height: calc(100vh - 10px);
    overflow-y: auto;
    overflow-x: hidden;
    
} */

  .stickyBtn {
    position: fixed;
    top: 42px;
    left: 42px;
  }

  tr.FullRowStatus-OK,
  li.FullRowStatus-OK {
    background-color: #ccffcc;
  }

  tr.FullRowStatus-Wrong,
  li.FullRowStatus-Wrong {
    background-color: #ffaaaa;
  }

  tr.FullRowStatus-Unknown,
  li.FullRowStatus-Unknown {
    background-color: #ffeecc;
  }

  td.ValueStatus-Wrong {
    background-color: #ffaaaa;
  }

  td.ValueStatus-Unknown {
    background-color: #ffdd88;
  }

  td.ValueStatus-OK {
    background-color: #aaffaa;
  }

  tr.FullRowStatus-Blocked,
  li.FullRowStatus-Blocked,
  tr.FullRowStatus-Blocked td.ValueStatus-OK,
  td.FullCellStatus-Blocked {
    background-color: #ff8888;
    color: #0000aa;
  }

  #RGS-counter-type-table input {
    width: 60px;
  }

  .help {
    cursor: help;
  }

  .json-icon {
    background: url("../obrazky/json-file-icon.svg") left top no-repeat;
    height: 35px;
    width: 35px;
    display: inline-block;
  }

  .delete-button {
    background: url("../obrazky/krizek.png") left top no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
  }

  /*
   * Bylo by lepší pro zarovnání na střed
   * používat tuto class na tabulku kde je potřeba
   */
  .vm tbody td,
  .vm tbody th {
    vertical-align: middle !important;
  }

  #RGS-error-protocol-table td,
  #RGS-error-protocol-table th,
  #RGS-counter-type-table td,
  #RGS-counter-type-table th,
  #RGS-kontrola-casu-session-table td,
  #RGS-kontrola-casu-session-table th,
  #statisticke-odchylky-table td,
  #statisticke-odchylky-table th,
  #statisticke-odchylky-detail td,
  #statisticke-odchylky-detail th,
  .session-time-detail table td,
  .session-time-detail table th,
  #cash-machine-types-table table td,
  #cash-machine-types-table table th,
  #counter-copy-table td,
  #counter-copy-table th,
  #zombie-v-datumech-table td,
  #zombie-v-datumech-table th,
  #RGS-nenulova-prvni-pocitadla-table td {
    vertical-align: middle !important;
  }

  .bold {
    font-weight: bold;
  }

  .date-out-of-bounds + td {
    background-color: rgba(255, 0, 0, 0.3);
  }

  .date-out-of-bounds {
    background-color: rgba(255, 0, 0, 0.5);
  }

.menu_leve {
  position: relative;
}

  /******* /administrace/RGS-opis-pocitadla.php *******/
  .chosen-drop {
    font-weight: normal;
  }

  .chosen-drop .group-result {
    font-size: 15px;
    padding-left: 20px !important;
    background-color: #d2d2d2;
  }

  .chosen-container .chosen-results {
    max-height: 300px !important;
  }

  ul.chosen-results li.neaktivni,
  ul.options li.neaktivni {
    background-color: rgba(128, 128, 128, 0.1);
    color: rgba(0, 0, 0, 0.7);
  }

  ul.options > li.group > label {
    background-color: lightgray;
  }

  #counter-copy-table .small-input {
    width: 85px;
  }

  .unlocked-lock {
    background: url("/obrazky/unlocked-lock.svg") 40% center no-repeat;
    color: transparent;
  }

  .locked-lock,
  .locked-buffer {
    background: url("/obrazky/locked-lock.svg") center center no-repeat;
    color: transparent;
  }

  .locked-buffer {
    width: 24px;
    padding: 0px;
    background-size: 15px 15px;
  }

  .locked-buffer:hover {
    background: url("/obrazky/unlocked-lock.svg") 40% center no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
  }

  .locked-buffer:active {
    opacity: 0.5;
  }

  .unlocked-lock:hover {
    cursor: pointer;
    background: url("/obrazky/locked-lock.svg") center center no-repeat;
  }

  .locked-lock:hover {
    cursor: pointer;
    background: url("/obrazky/unlocked-lock.svg") 40% center no-repeat;
  }
  /*------ konec /administrace/RGS-opis-pocitadla.php ------*/
  #electronic-counters-table {
    width: 1100px;
    height: auto;
    overflow: auto;
  }

  #electronic-counters-table table {
    margin: 0;
    margin-bottom: 5px;
  }

  #electronic-counters-table .divider-column {
    background-color: rgb(10, 30, 80) !important;
    border: none;
  }

  #electronic-counters-table .zero-line.locked-line {
    background-color: #ab335b;
    color: white;
  }

  #electronic-counters-table .small-input {
    width: 70px;
  }

  #electronic-counters-table th,
  #electronic-counters-table td {
    vertical-align: middle;
  }

  #electronic-counters-table td {
    text-align: right;
  }

  #electronic-counters-table .zero-line {
    background-color: rgba(241, 116, 116, 0.904);
  }

  #electronic-counters-table .locked-line {
    background-color: #969696;
  }

  .enlarge-button {
    background: url("/obrazky/maxify-icon.svg") center center no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    z-index: 9000;
    left: 42%;
    top: 500px;
  }

  .enlarge-button:hover {
    cursor: pointer;
    background-color: #0003;
    opacity: 0.7;
  }

  #electronic-counters-table.enlarged-table {
    position: fixed;
    left: 0;
    bottom: 5px;
    height: 100%;
    width: 100% !important;
  }

  .enlarge-button.minify {
    background: url("/obrazky/minify-icon.svg") center center no-repeat;
    left: 140px;
    top: 10px;
  }

  .enlarge-button.minify:hover {
    background-color: #0003;
  }

  #electronic-counters-table td.same-value {
    background-color: #ffba3d;
  }

  .buffer-size-red {
    color: red;
    font-weight: bold;
    background-color: #1e1e1e1e !important;
  }

  #reload-table,
  .reload-table {
    background: url("/obrazky/reload-icon-blue.svg") left top no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: sub;
  }

  #reload-table:hover,
  .reload-table {
    opacity: 0.5;
    cursor: pointer;
  }

  #reload-table:active,
  .reload-table {
    opacity: 1;
  }

  #process-list-table td,
  #process-list-table th {
    vertical-align: middle;
  }

  .jumpTo span:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  tr.selector.red-selector:hover {
    background-color: rgb(255, 130, 130);
  }

  #report-evidence-pristroju-nxcs2-filters {
    display: flex;
    flex-direction: column;
  }

  #report-evidence-pristroju-nxcs2-filters > button {
    width: 75px;
    align-self: center;
  }

  #report-evidence-pristroju-nxcs2-filters div {
    align-self: center;
  }

  #report-evidence-pristroju-nxcs2-filters table {
    margin-bottom: 12px;
  }

  .evidence-nxcs2-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
  }

  .evidence-nxcs2-footer {
    align-self: center;
  }

  .report-site-nxcs2 {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1px 10px 10px 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .report-site-nxcs2 table {
    margin: 0px;
  }

  .report-site-nxcs2 h2,
  .report-site-nxcs2 h3 {
    padding: 5px;
    margin: 0;
  }

  .report-site-nxcs2 .site-table-header {
    width: 100%;
    margin-bottom: 10px;
  }

  .inactive-device {
    background-color: #ffdfdf;
    color: #606060;
  }

  .exclamation-cell-red {
    background: url("/obrazky/exclamation-icon-red.svg");
    background-size: 15px 15px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    cursor: help;
  }

  .exclamation-cell-green {
    background: url("/obrazky/exclamation-icon-green");
    background-position: 16px 5px;
    background-repeat: no-repeat;
    cursor: help;
  }

  .exclamation-cell-grey {
    background: url("/obrazky/exclamation-icon-grey");
    background-size: 15px 15px;
    background-position: 16px 5px;
    background-repeat: no-repeat;
    cursor: help;
  }

  .exclamation-cell-red.exclamation-cell-grey {
    background: url("/obrazky/exclamation-icon-red.svg"),
      url("/obrazky/exclamation-icon-grey");
    background-size: 15px 15px;
    background-position: 5px 5px, 16px 5px;
    background-repeat: no-repeat;
    cursor: help;
  }

  .exclamation-cell-red.exclamation-cell-green {
    background: url("/obrazky/exclamation-icon-red.svg"),
      url("/obrazky/exclamation-icon-green");
    background-size: 4px 15px;
    background-position: 5px 5px, 16px 5px;
    background-repeat: no-repeat;
    cursor: help;
  }

  .exclamation-cell-green.exclamation-cell-grey {
    background: url("/obrazky/exclamation-icon-green.svg"),
      url("/obrazky/exclamation-icon-grey");
    background-size: 4px 15px;
    background-position: 11px 5px, 22px 5px;
    background-repeat: no-repeat;
    cursor: help;
  }

  .exclamation-cell-green.exclamation-cell-red.exclamation-cell-grey {
    background: url("/obrazky/exclamation-icon-green.svg"),
      url("/obrazky/exclamation-icon-red.svg"),
      url("/obrazky/exclamation-icon-grey");
    background-size: 4px 15px;
    background-position: 8px 5px, 22px 5px, 15px 5px;
    background-repeat: no-repeat;
    cursor: help;
  }

  .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }

  .checkmark {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin-top: 4px;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards,
      scale 0.3s ease-in-out 0.9s both;
  }

  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }

  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes scale {
    0%,
    100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }

  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
  }

  .good-cell {
    background-color: #aaffaa;
  }

  .bad-cell,
  .error-row {
    background-color: #ffaaaa;
  }

  tr td:last-child.bad-cell {
    background-image: url("/obrazky/up-icon.svg");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }

  tr td:last-child.good-cell {
    background-image: url("/obrazky/down-icon.svg");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }

  .opacity-selector:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .opacity-selector:hover td {
    filter: brightness(90%);
  }

  .bad-cell.smaller-cell {
    background-image: url("/obrazky/bigger-than-icon.svg");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }

  .bad-cell.bigger-cell {
    background-image: url("/obrazky/smaller-than-icon.svg");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
  }

  /* RGS-elektronicke-pocitadla poznámky */
  #notes-modal-box,
  #session-time-detail-box {
    display: none;
    z-index: 9001;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 525px;
    height: 500px;
    margin-left: calc((550px / 2) * -1);
    margin-top: calc((400px / 2) * -1);
    border: 2px solid #fff3;
    border-radius: 4px;
    padding: 8px;
    background: rgb(10, 30, 80) url("/obrazky/bg.jpg") repeat-x scroll 0px 0px;
    -webkit-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.75);
    flex-direction: column;
  }

  #notes-modal-box {
    left: calc(20px + (525px / 2));
    top: calc(99% - (625px / 2));
  }

  #session-time-detail-box {
    width: 400px;
    height: auto;
    min-height: 100px;
  }

  #session-time-detail-box table {
    margin: 5px 0;
  }

  .notes-modal-close,
  .session-time-detail-close {
    height: 30px;
    width: 30px;
    background-color: #000000b3;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fffe;
    align-self: flex-end;
    border: 2px solid #85a0c8;
    padding: 0 0 3px 1px;
    /*! border: none; */
  }

  .notes-modal-close:active,
  .session-time-detail-close:active {
    opacity: 1;
  }

  .notes-modal-close:hover,
  .session-time-detail-close:hover {
    cursor: pointer;
    color: #fff;
    border-color: #fff;
  }

  .delete-note:hover,
  .notes-modal-save:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  .notes-modal-content {
    width: calc(100% - 26px);
    max-height: 60%;
    overflow: auto;
    margin: 10px 0 10px 0;
    border: 1px solid #fff3;
    flex-shrink: 1;
  }

  .notes-modal-content td {
    border: 1px solid #fff6;
    vertical-align: top;
    padding: 2px 3px;
  }

  .notes-modal-content p {
    text-align: center;
  }

  .notes-modal-content2 {
    max-height: 60%;
    overflow: auto;
    margin: 10px 0 10px 0;
    padding: 5px;
    flex-shrink: 0;
  }

  .notes-modal-content2 p {
    text-align: center;
  }

  .notes-modal-content2 span {
    display: block;
    cursor: pointer;
    line-height: 1;
  }

  #new-note-box {
    width: calc(100% - 306px);
    height: 58px;
    margin: 0 0 10px 0;
    border: 1px solid #fff3;
    background-color: #14316b;
    color: white;
    padding: 5px 7px;
  }

  #new-note-box {
    width: 500px;
    height: 58px;
    resize: vertical;
    max-height: 180px;
    margin-right: 8px;
  }

  .electronic-counters-note {
    background: url("/obrazky/no-note.svg") center center no-repeat;
    background-position-y: 16px;
    min-width: 20px;
    background-size: 22px;
    opacity: 0.5;
    cursor: pointer;
    color: transparent;
  }

  .electronic-counters-note:hover {
    background: url("/obrazky/add-note.svg") center center no-repeat;
    background-position-y: 16px;
    background-size: 22px;
    opacity: 0.7;
  }

  .electronic-counters-note.has-notes:hover {
    opacity: 1;
  }

  .electronic-counters-note.has-robot-notes {
    background: url("/obrazky/has-robot-notes.png") center center no-repeat;
    background-position-y: 16px;
    min-width: 20px;
    opacity: 0.7;
    background-size: 22px !important;
    cursor: pointer;
    color: transparent;
  }
  
  .electronic-counters-note.has-notes {
    background: url("/obrazky/has-notes.svg") center center no-repeat;
    background-position-y: 16px;
    min-width: 20px;
    opacity: 0.7;
    background-size: 22px;
    cursor: pointer;
    color: transparent;
  }

  .electronic-counters-note.has-robot-notes:hover {
    opacity: 1;
  }
  .delete-note {
    background: url("/obrazky/krizek.png") center center no-repeat;
    height: 30px;
    width: 30px;
  }

  .notes-modal-save {
    align-self: center;
    color: white;
    border: none;
    background-color: #0000004d;
    padding: 6px 12px;
  }

  .notes-modal-content table {
    width: 100%;
  }

  .notes-modal-content table td:first-child {
    width: 75px;
  }

  #deviceDetail > div:first-of-type,
  #deviceSettingsDetailPlain > div:first-of-type {
    left: 10px !important;
    top: 10px !important;
    background: #00000080 none repeat scroll 0% 0% !important;
    border: none !important;
  }

  #deviceDetail > div + div,
  #deviceSettingsDetailPlain > div + div {
    border: 1px solid #ffffff4d !important;
    background: rgb(10, 30, 80) url("/obrazky/bg.png") repeat-x scroll 0px 0px;
  }

  #deviceDetail > div + div > div:first-of-type a,
  #deviceSettingsDetailPlain > div + div > div:first-of-type a {
    text-decoration: none;
    font-size: 120%;
  }

  #deviceDetail > div + div > div:first-of-type,
  #deviceSettingsDetailPlain > div + div > div:first-of-type {
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    border-radius: 50% !important;
    padding: 6px 10px !important;
    background-color: #000000b3 !important;
  }

  #deviceDetail > div + div > div:first-child a:hover,
  #deviceSettingsDetailPlain > div + div > div:first-child a:hover {
    filter: brightness(50%);
  }

  .json-reimport {
    color: transparent;
    background: url("../obrazky/reimport-icon.svg") center center no-repeat;
    background-size: auto auto;
    background-size: 31px;
  }

  .json-reimport:hover {
    cursor: pointer;
    filter: brightness(80%);
  }

  tr.Event td,
  tr.Game td,
  tr.Counter td,
  tr.Counters td tr.Money td,
  tr.Session td,
  tr.Limits td {
    padding: 2px 4px;
  }

  tr.Game {
    color: #0000aa;
  }

  tr.Counters {
    color: #004400;
  }

  tr.Money {
    color: #660022;
  }

  tr.Session {
    color: #504a48;
    border-top: 5px solid #0066004d;
  }

  tr.Limits {
    color: #ff0000;
    border-top: 5px solid #0066004d;
  }

  tr.LockValue {
    background-color: #ffbbbb;
  }

  tr.Event {
    font-size: 80%;
    color: #444444;
  }

  tr.Counter {
    color: #006600;
    font-weight: bold;
  }

  /* RGS-historie-poznamek.php */
  #notes-table .delete-note,
  #zombie-v-datumech-table .delete-note {
    background: url("/obrazky/krizek.png") center center no-repeat;
    height: 20px;
    width: 20px;
    border: none;
    vertical-align: sub;
  }

  #notes-table .delete-note:hover,
  #zombie-v-datumech-table .delete-note:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  #notes-table td:nth-child(1),
  #notes-table td:nth-child(4) {
    min-width: 75px;
  }

  #notes-table td,
  #notes-table th {
    vertical-align: middle;
  }

  .Bonus > td:nth-child(1) {
    font-size: 14px;
  }

  .Bonus {
    color: #e79f1a;
    font-weight: bold;
  }

  .Bonus span {
    font-size: 80%;
  }

  .Jackpot > td:nth-child(1) {
    font-size: 14px;
  }

  .Jackpot {
    color: #e75b1a;
    font-weight: bold;
  }

  .Jackpot span {
    font-size: 80%;
  }

  /*TEST*/
  #admin-panel {
    height: 400px;
    width: 400px;
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9000;
    border: 2px solid #fff3;
    border-radius: 4px;
    padding: 8px;
    background: rgb(10, 30, 80) url("/obrazky/bg.jpg") repeat-x scroll 0px 0px;
    -webkit-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.75);
    flex-direction: column;
  }

  .admin-panel-close {
    height: 30px;
    width: 30px;
    background-color: #000000b3;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fffe;
    align-self: flex-end;
    border: 2px solid #85a0c8;
    padding: 0px 0 3px 0px;
  }

  .admin-panel-close:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  #admin-panel-btn {
    background-color: transparent;
    color: white;
    border: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }

  #admin-panel-content {
    overflow: auto;
    margin: 5px 0;
  }

  #admin-panel-content p.no-error-displayed {
    text-align: center;
  }

  #admin-panel-content .reload-table {
    margin-left: 10px;
  }

  /* konec testu*/

  .header-row {
    font-weight: bold;
    background-color: lightblue;
  }

  .coin-checkbox {
    text-align: center;
    vertical-align: middle;
  }

  .coin-checkbox input {
    height: 20px;
    width: 20px;
  }

  #kontrola-RGS-mince-list-table tr:hover {
    background-color: lightgreen;
  }

  #kontrola-RGS-mince-list-table tr:hover .selectable {
    cursor: pointer;
  }

  #notes-modal-header {
    font-weight: bold;
    margin: -20px 0 5px 14px;
    width: 75%;
  }

  .session-time-detail-header {
    font-weight: normal;
    margin: -30px 0 5px 2px;
    width: 75%;
  }

  .filtr-reporty #select-id-hrace {
    width: 97%;
  }

  #pristrojprovoz #vybratCZK + label,
  #pristrojprovoz #vybratEUR + label {
    font-size: 10px;
    vertical-align: text-top;
    cursor: pointer;
  }

  #kontrola-RGS-historie-poznamek-list-table tr:hover {
    background-color: #d3d3d366;
  }

  #pristrojprovoz-tabulka tr td {
    vertical-align: middle;
  }

  .overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .clock-loading {
    width: 260px;
    height: 100px;
    background: url("/obrazky/Logo_CA_agbis.png") center center no-repeat
      #ffffff4d;
    background-size: contain;
    border-radius: 20px;
    animation: hideshow 3s ease-in-out infinite;
  }
}

/* .overlay-loading {
	display: block;
	position: absolute;
	height: 100vh;
	width: 100%;
	background-color: #0000003b;
	z-index: 9001;
	top: 0;
	left: 0;
  }

  .clock-loading {
	position: fixed;
	left: calc(50% - 130px);
	top: 300px;
	background: url('/obrazky/Logo_CA_agbis.png') center center no-repeat #FFFFFF4D;
	height: 100px;
	width: 260px;
	border-radius: 20px;
	animation: hideshow 3s ease-in-out infinite;
  } */

@keyframes hideshow {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.01);
    opacity: 0;
  }
}

@-webkit-keyframes hideshow {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.01);
    opacity: 0;
  }
}

@-moz-keyframes hideshow {
  0% {
    -moz-transform: scale(1);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.01);
    opacity: 0;
  }
}

#kontrola-data-po-deaktivaci-list-table td,
#kontrola-data-po-deaktivaci-list-table th {
  vertical-align: middle;
}

tr:hover .lesser-selector {
  background-color: lightgreen;
  cursor: pointer;
}

.duplicate-add-sites-count {
  background: url("/obrazky/machine.svg") center center no-repeat;
  background-size: 25px;
  width: 25px;
}

.duplicate-block-defect {
  background: url("/obrazky/block.svg") center center no-repeat;
  background-size: 21px;
  width: 20px;
}

.duplicate-navigate-out {
  background: url("/obrazky/arrow-right.svg") center center no-repeat;
  background-size: 20px;
  width: 20px;
}

.duplicate-add-sites-count:hover,
.duplicate-block-defect:hover,
.duplicate-navigate-out:hover {
  cursor: pointer;
  filter: brightness(90%);
  background-color: #f9f9f9;
}

#notify-box {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  height: 90%;
  flex-flow: column;
  width: 450px;
  pointer-events: none;
  z-index: 999999;
}

.notify-item {
  min-height: 30px;
  padding: 5px 5px 5px 30px;
  background: #8080804d;
  margin: 5px 10px;
  text-align: left;
  line-height: 30px;
  border-radius: 5px;
  pointer-events: all;
}

.notify-item.notify-error {
  background: url("/obrazky/chyba.png") 5px center no-repeat, #930000eb;
  background-size: 22px;
}

.notify-item.notify-warning {
  background: url("/obrazky/varovani.png") 5px center no-repeat, #cb8000;
  background-size: 20px;
}

.notify-item.notify-success {
  background: url("/obrazky/notify-success.svg") 7px center no-repeat, #008100ed;
  background-size: 17px;
}

#underlay,
#credit-meter-underlay,
#counters-underlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0003;
  z-index: 99;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
}

#counters-underlay {
  background-color: #00000080;
}

#search-modal,
#credit-meter-modal,
#counters-modal {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  min-height: 80px;
  width: 1000px;
  left: calc(50% - 500px);
  top: calc(50vh - 350px);
  background-color: #0a1e50;
  padding: 20px 10px 10px 10px;
  border: 1px solid #8888884d;
  z-index: 101;
  margin-bottom: 300px;
}

#search-modal {
  background: #0a1e50 url("/obrazky/search-pattern.png");
}

#counters-modal {
  width: 600px;
  left: calc(50% - 300px);
  top: calc(50vh - 230px);
}

#counters-modal select {
  width: 100%;
}

#credit-meter-modal {
  width: 750px;
  left: calc(50% - 375px);
  top: calc(50vh - 300px);
  background: #0a1e50;
  padding: 10px;
}

#credit-meter-modal h4 {
  align-self: flex-start;
  margin: 0;
}

input.searchbox {
  width: 0px;
  padding: 0px;
  height: 21px;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

#search {
  float: right;
  margin-right: 5px;
  line-height: 30px;
  padding: 4px 0px 2px 0px;
}

#searchLineBtn {
  float: right;
  margin-right: 15px;
  margin-top: 2px;
  line-height: 30px;
  padding: 4px 0px 2px 0px;
}

#searchLineBtn:hover {
  opacity: 0.7;
}

input.searchbox:-ms-input-placeholder,
input.searchbox:-moz-placeholder,
input.searchbox::-moz-placeholder,
input.searchbox::-webkit-input-placeholder {
  color: #b5b5b5;
}

#search-detail-button {
  float: right;
  margin-left: 5px;
  width: 26px;
}

#search-detail-button:hover {
  opacity: 0.7;
  cursor: pointer;
}

#mainSearchBtn {
  cursor: pointer;
  vertical-align: bottom;
}

.searchHeight {
  height: 270px !important;
}

#search-result-pristroje,
#search-result-provozy {
  margin: 15px 0 0 0 !important;
}

#search-result {
  width: 100%;
  height: 100%;
}

#search-detail-input {
  height: 22px;
  width: 170px;
  line-height: 22px;
  font-size: 16px;
  padding: 2px 10px;
  border: none;
  font-family: inherit;
}

img.selector:hover {
  cursor: pointer;
  opacity: 0.75;
}

.coin-checkbox input:hover {
  cursor: pointer;
}

.sum-row {
  background-color: #b6b6b6;
}

#game-check-nav {
  height: 70px;
  width: 25px;
  position: fixed;
  right: 35px;
  bottom: 50%;
  padding: 0;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

.go-up,
.go-down {
  height: 25px;
  width: 25px;
}

.go-up:hover,
.go-down:hover {
  opacity: 0.7;
  cursor: pointer;
}

.go-up {
  background: url("/obrazky/go-up.svg") center center no-repeat;
}

.go-down {
  background: url("/obrazky/go-down.svg") center center no-repeat;
}

tr.sum-row td:first-child {
  /*background: url('/obrazky/go-up.svg') 98% 8px no-repeat;*/
  /*background-size: 14px;*/
  filter: brightness(60%);
}

.loading-cursor,
.loading-cursor * {
  cursor: wait !important;
}

.credit-rise {
  color: green;
}

.credit-fall {
  color: red;
}

.cashlessout-ok,
.session-end-ok {
  color: green;
}

.cashlessout-error {
  color: red;
}

.session-end-error {
  background-color: #e00000;
  color: white;
  font-weight: bold;
}

.hidden-title-wrap:hover {
  cursor: help;
  position: relative;
}

.hidden-title-wrap span {
  display: none;
}

.hidden-title-wrap:hover span {
  padding: 0px;
  display: block;
  z-index: 100;
  background: grey;
  left: -217px;
  width: inherit;
  position: absolute;
  top: 110%;
  font-size: 120%;
  color: white;
}

.hidden-title-wrap:hover span.hidden-title-short {
  left: -100px;
}

.hidden-title-wrap span table {
  margin: 5px;
}

.tippy-tooltip.delete-theme {
  background-color: #ae2924;
  font-weight: bold;
}

.tippy-tooltip.delete-theme .tippy-backdrop {
  background-color: #ae2924;
}

.tippy-popper[x-placement^="right"]
  .tippy-tooltip.delete-theme
  .tippy-roundarrow {
  fill: #ae2924;
}

.tippy-tooltip.delete-theme .tippy-content {
  color: whitesmoke;
  font-size: 80%;
}

.gs-zero {
  background-color: #ba00ff1a;
}

.sess-start {
  border-top: 5px solid #0066004d;
}
/***********************************************************/
.neofilter-table {
  background: #2a5aae;
  padding: 10px;
  margin: 20px auto;
}

.neofilter-table tfoot td {
  padding: 0;
  position: relative;
}

.neofilter-table tbody tr {
  height: 25px;
}

.neofilter tr.neofilter-row-buttons {
  height: 30px;
}

.neofilter-label-main {
  width: 90px;
}

.neofilter-label {
  font-weight: bold;
}

.neofilter-select-chosen > * {
  width: 100%;
  min-width: 270px;
}

.neofilter-input-date > input {
  width: 70px;
}

.neofilter-button > button {
  height: 30px;
  width: 100%;
}

.neofilter-label-divider {
  font-size: 17px;
}

.neofilter-button {
  padding: 0 5px;
}

#add-day,
#sub-day {
  position: absolute;
  height: 50px;
  width: 30px;
  background-color: #2a5aae;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  top: -110px;
}

#add-day:hover,
#sub-day:hover {
  cursor: pointer;
  opacity: 0.7;
}

#sub-day {
  left: -50px;
}

#add-day {
  right: -50px;
}

.neofilter-proverka-hrace #add-day,
.neofilter-proverka-hrace #sub-day,
.neofilter-proverka-hry #add-day,
.neofilter-proverka-hry #sub-day {
  top: -90px;
}

#done-checkmark > svg {
  margin: -8px auto;
}

.neofilter-row-buttons td {
  white-space: nowrap;
}

.neofilter-input-long > input {
  width: calc(100% - 6px);
}

.max-content {
  width: intrinsic; /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content; /* Firefox/Gecko */
  width: -webkit-max-content;
}

/*		BOUNCING LOADER	 	*/
@keyframes bouncing-loader {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0.1;
    transform: translateY(-1rem);
  }
}
.bouncing-loader {
  display: flex;
  justify-content: center;
}
.bouncing-loader > div {
  width: 1rem;
  height: 1rem;
  margin: 3rem 0.2rem;
  background: #8385aa;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}
/*	KONEC BOUNCING LOADERU	*/

.stretch-devicesite-time {
  width: 200px;
  align-self: center;
}

.ui-draggable {
  cursor: move;
  cursor: grab;
}

.ui-draggable.ui-draggable-dragging {
  cursor: grabbing;
}

.notes-modal-content,
#notes-modal-header,
.session-time-detail-header,
.session-time-detail,
.stretch-devicesite-time,
.session-time-detail-usage-table {
  cursor: auto;
}

.straight-selector {
  cursor: pointer;
}

.file-list a {
  text-decoration: none;
  color: yellow;
}

.file-list a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.legend {
  display: inline-block;
  background: url("/obrazky/question-mark.svg") center center no-repeat;
  height: 10px;
  width: 10px;
  opacity: 0.7;
  cursor: help;
}

.legend:hover {
  opacity: 1;
}

.session-time-detail-code {
  margin-top: 5px;
  border-top: 1px solid #ffffff4d;
  display: inline-block;
  padding-top: 5px;
  width: 132.5%;
  text-align: center;
}

.session-time-detail-usage-table {
  align-self: center;
}

.delete-player-session {
  align-self: center;
  margin-top: 5px;
}

.statistic-bet-in {
  background-color: #ededed;
}

#electronic-counters-table input {
  text-align: right;
}

#electronic-counters-table input.high-value-input {
  border: 1px solid #ffb51e;
}

#electronic-counters-table td {
  padding: 4px 4px;
}

#electronic-counters-table td:first-of-type {
  padding: 0;
  min-width: 35px;
}

#toolbox {
  min-width: 50px;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0px;
  background-color: #0003;
  border-bottom-right-radius: 5px;
  display: flex;
  flex-direction: row;
  z-index: 0;
}

.toolbox-item {
  height: 40px;
  align-self: center;
  width: 40px;
  margin: 5px;
  cursor: pointer;
  opacity: 0.7;
}

#toolbox-machine-search-button {
  background: url("/obrazky/machine-search.svg") center center no-repeat;
  background-size: 34px;
}

#toolbox-site-search-button {
  background: url("/obrazky/site-search.svg") center center no-repeat;
  background-size: 40px;
}

.toolbox-item:hover {
  opacity: 1;
}

.toolbox-item:active {
  opacity: 1;
}

.toolbox-modal-container {
  display: flex;
  z-index: 8999;
  position: fixed;
  left: 5px;
  top: 55px;
  width: auto;
  min-width: 315px;
  height: auto;
  min-height: 65px;
  border: 2px solid #8080804d;
  flex-direction: column;
  background: linear-gradient(15deg, #091c4d, #4268c5);
  border-radius: 4px;
  padding: 5px;
}

#toolbox-electronic-counters-graph {
  top: 55px;
  left: 50px;
  height: 550px;
  width: 94%;
  z-index: 9000;
}

.toolbox-modal-close {
  height: 20px;
  width: 20px;
  align-self: flex-end;
  border: none;
  background: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding: 0;
  line-height: 20px;
  margin-right: 4px;
  opacity: 0.2;
  cursor: pointer;
}

.toolbox-modal-close:hover {
  opacity: 0.4;
}

#toolbox-machine-select,
#toolbox_machine_select_chosen {
  width: 305px;
  align-self: center;
  margin-top: 10px;
}

.toolbox-modal-content,
.toolbox-modal-filter {
  align-self: center;
  margin-top: 7px;
}

.toolbox-modal-content table {
  width: 305px;
  margin: 5px 0px;
}

.toolbox-modal-container.ui-draggable {
  cursor: auto;
}

.toolbox-modal-container.ui-draggable.ui-draggable-dragging {
  cursor: move;
  cursor: grabbing;
}

#toolbox-search-button,
#toolbox-search-button:active {
  height: 21px;
  width: 30px;
  background: url("/obrazky/search.svg") center center no-repeat, #18a218e6;
  border: none;
  padding: 0;
  background-size: 15px;
  border: 2px solid #19b119;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  vertical-align: top;
  cursor: pointer;
}

#toolbox-search-button:hover {
  opacity: 0.9;
}

#language-toggle-button {
  height: 15px;
  width: 21px;
  position: relative;
  left: 670px;
  top: -402px;
  cursor: pointer;
  opacity: 0.7;
  background: url("/obrazky/english-version.png") center center no-repeat;
}

#language-toggle-button:hover {
  opacity: 1;
}

#language-toggle-button.english-version {
  background: url("/obrazky/czech-version.png") center center no-repeat;
}

#counters-modal.cash-machine-types #input-type-name {
  width: 98%;
}

#counters-modal.cash-machine-types {
  width: 300px;
  left: calc(50% - 150px);
  top: calc(50vh - 240px);
}

#cash-machine-types-table td:nth-of-type(1),
#cash-machine-types-table td:nth-of-type(3) {
  width: 30px;
}

#cash-machine-types-table .delete-note {
  border: none;
}

#electronic-counters-graph-button {
  background: url("/obrazky/graph-icon.svg") 4px 4px no-repeat;
  background-size: 31px;
}

.csv-choice-box {
  height: 19px;
  position: absolute;
  left: 456px;
  top: -32px;
  min-width: 250px;
  display: flex;
  justify-content: space-between;
  padding: 6px;
  background: #2a5aae;
  align-items: center;
}

#remove-csv-choice {
  background: url("../obrazky/krizek.png") center center no-repeat;
  cursor: auto;
  vertical-align: middle;
  background-size: 16px;
  filter: brightness(90%);
}

#remove-csv-choice:hover {
  filter: brightness(100%);
}

.advanced-time-choice {
  left: -115px;
  top: -120px;
  background: #204689;
  height: auto;
  z-index: 9009;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff6;
}

.advanced-time-choice button {
  width: 110px;
}

.advanced-time-choice.ui-draggable {
  cursor: auto;
}

.advanced-time-choice table {
  margin: 0px 10px 5px 10px;
}

.neofilter-advanced-time {
  background: url("/obrazky/angled-clock.svg") 5px bottom no-repeat;
  background-size: 22px;
  opacity: 0.5;
}

.neofilter-advanced-time:hover {
  opacity: 0.7;
  cursor: pointer;
}

.neofilter-advanced-time:active {
  opacity: 0.5;
  cursor: auto;
}

.advanced-time-choice .history-snapshot:hover {
  cursor: pointer;
  opacity: 0.7;
}

.advanced-time-choice .delete-button {
  float: right;
  background-size: 16px;
  background-position: top right;
  align-self: flex-end;
}

.advanced-time-choice .delete-button:hover {
  cursor: auto;
  filter: brightness(80%);
}

#electronic-counters-table tr.EXTRA td:nth-child(3) {
  background-color: blue;
  color: white;
}

#electronic-counters-table tr.lock3 td:nth-child(3) {
  background-color: rgba(0, 255, 237, 0.38);
}

.SumoSelect {
  width: 100% !important;
}

#toolbox-machine-search {
  max-width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  min-width: 460px;
}

@page {
  size: A4 landscape;
}

.headerSticky > thead {
  top: 0;
  position: sticky;
}

.editButtonContainer {
  display: inline-block;
  white-space: nowrap;
}

.editButtonContainer img {
  height: 13px;
  width: 13px;
  cursor: pointer;
  vertical-align: sub;
}

.editButtonContainerHidden {
  display: none !important;
}

.tableThTdCentered th,
.tableThTdCentered td {
  text-align: center !important;
}

.tableInputTextRight input[type="text"] {
  text-align: right !important;
}

.editModeEnableButton {
  height: 13px;
  width: 13px;
  vertical-align: sub;
  cursor: pointer;
}

.editModeError {
  color: red !important;
  font-weight: bold;
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
}

.electronicPageInPageTable tr th {
  text-align: center;
  vertical-align: middle;
}

.electronicPageInPageTable tr td {
  text-align: right !important;
  padding: 4px;
}

.electronicPageInPageTable tr:nth-child(odd) td {
  padding-bottom: 0px;
  border-bottom: 0px solid white;
  font-size: 110%;
}

.electronicPageInPageTable tr td span {
  border: 1px solid grey;
  background-color: white;
  padding: 4px;
  display: block;
  width: 70px;
}

.electronicPageInPageTable tr:nth-child(even) td {
  margin: 0px;
  padding-top: 0px;
  border-top: 0px solid white;
}

.electronicPageInPageTable tr:last-child td {
  padding: 4px;
  font-weight: bold;
}

.electronicPageInPageTable input:-moz-read-only,
.electronicPageInPageTable input:read-only {
  color: grey;
}

.electronicPageInPageTable input[type="submit"] {
  cursor: pointer;
}

.noSpanInElectronic span {
  display: none !important;
}

tr.hidePropertyGroupRow,
tr.hideDynamicSearchRow {
  display: none;
}

#popupDatetimePickerFrm {
  display: none;
  position: fixed;
  z-index: 120;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#popupDatetimePicker {
  position: fixed;
  left: 50%;
  top: 50%;
  border: 2px solid white;
  border-radius: 4px;
  padding: 8px;
  background: rgb(10, 30, 80) url("/obrazky/bg.jpg") repeat-x scroll 0px 0px;
  white-space: nowrap;
}

.table-action-icons img {
  height: 20px;
  width: 20px;
  margin: -8px;
  margin-right: 4px;
  padding: 4px;
  cursor: pointer;
}

.table-action-icons img:last-of-type {
  margin: -8px;
}

.table-action-icons img:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

span.selector:hover {
  cursor: pointer;
  text-decoration: underline;
}

.provoz-prehled-sub-menu {
  margin-bottom: 32px;
}

.provoz-prehled-sub-menu span {
  margin-right: 16px;
}

#adminsites-service-server-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  align-items: stretch;
}

.adminsites-service-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;

  border: 2px solid rgb(62, 119, 208);
  border-radius: 4px;
  margin: 4px;
  padding: 4px 8px;
  background: rgb(10, 30, 80) url("/obrazky/bg.jpg") 0px -256px repeat-x;
  box-shadow: 2px 2px 4px black;
  color: white;
}

.adminsites-service-filter select {
  min-width: 250px;
}

#adminsites-service-filter-status {
  min-width: 150px !important;
}

.adminsites-service-filter .SumoSelect {
  color: black;
}

.adminsites-service-server-container {
  display: flex;
  flex-direction: column;

  border: 2px solid rgb(62, 119, 208);
  border-radius: 4px;

  margin: 8px 0px;
  padding: 0;

  background: rgb(10, 30, 80) url("/obrazky/bg.jpg") 0px -256px repeat-x;
  box-shadow: 2px 3px 4px black, 4px 6px 10px black;
}

.adminsites-service-server-head {
  margin: 0;
  padding: 8px;

  background-color: rgba(0, 0, 0, 0.3);
  text-shadow: 1px 2px 3px black;
  font-weight: bold;

  cursor: pointer;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.adminsites-service-server-head:hover {
  color: rgb(255, 159, 34);
}

.adminsites-service-server-head button {
  margin: 0 !important;
}

.adminsites-service-server-head-dl-button-hidden button {
  display: none !important;
}

.adminsites-service-server-body {
  margin: 0;
  padding: 8px;
}

.adminsites-service-server-body table {
  margin: 0;
}

.collapsed .adminsites-service-server-body {
  display: none;
}

.adminsites-body-hide-invalid-service
  tbody
  > .adminsites-service-version-not_exist,
.adminsites-body-hide-invalid-service
  tbody
  > .adminsites-service-version-not_found {
  display: none !important;
}

tr .adminsites-service-version-not_exist,
tr .adminsites-service-version-not_found {
  color: red;
  font-weight: bold;
}

tr .adminsites-service-status-not_found,
tr .adminsites-service-status-unknown,
tr .adminsites-service-status-inactive__dead_,
tr .adminsites-service-status-active__exited_ {
  color: red !important;
  font-weight: bold;
}

.adminsites-service-button {
  border: 2px solid rgb(62, 119, 208);
  border-radius: 4px;

  margin: 4px;
  padding: 4px 8px;

  background: rgb(10, 30, 80) url("/obrazky/bg.jpg") 0px -256px repeat-x;
  box-shadow: 2px 2px 4px black;
  color: white;

  cursor: pointer;
}

.adminsites-service-button:hover {
  text-shadow: 1px 2px 3px black;
  box-shadow: 2px 2px 8px black;
  border-color: rgb(35, 141, 204);
  color: rgb(255, 159, 34);
}

.adminsites-service-hidden-service,
.adminsites-service-hidden-status {
  display: none !important;
}

#adminsites-server-service-history-container-row {
  background-color: rgb(0, 0, 0);
}

.adminsites-service-measurements-hide-single
  .adminsites-service-measurements-1 {
  display: none !important;
}

.adminsites-service-measurements-2 {
  color: rgb(34, 9, 155);
  font-weight: bold;
}

.adminsites-service-version-uptodate-0 {
  color: red;
  font-weight: bold;
}

.adminsites-service-measurements-hide-uptodate
  .adminsites-service-version-uptodate-1-row {
  display: none !important;
}

.clubPresenceHighlight {
  background-color: rgb(200, 255, 210);
}
.ip-row-background-empty {
  background-color: #ccffcc;
}
.ip-row-background-empty-greentube {
  background-color: #00ff00;
}

.hide-sumo-select-before-loaded {
  display: none;
}

.menu_leve{
  position: sticky !important;
  top: 16px !important;
  z-index: 200;

  max-height: calc(100vh - 16px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  min-height: 0;
}



