.nodisplay {
  display: none;
}

.alert i {
  font-size: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.alert span {
  display: inline-block;
  vertical-align: middle;
}

.margin-bottom {
  margin-bottom: 20px;
}

.vmiddle {
  vertical-align: middle;
}

.rozbalovaci_box {
  color: white;
  background: #aaaaaa;
  padding: 0.5em;
  margin: 1em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 1em;
}
.rozbalovaci_box span {
  margin-right: 0.5em;
  font-size: 1em;
}
.rozbalovaci_box span.plus {
  display: inline-block;
}
.rozbalovaci_box span.minus {
  display: none;
}
.rozbalovaci_box.plus + div {
  display: block;
}
.rozbalovaci_box.plus span.plus {
  display: none;
}
.rozbalovaci_box.plus span.minus {
  display: inline-block;
}
.rozbalovaci_box + div {
  display: none;
}

ul.majetok_zoznam {
  list-style: none;
  padding-left: 0;
}
ul.majetok_zoznam li span.label {
  width: 70px;
}
ul.majetok_zoznam li a:hover {
  text-decoration: none;
}
ul.majetok_zoznam li div {
  display: inline-flex;
}
ul.majetok_zoznam li div span {
  padding-right: 5px;
}
ul.majetok_zoznam li div span.badge {
  order: 3;
}
ul.majetok_zoznam li div span.text-muted {
  font-size: 0.8em;
}

ul.majetok_panel {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 768px) {
  ul.majetok_panel {
    display: block;
  }
}
ul.majetok_panel li {
  margin: 0 15px 30px;
  width: calc(25% - 30px);
  background: #3d3d3d;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.majetok_panel li:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
ul.majetok_panel li span.label {
  order: 2;
}
ul.majetok_panel li span.badge {
  font-size: 3em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  float: right;
  background: transparent;
}
ul.majetok_panel li a {
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
}
ul.majetok_panel li a:hover {
  text-decoration: none;
}
ul.majetok_panel li a div {
  padding: 1em;
}
ul.majetok_panel li a div span.nazov {
  display: block;
}
ul.majetok_panel li a div span.text-muted {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8em;
}

.layout_potvrdenie .potvrdenie_form {
  margin-bottom: 2rem;
}

.stav_zakona_platny {
  background: #5cb85c !important;
  border: 1px solid rgb(68.2692307692, 156.7307692308, 68.2692307692) !important;
}

.stav_zmeny_zakona_platny {
  background: #5cb85c !important;
  border: 1px solid rgb(68.2692307692, 156.7307692308, 68.2692307692) !important;
}

.stav_zakona_caka {
  background: #f0ad4e !important;
  border: 1px solid rgb(236.015625, 151.21875, 30.984375) !important;
}

.stav_zmeny_zakona_caka {
  background: #f0ad4e !important;
  border: 1px solid rgb(236.015625, 151.21875, 30.984375) !important;
}

.stav_zakona_zruseny {
  background: #d9534f !important;
  border: 1px solid rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.stav_zmeny_zakona_zruseny {
  background: #d9534f !important;
  border: 1px solid rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.zmena_zakona_view {
  /**
   * You can compile this by https://www.sassmeister.com with
   *
   * - dart-sass v1.18.0
   */
}
.zmena_zakona_view .diff-wrapper.diff {
  border-collapse: collapse;
  border-spacing: 0;
  color: black;
  empty-cells: show;
  width: 100%;
  word-break: break-all;
}
.zmena_zakona_view .diff-wrapper.diff thead th {
  background: rgb(165.75, 165.75, 165.75);
  border-bottom: 1px solid black;
  padding: 4px;
  text-align: left;
  display: none;
}
.zmena_zakona_view .diff-wrapper.diff.diff-html .change.change-eq .old,
.zmena_zakona_view .diff-wrapper.diff.diff-html .change.change-eq .new {
  background: #fff;
}
.zmena_zakona_view .diff-wrapper.diff.diff-html .change .old {
  background: rgb(250.75, 225.25, 225.25);
}
.zmena_zakona_view .diff-wrapper.diff.diff-html .change .new {
  background: rgb(225.25, 250.75, 225.25);
}
.zmena_zakona_view .diff-wrapper.diff.diff-html .change .rep {
  background: rgb(254, 246, 216.5);
}
.zmena_zakona_view .diff-wrapper.diff.diff-html .change .old.none,
.zmena_zakona_view .diff-wrapper.diff.diff-html .change .new.none,
.zmena_zakona_view .diff-wrapper.diff.diff-html .change .rep.none {
  background: transparent;
  cursor: not-allowed;
}
.zmena_zakona_view .diff-wrapper.diff.diff-html .change ins,
.zmena_zakona_view .diff-wrapper.diff.diff-html .change del {
  font-weight: bold;
  text-decoration: none;
}
.zmena_zakona_view .diff-wrapper.diff.diff-html .change ins {
  background: rgb(147.9, 239.7, 147.9);
}
.zmena_zakona_view .diff-wrapper.diff.diff-html .change del {
  background: rgb(239.7, 147.9, 147.9);
}
.zmena_zakona_view div.Name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.zmena_zakona_view div.NameExt {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.zmena_zakona_view div.changes {
  margin: 0.5rem 0;
  width: 100%;
}
.zmena_zakona_view div.changes .change {
  display: inline;
  padding-right: 0.5em;
}
.zmena_zakona_view div.Celok {
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: justify;
  float: left;
}
.zmena_zakona_view div.Paragraf {
  margin: 1rem 0;
}
.zmena_zakona_view div.Paragraf > .holder_paragraph {
  margin-top: 5px;
}
.zmena_zakona_view div.Odsek {
  margin-left: 33px;
  padding-bottom: 5px;
}
.zmena_zakona_view div.Odsek span.numee {
  position: absolute;
  margin-left: -30px;
}
.zmena_zakona_view div.Nadpis1 {
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.zmena_zakona_view div.Nadpis4 {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
.zmena_zakona_view div.Nadpis5 {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
}

.default {
  background-color: #ccc;
}

.typ-kalendar-udalost_skolenie {
  background: #f44336 !important;
  border: 1px solid rgb(234.1839622642, 27.9622641509, 12.8160377358) !important;
}

.typ-kalendar-udalost_ppp {
  background: #e91e63 !important;
  border: 1px solid rgb(193.1174089069, 18.8825910931, 78.1052631579) !important;
}

.typ-kalendar-udalost_bozp {
  background: #9c27b0 !important;
  border: 1px solid rgb(118.9953488372, 29.7488372093, 134.2511627907) !important;
}

.typ-kalendar-udalost_revizia {
  background: #673ab7 !important;
  border: 1px solid rgb(81.2033195021, 45.7261410788, 144.2738589212) !important;
}

.typ-kalendar-udalost_alko {
  background: #3f51b5 !important;
  border: 1px solid rgb(49.8319672131, 64.0696721311, 143.1680327869) !important;
}

.typ-kalendar-udalost_regal {
  background: #2196f3 !important;
  border: 1px solid rgb(11.5384615385, 124.0384615385, 213.4615384615) !important;
}

.typ-kalendar-udalost_rebrik {
  background: #00bcd4 !important;
  border: 1px solid rgb(0, 142.7735849057, 161) !important;
}

.typ-kalendar-udalost_audit {
  background: #009688 !important;
  border: 1px solid rgb(0, 99, 89.76) !important;
}

.typ-kalendar-udalost_zariadenie {
  background: #4caf50 !important;
  border: 1px solid rgb(60.5577689243, 139.4422310757, 63.7450199203) !important;
}

.typ-kalendar-udalost_uloha {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.typ-kalendar-udalost_uraz {
  background: #8BC34A !important;
  border: 1px solid rgb(113.0705394191, 163.7261410788, 54.2738589212) !important;
}

.typ-kalendar-udalost_stretnutie {
  background: #FFEB3B !important;
  border: 1px solid rgb(255, 229.7959183673, 8) !important;
}

.typ-kalendar-udalost_porada {
  background: #FF5722 !important;
  border: 1px solid rgb(238, 57.0769230769, 0) !important;
}

.typ-kalendar-udalost_hazz {
  background: #795548 !important;
  border: 1px solid rgb(89.0259067358, 62.5388601036, 52.9740932642) !important;
}

.typ-kalendar-udalost_dovolenka {
  background: #cddc39 !important;
  border: 1px solid rgb(177.5021459227, 192.0515021459, 33.9484978541) !important;
}

.typ-kalendar-udalost_priepustka {
  background: #8bc34a !important;
  border: 1px solid rgb(113.0705394191, 163.7261410788, 54.2738589212) !important;
}

.typ-kalendar-udalost_benefit {
  background: #000 !important;
  border: 1px solid black !important;
}

.legend span {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.typ-dokumentu_smernica {
  background: #d9534f !important;
}

.typ-dokumentu_priloha {
  background: #3f51b5 !important;
}

.typ-dokumentu_formular {
  background: #2196f3 !important;
}

.typ-dokumentu_zaznam {
  background: #f0ad4e !important;
}

.typ-dokumentu_pracovny_postup {
  background: #00bcd4 !important;
}

.typ-ulohy_dokumentacia {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_dokumentacia {
  background: #8BC34A !important;
  border: 1px solid rgb(113.0705394191, 163.7261410788, 54.2738589212) !important;
}

.typ-ulohy_cenova_ponuka {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_cenova_ponuka {
  background: #CDDC39 !important;
  border: 1px solid rgb(177.5021459227, 192.0515021459, 33.9484978541) !important;
}

.typ-ulohy_analyza {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_analyza {
  background: #FFEB3B !important;
  border: 1px solid rgb(255, 229.7959183673, 8) !important;
}

.typ-ulohy_skolenie {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_skolenie {
  background: #f44336 !important;
  border: 1px solid rgb(234.1839622642, 27.9622641509, 12.8160377358) !important;
}

.typ-ulohy_uloha_z_porady_vedenia {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_uloha_z_porady_vedenia {
  background: #FFC107 !important;
  border: 1px solid rgb(211, 158.25, 0) !important;
}

.typ-ulohy_uloha_z_kontroly {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_uloha_z_kontroly {
  background: #FF9800 !important;
  border: 1px solid rgb(204, 121.6, 0) !important;
}

.typ-ulohy_uloha_z_auditu {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_uloha_z_auditu {
  background: #FF5722 !important;
  border: 1px solid rgb(238, 57.0769230769, 0) !important;
}

.typ-ulohy_ine {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_ine {
  background: #795548 !important;
  border: 1px solid rgb(89.0259067358, 62.5388601036, 52.9740932642) !important;
}

.typ-ulohy_ppp {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_ppp {
  background: #e91e63 !important;
  border: 1px solid rgb(193.1174089069, 18.8825910931, 78.1052631579) !important;
}

.typ-ulohy_bozp {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_bozp {
  background: #9c27b0 !important;
  border: 1px solid rgb(118.9953488372, 29.7488372093, 134.2511627907) !important;
}

.typ-ulohy_revizia {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_revizia {
  background: #673ab7 !important;
  border: 1px solid rgb(81.2033195021, 45.7261410788, 144.2738589212) !important;
}

.typ-ulohy_alko {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_alko {
  background: #3f51b5 !important;
  border: 1px solid rgb(49.8319672131, 64.0696721311, 143.1680327869) !important;
}

.typ-ulohy_kontrola_regalov {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_kontrola_regalov {
  background: #2196f3 !important;
  border: 1px solid rgb(11.5384615385, 124.0384615385, 213.4615384615) !important;
}

.typ-ulohy_kontrola_rebirkov {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_kontrola_rebirkov {
  background: #00bcd4 !important;
  border: 1px solid rgb(0, 142.7735849057, 161) !important;
}

.typ-ulohy_audit {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_audit {
  background: #009688 !important;
  border: 1px solid rgb(0, 99, 89.76) !important;
}

.typ-ulohy_kontrola_zariadenia {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_kontrola_zariadenia {
  background: #4caf50 !important;
  border: 1px solid rgb(60.5577689243, 139.4422310757, 63.7450199203) !important;
}

.typ-ulohy_cvicny_poziadny_poplach {
  background: #ffa726 !important;
  border: 1px solid rgb(242, 143.8617511521, 0) !important;
}

.use_color.typ-ulohy_cvicny_poziadny_poplach {
  background: #e91e63 !important;
  border: 1px solid rgb(193.1174089069, 18.8825910931, 78.1052631579) !important;
}

.stav-pracovnika_novy {
  background: #5bc0de;
}

.stav-pracovnika_na_spracovanie {
  background: #f0ad4e;
}

.stav-pracovnika_aktivny {
  background: #5cb85c;
}

.stav-pracovnika_archivovany {
  background: #555;
}

.typ-majetku_prevadzka {
  background: #d9534f;
}

.typ-majetku_budova {
  background: #f0ad4e;
}

.typ-majetku_podlazie {
  background: #5bc0de;
}

.typ-majetku_druh_vtz {
  background: #5bc0de;
}

.typ-majetku_miestnost {
  background: #337ab7;
}

.typ-majetku_rok {
  background: #337ab7;
}

.typ-majetku_zariadenie {
  background: #129931;
}

.podpis_holder .podpis {
  width: 100%;
  height: 156px;
  border: 3px dashed black;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.podpis_holder .podpis .signature-pad {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.podpis_holder .podpis .signature-pad--body {
  position: relative;
  flex: 1;
}
.podpis_holder .podpis .signature-pad--body.empty {
  background-color: #333;
}
.podpis_holder .podpis .signature-pad--body canvas {
  width: 100%;
  height: 96%;
}
.podpis_holder .podpis .clear {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  font-size: 2rem;
  background: white;
  border-radius: 50%;
  line-height: 1;
  color: black;
}

html #dev_bar, body #dev_bar {
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  color: white;
  position: fixed;
  bottom: 0;
  z-index: 1040;
  background: rgba(217, 83, 79, 0.9);
}
html a:focus, body a:focus {
  text-decoration: none;
}
html.layout_sprava, body.layout_sprava {
  padding-top: 3em;
}
html.layout_sprava .sprava, body.layout_sprava .sprava {
  margin-top: 1rem;
  text-align: center;
}
html.login, body.login {
  padding-top: 3em;
  background: #212121;
}
html.login .img, body.login .img {
  margin: 0 auto;
}
html.login .form, body.login .form {
  background: white;
  padding: 2em;
  margin-top: 3em;
  margin-bottom: 1em;
}
html.login .form .input-group-addon, body.login .form .input-group-addon {
  min-width: 40px;
}
html.login .avatar, body.login .avatar {
  width: 96px;
  height: 96px;
  margin: 0px auto 10px;
  display: block;
  border-radius: 50%;
  margin-bottom: 2em;
}
html.login .copyright, body.login .copyright {
  text-align: center;
  font-size: 0.75em;
  color: rgb(85.425, 85.425, 85.425);
}
html h1, body h1 {
  margin-top: 0;
  font-weight: 300;
}
html h2.background, body h2.background {
  background: #cccccc;
  color: white;
  margin: 0;
  padding: 0.5em;
  font-size: 1em;
}
html .pagination, body .pagination {
  margin: 0;
}
html .label, body .label {
  border-radius: 0;
  font-weight: 300;
  padding: 0.4em 0.5em;
  display: inline-block;
}
html .alert, body .alert {
  position: relative;
}
html .alert span.background, body .alert span.background {
  position: absolute;
  top: 15px;
  right: 15px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 5em;
}
html .flex, body .flex {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  html .flex, body .flex {
    display: block;
  }
}
html .flex > div, body .flex > div {
  margin-bottom: 1em;
}
html .dashboard-box, body .dashboard-box {
  background: rgb(119.085, 119.085, 119.085);
  height: 100%;
  position: relative;
  color: white;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html .dashboard-box.access-denied, body .dashboard-box.access-denied {
  background: #555;
}
html .dashboard-box:hover, body .dashboard-box:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
html .dashboard-box:hover .viac, body .dashboard-box:hover .viac {
  color: white;
}
html .dashboard-box:hover .icon, body .dashboard-box:hover .icon {
  color: white;
}
html .dashboard-box.blue, body .dashboard-box.blue {
  background: #578ebe;
}
html .dashboard-box.blue .viac, body .dashboard-box.blue .viac {
  background: rgb(63.0472103004, 116.3948497854, 162.9527896996);
}
html .dashboard-box.primary, body .dashboard-box.primary {
  background: #129931;
}
html .dashboard-box.primary .viac, body .dashboard-box.primary .viac {
  background: rgb(12.6315789474, 107.3684210526, 34.3859649123);
}
html .dashboard-box div.title, body .dashboard-box div.title {
  padding: 1em;
}
html .dashboard-box span.icon, body .dashboard-box span.icon {
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  font-size: 4em;
  color: rgba(255, 255, 255, 0.25);
}
html .dashboard-box span.icon.fa, body .dashboard-box span.icon.fa {
  top: 0.5em;
}
html .dashboard-box h2, body .dashboard-box h2 {
  font-size: 3em;
  text-align: right;
  margin: 0;
}
html .dashboard-box h3, body .dashboard-box h3 {
  margin: 0;
  font-size: 1em;
  text-align: right;
}
html .dashboard-box .viac, body .dashboard-box .viac {
  background: rgb(93.585, 93.585, 93.585);
  display: block;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.5em 1em;
}
html header .navbar-default, body header .navbar-default {
  border: 0;
}
html header .navbar-default .navbar-toggle, body header .navbar-default .navbar-toggle {
  border-color: transparent;
}
html header .navbar-brand img, body header .navbar-brand img {
  max-height: 43px;
}
html header .navbar-nav .fa, body header .navbar-nav .fa {
  font-size: 20px;
}
@media (max-width: 768px) {
  html header .navbar-nav, body header .navbar-nav {
    display: inline-block;
    margin: 0;
  }
  html header .navbar-nav li, body header .navbar-nav li {
    display: inline-block;
  }
}
html header .avatar, body header .avatar {
  border-radius: 50%;
  height: 19px;
}
html header span.badge, body header span.badge {
  top: 2px;
  right: 2px;
  position: absolute;
  background-color: #e02222;
  border-radius: 50%;
}
html header .vyhladavanie, body header .vyhladavanie {
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 0;
  border-width: 0 0 2px 0;
  border-color: #333333 !important;
  border-style: solid;
}
@media (max-width: 768px) {
  html header .vyhladavanie, body header .vyhladavanie {
    padding: 0;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    display: inline-block;
  }
  html header .vyhladavanie .form-group, body header .vyhladavanie .form-group {
    display: inline-block;
  }
  html header .vyhladavanie button, body header .vyhladavanie button {
    display: inline-block;
  }
  html header .vyhladavanie input.form-control, body header .vyhladavanie input.form-control {
    display: inline-block;
  }
}
html header .vyhladavanie input.form-control, body header .vyhladavanie input.form-control {
  background: none;
  border: 0;
  padding-left: 0;
  color: white;
}
html header .vyhladavanie input.form-control:focus, body header .vyhladavanie input.form-control:focus {
  border: 0;
  box-shadow: none;
  outline: 0 none;
}
html header .vyhladavanie button, body header .vyhladavanie button {
  background: none;
  border: 0;
  padding: 0.5em;
  color: white;
}
html div.layout_2columns #wrapper, body div.layout_2columns #wrapper {
  color: #212121;
  padding-left: 250px;
  padding-top: 44px;
}
@media (max-width: 768px) {
  html div.layout_2columns #wrapper#wrapper, body div.layout_2columns #wrapper#wrapper {
    padding-left: 0;
  }
  html div.layout_2columns #wrapper #sidebar-wrapper, body div.layout_2columns #wrapper #sidebar-wrapper {
    width: 0;
    display: none;
  }
  html div.layout_2columns #wrapper #page-content-wrapper, body div.layout_2columns #wrapper #page-content-wrapper {
    position: absolute;
  }
}
html div.layout_2columns #wrapper #sidebar-wrapper, body div.layout_2columns #wrapper #sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 250px;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background-color: #3d3d3d;
  background-image: url(../../images/background.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li {
  line-height: 40px;
  border-width: 0 0 1px 0;
  border-color: #5c5c5c;
  border-style: solid;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #bdbdbd;
  padding: 0 1em;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a:hover, html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a:focus, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a:hover, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a:focus {
  text-decoration: none;
  color: white;
  background: #303030;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a.selected, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a.selected {
  color: white;
  background: #129931;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a.selected span.arrow:before, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a.selected span.arrow:before {
  content: "\f107";
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a i, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a i {
  font-size: 16px;
  width: 20px;
  text-align: center;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a span.arrow:before, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a span.arrow:before {
  content: "\f104";
  display: inline;
  float: right;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 300;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -1px;
  text-align: center;
  width: 10px;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a span.badge-danger, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li a span.badge-danger {
  background: #e02222;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li ul, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li ul {
  background: none;
  padding: 0;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li ul li, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li ul li {
  list-style: none;
  border: 0;
  line-height: 1.25em;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li ul li a, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li ul li a {
  letter-spacing: -1px;
  padding: 0.5em 1em 0.5em 3em;
  background: #3d3d3d;
}
html div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li ul li a:hover, body div.layout_2columns #wrapper #sidebar-wrapper .sidebar-nav li ul li a:hover {
  background: #575757;
}
html div.layout_2columns #wrapper #page-content-wrapper, body div.layout_2columns #wrapper #page-content-wrapper {
  width: 100%;
  position: relative;
  padding: 15px 0;
}
html div.spravy article, body div.spravy article {
  margin-bottom: 0.5em;
  background: rgb(238.425, 238.425, 238.425);
}
html div.spravy article span.icon, body div.spravy article span.icon {
  background: #129931;
  display: inline-block;
  color: white;
  margin-right: 0.5em;
  vertical-align: top;
  float: left;
  width: 27px;
  line-height: 27px;
  text-align: center;
}
html div.spravy article span.datum, body div.spravy article span.datum {
  float: right;
  display: inline-block;
  font-size: 0.6em;
  color: rgb(119.085, 119.085, 119.085);
  padding: 0.5em 0 0 2em;
}
html div.spravy article div.text, body div.spravy article div.text {
  padding: 0.25em;
}
html div.kalendar .cs_calendar .fc-toolbar, body div.kalendar .cs_calendar .fc-toolbar {
  background: #fafafa;
  margin: 0;
  padding: 1em;
}
html div.kalendar .cs_calendar .fc-toolbar h2, body div.kalendar .cs_calendar .fc-toolbar h2 {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: capitalize;
}
html div.kalendar .cs_calendar .fc-event, body div.kalendar .cs_calendar .fc-event {
  cursor: pointer;
}
html .table-dokument .word-break, body .table-dokument .word-break {
  word-break: break-all;
}
html .table-dokument a, body .table-dokument a {
  color: black;
}
html .table-dokument .action_buttons span, body .table-dokument .action_buttons span {
  font-size: 20px;
}
html .table-dokument .po_datume_vyriesenia, body .table-dokument .po_datume_vyriesenia {
  background: #ff6347 !important;
}
html .table-nonfluid, body .table-nonfluid {
  width: auto !important;
}
html .borderless tbody tr td, html .borderless tbody tr th, html .borderless thead tr th, body .borderless tbody tr td, body .borderless tbody tr th, body .borderless thead tr th {
  border: none;
}
html fieldset, body fieldset {
  margin-top: 15px;
}
html fieldset legend, body fieldset legend {
  font-size: 1em;
  margin-bottom: 15px;
}
html .breadcrumb > li + li:before, body .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
}
html div.zabuto_calendar .table tr td.event div.day, body div.zabuto_calendar .table tr td.event div.day {
  background-color: #129931 !important;
  color: #ffffff !important;
}
html .btn-help, body .btn-help {
  margin-right: 0.5em;
}
html div.gallery, body div.gallery {
  display: flex;
  flex-flow: row wrap;
}
html div.gallery div, body div.gallery div {
  vertical-align: middle;
  padding: 1em;
  background: #eee;
  margin: 1px;
}
html .support, body .support {
  width: 160px;
  margin: 0 0.5em;
  font-size: 1em;
}
@media (max-width: 768px) {
  html .support, body .support {
    color: white;
    width: 100%;
  }
}
html .support .fa, body .support .fa {
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  text-align: center;
}
html .cs_dropzone, body .cs_dropzone {
  position: relative;
}
html .cs_dropzone .dz-preview, body .cs_dropzone .dz-preview {
  display: none;
}
html .cs_dropzone.loading, body .cs_dropzone.loading {
  background-image: url(../../../web/images/ajax-loader.gif);
}
html .cs_dropzone #dropzone_loading, body .cs_dropzone #dropzone_loading {
  display: none;
  background: #aaa;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
}
html .cs_dropzone #dropzone_loading span, body .cs_dropzone #dropzone_loading span {
  background: #cc0000;
  display: block;
  height: 100%;
  width: 0;
}
html .modal.modal-wide .modal-dialog, body .modal.modal-wide .modal-dialog {
  width: 90%;
}
html .modal-wide .modal-body, body .modal-wide .modal-body {
  overflow-y: auto;
}
html .clanok_vypis .clanok, body .clanok_vypis .clanok {
  margin-bottom: 1em;
  clear: both;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #129931;
}
html .clanok_vypis .clanok:last-child, body .clanok_vypis .clanok:last-child {
  border: 0;
}
html .clanok_vypis .clanok h2, body .clanok_vypis .clanok h2 {
  margin-top: 0;
  font-size: 1.2em;
}
html .clanok_vypis .clanok .datum, body .clanok_vypis .clanok .datum {
  color: rgb(119.085, 119.085, 119.085);
  float: right;
}
html .clanok_vypis .clanok .photo_left, body .clanok_vypis .clanok .photo_left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
html .pagination_holder, body .pagination_holder {
  text-align: right;
}
html .pagination_holder .pagination_info, body .pagination_holder .pagination_info {
  padding-top: 1em;
  font-size: 0.9em;
  color: rgb(119.085, 119.085, 119.085);
}
html .pagination_holder .pagination > li a,
html .pagination_holder .pagination > li span, body .pagination_holder .pagination > li a,
body .pagination_holder .pagination > li span {
  display: block;
  height: 34px;
}
html .pagination_holder .pagination > li a i.fa,
html .pagination_holder .pagination > li span i.fa, body .pagination_holder .pagination > li a i.fa,
body .pagination_holder .pagination > li span i.fa {
  padding-top: 3px;
}
html .lang, body .lang {
  text-align: center;
  min-width: 0;
}
html .dataTable, body .dataTable {
  margin-bottom: 20px !important;
}
html .zaznamy_holder h2, body .zaznamy_holder h2 {
  margin-bottom: 15px;
}
html .export_doc img, body .export_doc img {
  width: 20px;
}
