/* zakladni pomocne tridy a mixiny */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inputreset {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.hide {
  display: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.mx-auto {
  margin: 0 auto !important;
}
.my-auto {
  margin: auto 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.p-relative {
  position: relative !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.vertical-align-middle {
  vertical-align: middle;
}
/* sjednoceni vzhledu napric prohlizeci + csska k jquery pluginum */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 5px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 5px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 5px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.dz-remove {
  background: #58595c;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  margin: 5px auto 0 auto;
}
.dz-remove:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #B4233B;
}
.dropzone-previews {
  clear: both;
}
#drop,
#drop1,
#drop2 {
  float: right;
  width: 28%;
  margin: 5px 0 10px 0;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 15px;
  border-radius: 30px;
  cursor: pointer;
}
#drop .icon-attach,
#drop1 .icon-attach,
#drop2 .icon-attach {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: #58595c;
  background-position: center;
  border-radius: 25px;
}
#drop.dz-drag-hover,
#drop1.dz-drag-hover,
#drop2.dz-drag-hover {
  border: 1px solid #D8D8D9;
  box-shadow: 0 0 3px #B4233B;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* obecne prvky */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #58595c;
  line-height: 1.4;
}
h1 {
  margin: 1em 0;
  font-weight: 300;
  font-size: 26px;
}
h3 {
  font-size: 100%;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #58595c;
}
a:hover {
  color: #D61433;
}
.right {
  text-align: right;
}
.hilight {
  color: #D61433;
}
.button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 90px;
  padding: 12px 15px 11px 15px;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #D8D8D9;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF, #F6F7F8);
  cursor: pointer;
  outline: none;
}
.idbutton {
  box-sizing: border-box;
  display: inline-block;
  min-width: 90px;
  padding: 12px 15px 11px 15px;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #D8D8D9;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF, #F6F7F8);
  cursor: pointer;
  outline: none;
  /* <<<<<<< HEAD */
  color: #58595c;
  /*=======
>>>>>>> origin/feature/71_RescheduleTaskNotification*/
}
.idbutton.disabled {
  opacity: 0.6;
  cursor: default;
}
.idbutton.red {
  color: white;
  background-image: linear-gradient(to bottom, #B4233B, #AA1A33);
  border-color: #B4233B;
}
.idbutton:hover,
.idbutton:active {
  /*<<<<<<< HEAD
		text-decoration: none !important;

		&:not(.disabled) {
			color: @color-red-highlight;
			background-image: linear-gradient(to bottom, #DDDDDD, #F6F7F8);

			&.red {
				color: #DDDDDD;
				background-image: linear-gradient(to bottom, #920119, #AA1A33);
			}
		}

		&.disabled {
			color: @color-text-default;

			&.red {
				color: white;
			}
		}
	}

	&:focus {
		text-decoration: none;
		color: @color-text-default;

		&.red {
			color: white;
		}
	}

	&:active:not(.disabled) {
		color: @color-red-highlight;
=======*/
  text-decoration: none;
  background-image: linear-gradient(to bottom, #DDDDDD, #F6F7F8);
}
.idbutton:hover.red,
.idbutton:active.red {
  background-image: linear-gradient(to bottom, #920119, #AA1A33);
}
.idbutton:active {
  /*>>>>>>> origin/feature/71_RescheduleTaskNotification*/
  padding: 14px 15px 9px 15px;
}
.button.small {
  min-width: 50px;
  padding: 2px 5px 2px 5px;
}
.button-submit {
  background-color: #D71433;
  background-image: linear-gradient(to bottom, #D71433, #D01130);
  color: #fff;
  border: 0;
}
.button-link {
  border: 0;
  background: none;
  text-decoration: underline;
}
.button-link:hover {
  color: #D61433;
}
.button-flat {
  background-color: #D8D8D9;
  background-image: none;
  border-radius: 0;
  border: none;
}
.center {
  text-align: center;
}
.big {
  font-size: 28px;
}
.medium {
  font-size: 18px;
}
.mandatory {
  display: inline-flex !important;
}
.mandatory::after {
  content: " *";
  color: red;
  font-size: 12px;
  margin-left: 2px;
  display: inline-block;
}
.mandatory-with-tooltip {
  display: inline-flex !important;
}
.mandatory-with-tooltip::after {
  content: " *";
  color: red;
  font-size: 12px;
  margin-left: 30px;
  display: inline-block;
}
.nonmandatory-with-tooltip {
  display: inline-flex !important;
  margin-right: 30px;
}
.inline-text-edit {
  color: #F22F4F;
  border-bottom: 1px dotted #F22F4F;
  text-decoration: none;
}
.inline-text-edit:hover {
  color: #F22F4F;
  text-decoration: none;
  border-color: #F22F4F;
  cursor: alias;
  border-bottom: 1px solid #F22F4F;
}
.inline-text-edit:focus {
  color: #F22F4F;
  outline: none;
  text-decoration: none;
}
.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-field {
  box-sizing: border-box;
  padding: 0 0 15px 10px;
}
.form-field:first-child {
  padding-left: 0;
}
.form-field-short {
  float: left;
  width: 33.333%;
}
.form-list,
.form-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-list li {
  position: relative;
}
.form-content {
  float: left;
  width: 78%;
  margin: 0 0 -10px 0;
}
.form-buttons {
  float: right;
  width: 18%;
  margin-right: -8px;
  text-align: center;
}
.form-buttons:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20%;
  width: 1px;
  background: #D8D8D9;
}
/*TEXT INPUT*/
input[type=text],
input[type=search],
input[type=email],
input[type=password],
select,
textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #D8D8D9;
  border-radius: 3px;
  background-color: #fff;
}
input[type=text]:disabled,
input[type=search]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
select:disabled,
textarea:disabled {
  color: #A8A8A9;
}
input.search-icon {
  background-image: url('/images/icons/png/search.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding-right: 25px;
}
input::placeholder {
  font-style: italic;
  color: #D8D8D9;
}
input:read-only,
select:read-only {
  color: #999;
}
textarea {
  height: 100px;
}
select {
  padding: 8px 15px 7px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right;
}
select option[disabled] {
  color: #DEDEDE;
}
select option:disabled {
  color: #D8D8D9;
}
select::-ms-expand {
  display: none;
}
.input-borderless {
  padding: 0 !important;
  border: 0 !important;
}
/*RADIO + CHECKBOX*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  /*   position: absolute;*/
  display: none;
  left: -9999px;
}
[type="checkbox"]:not(:checked).basic,
[type="checkbox"]:checked.basic,
[type="radio"]:not(:checked).basic,
[type="radio"]:checked.basic {
  display: initial;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  display: inline-block;
  position: relative;
  padding: 3px 0 3px 25px;
  cursor: pointer;
  color: #58595c;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  display: inline-block;
  position: relative;
  padding: 3px 0 3px 25px;
  cursor: pointer;
  color: #58595c;
}
[type="checkbox"]:not(:checked) + label:before,
[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #D8D8D9;
  border-radius: 3px;
}
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/*RADIO*/
[type="radio"] + label:before {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 5px;
  border-radius: 3px;
  transition: all 0.2s;
  background: #D61433;
}
/*CHECKBOX*/
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 16px;
  font-weight: 700;
  color: #D61433;
  transition: all 0.2s;
}
[type="checkbox"]:disabled + label:before,
[type="radio"]:disabled + label:before {
  background-color: #eee;
}
[type="checkbox"]:disabled + label,
[type="checkbox"]:disabled + label:after,
[type="radio"]:disabled + label {
  color: #97999c;
}
[type="radio"]:disabled + label:after {
  background-color: #97999c;
}
/*TOGGLE checkbox*/
.checktoggle [type="checkbox"]:not(:checked) + label,
.checktoggle [type="checkbox"]:checked + label {
  padding-left: 42px;
}
.checktoggle [type=checkbox] + label:before,
.checktoggle [type=checkbox] + label:after {
  content: "";
  display: block;
  position: absolute;
}
.checktoggle [type=checkbox] + label:before {
  width: 28px;
  height: 12px;
  margin: 2px 0 0 0;
  background: #F8F9FA;
  border: 1px solid #E3E3E3;
  border-radius: 7px;
}
.checktoggle [type=checkbox]:checked + label:before {
  left: 0;
}
.checktoggle [type=checkbox] + label:after {
  opacity: 1;
  transform: scale(1);
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-color: #29292b;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  transition: all 200ms;
}
.checktoggle [type=checkbox]:checked + label:after {
  left: 14px;
  background-color: #D61433;
}
.sort {
  position: absolute;
  top: 0;
  right: 25px;
}
.sort select {
  width: auto;
  padding-right: 32px;
  padding-left: 0;
  font-weight: bold;
  border: 0;
  background-color: transparent;
  color: #29292b;
}
.form-fixed-footer {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  background: white;
  box-shadow: 0 0 5px gray;
  padding: 10px;
  margin-left: -34px;
}
input[type="file"]:not(.ext) {
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
}
input[type="file"]:not(.ext)::before {
  content: attr(data-caption);
  display: inline-block;
  cursor: pointer;
  position: absolute;
  visibility: visible;
  box-sizing: border-box;
  min-width: 90px;
  max-width: 100%;
  padding: 4px 5px 4px 17px;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #D8D8D9;
  background-color: #F7F8F9;
  margin-top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url('/images/icons/png/attach_black.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-x: 2px;
  background-position-y: center;
  white-space: nowrap;
}
.input-tooltip-container > .input-tooltip {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: 100%;
  border-radius: 50%;
  background-color: #999;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAChklEQVR42u2YsWtTQRzHf5cXeWBIAwktFmocXOKgqENxFCcRVBCcHRwFBweh6vBw0sm/wM4SHcRFughdhMYUnASV2ggdwgsvJOlLXpK7+55LBwd7r9VWkt7vA295P7h7fN7v7n6/I2IYhmEYhmEYZv+I/z1hFEX5QqFwUQhxRghRIaIKES0Q0QwRFYgoR0TbRNTZeX4aY2rGmFq3210rlUrbR+oPNBoNXyl1FcALAJ8BaPOXAOgDWJZSLh4JOQCWAXTNIQDgfZIkJ6dakDlkAHS11ndYUApa68csKF3S3ak7xYwxxvL+ExGtAlgDsDEajbY6nU7c6/V0uVwu+L4/73neBSHEFSK6JYTIp8yVSCnP+77/bWozCMB3rfXDJEkW9jNOGIY5AE8BDFL2pLdTucQAfFRK3QiC4J8yVkq5CKBlEYThcHh6mo75TaXUzYMcUyl1OWUvWnK+/Afw2pJFKwc5V2ZKBb2yhCvOC1JKrVvCs84LarVaTUv4mPOCPM+znYax84KKxeKcJbzlvKBsNnvOEv7ivKBMJnPdUpx+cLoGGgwG87u1HABGcRzPOisnCAIBYMVSJL50Onu01o9sl2f9fv+Ey3Lup/RgD1yWs5R2zVGtVjPOiYmiKA/gTYqc9TAMc87JUUpdA/AjRU4tjuM5p8QMh8NTaVmzI+dds9k87oyYdrs9A+AZgCRFjNRaP3Fmz6nX61mt9T0A4R6yZkNKecmpJQXg6x7ESADPnVpSv/VOaXJWx+PxWWdrHIuYTa31bXKd3QQ1Gg1/Er5PTIKgP36YEGISBGWIYUEsiAWxIBbEMAzDMAwzYUxsNz8pHT0XiiyIBbEgFsSCGIZhGIZhGOaI8QtX7CkQdp7/EAAAAABJRU5ErkJggg==');
  margin: -2px 0 0 -30px;
  position: absolute;
  cursor: pointer;
}
.input-tooltip-container > .input-tooltip.nonmandatory {
  margin: -2px 0 0 -20px;
}
.form-errors {
  color: #B4233B;
}
.datatable-placeholder {
  width: 100%;
  height: 50px;
  -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}
.plaintable {
  width: 100%;
  /*td {
		padding: 10px;
	}*/
}
.plaintable tr {
  width: 100%;
  background: white;
}
/* zakladni definice layoutu */
html,
body {
  height: 100%;
}
body {
  background: #F6F7F8 url(../images/body.png) repeat-y;
  min-width: 960px;
}
.main {
  float: right;
  margin-left: -220px;
  width: 100%;
}
.main-inner {
  margin: 0 0 0 220px;
  border-top: 1px solid #C0C1C2;
}
.sidebar {
  float: left;
  width: 220px;
  position: relative;
}
.sidebar .sidebar-toggle {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.sidebar-toggle {
  display: inline-block;
  padding: 0 24px 2px 0;
  background-position: right;
  color: #919191;
  font-size: 12px;
  text-decoration: none;
}
.sidebar-toggle:hover {
  color: #fff;
}
.sidebar-collapsed {
  background-position: -206px 0;
}
.sidebar-collapsed .sidebar {
  width: 14px;
  position: static;
  overflow: hidden;
}
.sidebar-collapsed .sidebar .nav {
  display: none;
}
.sidebar-collapsed .main {
  margin-left: -14px;
}
.sidebar-collapsed .main-inner {
  margin-left: 14px;
}
.sidebar-collapsed .sidebar-toggle {
  position: fixed;
  top: 135px;
  bottom: 0;
  left: 0;
  width: 14px;
  padding: 0;
  background-position: center;
  text-indent: -9999px;
  transition: background 200ms;
}
.sidebar-collapsed .sidebar-toggle:hover {
  background-color: #B4233B;
}
.content {
  position: relative;
  padding: 0 25px 50px 34px;
  top: 45px;
}
.col-left {
  float: left;
  width: 100%;
}
.col-left--narrow {
  max-width: 480px;
  margin-right: 30px;
}
.col-right {
  float: right;
  width: 48%;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.container .row .col {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
}
/* UI komponenty*/
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon-alert,
.icon-user,
.icon-share,
.icon-export,
.icon-print {
  width: 24px;
  height: 24px;
  background-position: center;
}
.icon-user {
  width: 32px;
  height: 32px;
}
.icon-user img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.icon-page-first,
.icon-page-prev {
  height: 9px;
  margin: -2px 8px 0 0;
}
.icon-page-first {
  width: 8px;
}
.icon-page-prev {
  width: 5px;
}
.icon-page-next,
.icon-page-last {
  height: 9px;
  margin: -2px 0 0 8px;
}
.icon-page-next {
  width: 5px;
}
.icon-page-last {
  width: 8px;
}
.icon-remove {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.icon-orange {
  background-color: #FF6600;
}
.icon-blue {
  background-color: #00559A;
}
.icon-green {
  background-color: #00703F;
}
.icon-purple {
  background-color: #410B8B;
}
.icon-lightred {
  background-color: #FF141D;
}
.icon-navy {
  background-color: #020471;
}
.icon-brown {
  background-color: #180202;
}
.icon-gray {
  background-color: #4F6B76;
}
.icon-black {
  background-color: #000;
}
h1 .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  margin-right: 20px;
  background-size: 44px 44px;
  vertical-align: -35%;
}
.icon-link {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  margin-left: 10px;
  background-size: 44px 44px;
  vertical-align: middle;
}
.topbar {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #D8D8D9;
  background: #fff;
}
.topbar ul,
.topbar li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar ul {
  padding: 0 7px;
}
.topbar li {
  display: inline-block;
  padding: 10px 14px;
}
.topbar a {
  color: #58595c;
  text-decoration: none;
}
.topbar a:hover,
.topbar a.active {
  color: #D61433;
}
.topbar a.active {
  font-weight: bold;
}
.header {
  position: relative;
  z-index: 11;
  background: #fff;
  text-align: center;
}
.header:before,
.header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
.header-logo {
  float: left;
}
.header-logo img {
  display: block;
}
.header-search {
  float: left;
  margin: 25px 0 0 35px;
  width: 240px;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
}
.header-search fieldset,
.header-search input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.header-search input {
  float: left;
  padding: 13px 0;
}
.header-search input[type=text],
.header-search input[type=search] {
  width: 190px;
  padding-left: 10px;
  padding-right: 10px;
}
.header-search input[type=submit] {
  width: 40px;
  overflow: hidden;
  text-indent: -9999px;
  background-position: center;
}
.header-toolbar {
  float: right;
  padding: 20px 0;
}
.header-info,
.header-actions,
.header-lang {
  float: left;
}
.header-info {
  padding: 0 5px;
}
.header-info ul,
.header-info li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-info li {
  float: left;
  position: relative;
}
.header-info ul ul {
  position: absolute;
  opacity: 0;
  left: -9999px;
  top: 100%;
  min-width: 140px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #D8D8D9;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  transition: opacity 400ms;
}
.header-info ul ul a {
  margin: 0;
  padding: 4px 15px;
  float: none;
}
.header-info ul ul.active {
  left: 0;
  opacity: 1;
}
.header-info a {
  display: block;
  margin: 0 10px 0 0;
  padding: 12px 13px;
}
.menu-alert {
  position: relative;
  text-decoration: none;
}
.menu-alert span {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #B4233B;
  text-align: center;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  color: #6d6e71;
  border-radius: 12px;
}
.menu-user {
  color: #292a2c;
  text-decoration: none;
  font-weight: 500;
}
.menu-user span {
  padding: 0 18px 0 5px;
  background-position: right;
}
.menu-user.active {
  color: #D61433;
}
.header-actions {
  padding: 0 5px;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}
.header-actions ul,
.header-actions li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-actions li {
  float: left;
}
.header-actions a {
  display: block;
  padding: 16px 13px;
}
.header-lang {
  padding: 0 20px 0 5px;
}
.header-lang select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 300;
  background-position: right;
}
.header-lang select::-ms-expand {
  display: none;
}
.header-status {
  float: left;
  width: 106px;
  height: 100px;
  margin: -20px 0;
  text-align: center;
  background-color: #1B0C0D;
  background-position: 50% 10px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20id%3D%22Untitled-Str%25E1nka%25201%22%20viewBox%3D%220%200%2068%2072%22%20style%3D%22background-color%3A%23ffffff00%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2268px%22%20height%3D%2272px%22%3E%20%3Cg%20id%3D%22Vrstva%25201%22%3E%20%20%3Cpath%20d%3D%22M%2038.947%2044.066%20C%2032.987%2042.297%2019.809%2055.783%2032.162%2055.518%20C%2036.265%2055.43%2037.424%2048.015%2038.947%2044.066%20L%2038.947%2044.066%20ZM%2044.745%2044.192%20C%2044.766%2044.82%2044.76%2045.6%2044.747%2046.465%20C%2044.912%2046.237%2045.018%2046.059%2045.114%2045.702%20C%2044.999%2046.216%2044.872%2046.748%2044.734%2047.291%20C%2044.637%2053.099%2044.519%2061.428%2049.705%2054.132%20C%2059.841%2039.871%2028.502%2018.143%2015.277%2041.866%20C%206.208%2058.136%2038.59%2069.799%2050.581%2063.715%20L%2054.695%2060.968%20C%2054.913%2060.045%2055.532%2059.225%2056.454%2058.784%20C%2061.284%2056.842%2063.377%2060.981%2061.478%2063.793%20C%2047.183%2084.969%20-11.224%2061.411%2012.626%2034.51%20C%2038.297%205.557%2073.356%2048.404%2051.063%2061.564%20C%2044.22%2065.603%2041.022%2062.937%2039.605%2058.414%20C%2037.431%2060.912%2034.537%2062.453%2030.671%2061.911%20C%206.983%2058.594%2030.446%2029.151%2044.399%2039.83%20C%2045.634%2040.987%2045.764%2042.882%2044.745%2044.192%20%22%20fill%3D%22%236e6460%22%2F%3E%20%20%3Cpath%20d%3D%22M%201.273%2027.489%20C%207.033%2019.818%2039.177%20-1.309%2042.339%200.064%20C%2045.464%201.421%2044.142%2016.092%2065.879%2027.115%20C%2067.272%2027.695%2067.931%2029.293%2067.351%2030.686%20C%2066.771%2032.078%2065.173%2032.737%2063.781%2032.158%20C%2050.784%2025.568%2044.62%2019.564%2039.821%206.647%20C%2030.181%2012.463%2011.381%2023.26%206.191%2029.866%20C%205.535%2031.224%203.902%2031.793%202.545%2031.137%20C%201.185%2030.48%200.616%2028.847%201.273%2027.489%20%22%20fill%3D%22%23ffffff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 50%;
}
.header-status a {
  display: block;
  margin: 70px 0 0 0;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.header-status a:hover {
  color: #B4233B;
}
.header-status-count {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  border-radius: 12px;
  background-color: #B4233B;
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.header-links {
  display: inline-grid;
  padding: 10px 40px 0 40px;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 45%;
}
.header-links a {
  display: inline-grid;
  vertical-align: top;
  width: 80px;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  line-height: normal;
}
.header-links .icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 6px auto;
  border-radius: 50%;
  background-size: contain;
}
.header-links .slick-arrow {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 100;
  width: 16px;
  height: 32px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
.header-links .slick-prev {
  left: 0;
}
.header-links .slick-next {
  right: 0;
}
.nav {
  padding: 0 0 60px 0;
}
.nav ul,
.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav a {
  display: block;
  text-decoration: none;
  transition: all 100ms;
  color: #99999d;
}
.nav a:hover {
  color: #fff;
}
.nav .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -6px 0 -5px 0;
  border-radius: 14px;
  vertical-align: -20%;
  margin-right: 6px;
  background-size: 28px 28px;
}
.nav > ul {
  /* level 1 */
}
.nav > ul > li {
  border-bottom: 1px solid #494A4C;
  /* level 2 */
}
.nav > ul > li > a {
  padding: 13px 20px 12px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.nav > ul > li.active > a {
  background: #B4233B;
  color: #fff;
}
.nav > ul > li > ul li {
  border-top: 1px solid #494A4C;
  /* level 3 */
  /*& > ul {
                        & > li {
                            border-top: 1px solid #494A4C;

                            & > a {
                                padding: 12px 15px 9px 44px;
                                font-weight: bold;
                                background-repeat: no-repeat;
                                background-position: 18px 50%;
                                background-color: #3E3F42;
                            }

                            &.active > a {
                                color: #fff;
                            }

                            &:last-child > ul > li {
                                background: none;
                            }

                            /* level 4 */
  /*& > ul {
                                border-top: 1px solid #494A4C;
                                background: #3E3F42;

                                & > li {
                                    background-repeat: repeat-y !important;
                                    background-position: 18px 50%;

                                    &  > a {
                                        padding: 6px 10px 4px 68px;
                                        background-repeat: no-repeat;
                                        background-position: 44px 50%;
                                    }

                                    &.active > a {
                                        color: #fff;
                                    }
                                }
                            }
                        }
                    }*/
}
.nav > ul > li > ul li a {
  padding: 12px 20px 9px 15px;
  border-left: 5px solid #B4233B;
  margin-left: 0;
  font-weight: bold;
  background: #3E3F42;
}
.nav > ul > li > ul li.active > a {
  background: #B4233B;
  color: #fff;
}
.nav-search {
  position: relative;
  border-bottom: 1px solid #494A4C;
}
.nav-search input[type=search],
.nav-search input[type=text] {
  padding: 20px 65px 19px 20px;
  border: 0;
  border-radius: 0;
  background: #222325;
  color: #fff;
}
.nav-search ::-webkit-input-placeholder {
  color: #939397;
  font-style: italic;
}
.nav-search ::-moz-placeholder {
  color: #939397;
  font-style: italic;
}
.nav-search :-ms-input-placeholder {
  color: #939397;
  font-style: italic;
}
.nav-search input[type=submit],
.nav-search input[type=submit].reset {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  width: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-position: center;
}
.nav-search i {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 23px;
  background-position: center;
  background-size: contain;
}
.nav-search i:hover {
  cursor: pointer;
}
.crumbs {
  padding: 19px 20px 6px 20px;
  background: #EDEEEF;
  border-bottom: 1px solid #D8D8D9;
  border-top: 1px solid #DEDFE0;
  position: fixed;
  width: calc(100vw - 220px);
  z-index: 799;
  top: 100px;
}
.crumbs a,
.crumbs strong {
  display: inline-block;
  padding-right: 30px;
  margin-left: 15px;
  font-weight: 300;
  text-decoration: none;
  color: #58595c;
  background-position: right;
}
.crumbs a:first-child,
.crumbs strong:first-child {
  margin-left: 0;
}
.crumbs a:hover {
  color: #D61433;
}
.crumbs .help {
  float: right;
  padding: 0;
  margin-top: -14px;
}
.crumbs .help .icon {
  width: 42px;
  height: 42px;
  background-size: 100%;
  border-radius: 50%;
}
.section {
  position: relative;
  margin: 0 0 28px 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #E7E8E8;
  border-bottom: 1px solid #C8C9C9;
  box-shadow: 0 1px 0 #E7E8E8;
  border-radius: 4px;
  overflow: hidden;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section h2 {
  margin: 0 0 1em 0;
  font-size: 100%;
  color: #323336;
  text-transform: uppercase;
}
.section.nooverflow {
  overflow: initial;
}
.collapsed.section h2 {
  margin-bottom: 0;
}
.collapsed .section-content {
  display: none;
}
.section-content:before,
.section-content:after {
  content: " ";
  display: table;
}
.section-content:after {
  clear: both;
}
.section-collapsible h2 {
  cursor: pointer;
}
.section-collapsible h2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #606163 transparent;
}
.section-collapsible.collapsed h2:before {
  border-width: 5px 4px 0 4px;
  border-color: #606163 transparent transparent transparent;
}
.section-data {
  padding: 0;
}
.datatable-placeholder {
  background: #EDEEEF !important;
  -webkit-box-shadow: inset 8px 8px 10px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 8px 8px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 8px 8px 10px -5px rgba(0, 0, 0, 0.15);
}
.datatable {
  /*width: auto;
    max-width: 100%;*/
}
.datatable tr:hover {
  background-color: #F0F0F0;
}
.datatable th,
.datatable td {
  text-align: center;
  vertical-align: top;
  border-bottom: 1px none #D8D8D9;
}
.datatable th {
  padding: 10px;
  text-align: center;
  font-weight: normal;
  background-color: #EDEEEF;
  background-image: linear-gradient(to bottom, #FFFFFF, #EDEEEF);
  border-left: 1px solid #D8D8D9;
  border-bottom: 1px none #D8D8D9;
}
.datatable th.active {
  border-bottom: 6px solid #B4233B;
  padding-bottom: 9px;
  box-sizing: border-box;
  display: block;
}
.datatable td {
  border-top: 1px solid #D8D8D9;
  padding: 10px;
  background: white;
}
.datatable td a {
  text-decoration: underline;
}
.datatable .edit {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  margin: 0 auto;
  background-image: url('../../images/icons/png/edit.png');
  background-repeat: no-repeat;
}
.datatable .edit:hover {
  cursor: pointer;
  background-image: url('../../images/icons/png/edit-hover-red.png');
}
.datatable .empty {
  border-left: 0;
}
.datatable .icon {
  width: 26px;
  height: 26px;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: 2px;
  background-position: center;
  border: 1px solid #D8D8D9;
  border-radius: 50%;
  transition: background 200ms;
}
.datatable .icon:hover {
  background-color: #D61433;
  border-color: #D61433;
}
.datatable .icon.black {
  background-color: black;
}
.datatable .icon.link {
  cursor: pointer;
}
.datatable .icon.no-hover {
  border-color: #D8D8D9;
}
.datatable .icon-view-active .icon-view {
  background-color: #D61433;
  border-color: #D61433;
}
.datatable .icon-delete {
  border-color: #D61433;
}
.datatable .value-offset {
  position: relative;
  top: -3px;
}
.datatable .hidden {
  display: none;
}
.data-detail {
  display: none;
  margin: 1em 0 0 0;
  font-size: 12px;
}
.data-detail a {
  color: #B4233B;
}
.data-detail a:hover {
  color: #000;
}
.active td {
  background: #F8F9FA;
}
.active .data-detail {
  display: block;
}
.archive tr {
  background: lightgrey;
}
.col-narrow {
  width: 9%;
}
.col-mid {
  width: 18%;
}
.plaintable {
  width: 100%;
  margin-top: 5px;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #D8D8D9;
}
.plaintable th,
.plaintable td {
  padding: 10px;
  border-top: 1px solid #D8D8D9;
}
.plaintable th {
  text-align: left;
}
.plaintable a.link {
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}
.plaintable-small {
  width: 100%;
  border: 1px solid #D8D8D9;
  border-radius: 3px;
  margin-top: 5px;
  margin: 0 0 1em 0;
}
.plaintable-small th,
.plaintable-small td {
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #D8D8D9;
}
.plaintable-small th {
  text-align: left;
}
.plaintable-small caption {
  font-weight: 700;
  text-align: left;
}
.sorted {
  position: relative;
}
.sorted:before,
.sorted:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 10px;
}
.sorted:before {
  border-width: 0 6px 6px 6px;
  margin-top: -10px;
  border-color: transparent transparent #bbb transparent;
}
.sorted:after {
  margin-bottom: -10px;
  border-width: 6px 6px 0 6px;
  border-color: #bbb transparent transparent transparent;
}
.sorted-asc:before {
  border-color: transparent transparent #B4233B transparent;
}
.sorted-desc:after {
  border-color: #B4233B transparent transparent transparent;
}
th,
td {
  position: relative;
}
.date-range-selected > .ui-state-active,
.date-range-selected > .ui-state-default {
  background: none !important;
  background-color: lightsteelblue !important;
}
.pagination {
  text-align: center;
  font-size: 12px;
  display: block;
  width: auto;
  margin: -12px auto 0 auto;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination > .info {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.pagination > .controls {
  width: auto;
}
.pagination > .controls > .pagination-prev,
.pagination > .controls > .pagination-first {
  margin-right: 9px;
}
.pagination > .controls > .pagination-next,
.pagination > .controls > .pagination-last {
  margin-left: 9px;
}
.pagination > .controls > .pagination-prev,
.pagination > .controls > .pagination-next {
  font-weight: bold;
}
.pagination > .entry-control {
  margin-top: 10px;
}
.pagination > .entry-control > input[type=text] {
  padding: 8px 10px;
  width: 48px;
  text-align: center;
}
.pagination a,
.pagination input[type=submit] {
  display: inline-block;
  padding: 7px 15px;
  background-color: #F6F7F8;
  background-image: linear-gradient(to bottom, #ffffff, #F6F7F8);
  text-decoration: none;
  border: 1px solid #D8D8D9;
  border-radius: 3px;
  color: #29292b;
}
.pagination a:hover,
.pagination input[type=submit]:hover {
  color: #D61433;
}
.pagination input[type=submit] {
  padding: 8px 15px;
  font-weight: bold;
}
.popup {
  position: relative;
  max-width: 420px;
  background: #fff;
  margin: 0 auto;
  padding: 20px 30px;
}
.popup h1 {
  margin-top: 0;
}
.dropdown {
  width: 100%;
  margin-bottom: 8px;
}
.dropdown .dropdown-title {
  padding: 0px 1px 7px 20px;
  margin: 0;
  border: 1px solid #D8D8D9;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF, #F6F7F8);
}
.dropdown .dropdown-title:hover {
  cursor: pointer;
}
.dropdown .dropdown-title .arrow {
  position: absolute;
  right: 10px;
  width: 9px;
  height: 5px;
  margin-top: -20px;
  background-image: url("../images/icons/png/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown .dropdown-content {
  display: none;
  padding: 8px 8px 0px 8px;
}
.page-section {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
.page-section > .title {
  padding: 0px 1px 7px 20px;
  margin: 0;
  border: 1px solid #D8D8D9;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF, #F6F7F8);
  position: relative;
}
.page-section > .title:hover {
  cursor: pointer;
}
.page-section > .title > .arrow {
  position: absolute;
  right: 10px;
  width: 9px;
  height: 5px;
  margin-top: -20px;
  background-image: url("../images/icons/png/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
}
.page-section > .page-section-content {
  display: none;
  padding: 8px 8px 0px 8px;
}
.page-section > .page-section-content > .content-container {
  width: 100%;
}
.autocompleter-list-container {
  display: none;
}
.autocompleter-list {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #D8D8D9;
  padding: 0;
  max-height: 300px;
  overflow: overlay;
  z-index: 755;
  box-shadow: 5px 5px 5px lightslategray;
}
.autocompleter-list li {
  list-style-type: none;
  border-top: 1px solid #D8D8D9;
  background: #FFFFFF;
  padding: 4px;
  padding-right: 20px;
  color: #58595C;
}
.autocompleter-list li:hover {
  background: #F7F8F9;
  cursor: pointer;
}
.autocompleter-input {
  position: relative;
}
.autocompleter-input .spinner {
  background: rgba(255, 255, 255, 0.75) url('../images/spinner.gif') no-repeat 50% 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  margin-right: 2px;
  display: none;
}
.datagrid .dgActiveFilterList {
  position: relative;
  margin-bottom: 7px;
}
.datagrid .dgActiveFilterList .dgActiveFilter {
  border: 1px solid #D8D8D9;
  border-radius: 3px;
  margin-right: 7px;
  padding: 2px;
}
.datagrid .dgActiveFilterList .dgActiveFilter .remove {
  display: inline-block;
  background-image: url("../images/icons/png/remove-red.png");
  background-position: center;
  background-size: 95%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.datagrid .dgActiveFilterList .dgActiveFilter .remove:hover {
  cursor: pointer;
}
.filelist {
  display: block;
  margin-bottom: 8px;
}
.filelist > .title {
  position: relative;
  padding: 0px 1px 7px 20px;
  margin: 0;
  border: 1px solid #D8D8D9;
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF, #F6F7F8);
  cursor: pointer;
}
.filelist > .title > .arrow {
  position: absolute;
  right: 10px;
  width: 9px;
  height: 5px;
  margin-top: -20px;
  background-image: url("../images/icons/png/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
}
.filelist > .content-container {
  padding: 8px 8px 0px 8px;
}
.filelist > .content-container > .content {
  display: none;
  position: relative;
  padding: 0;
  top: 0 !important;
}
.filelist > .content-container > .content > .bar {
  display: flow-root;
}
.filelist > .content-container > .content > .bar > .filters {
  display: inline-flex;
  justify-content: flex-end;
  float: right;
  width: 75%;
}
.filelist > .content-container > .content > .bar > .filters > .search {
  max-width: 400px;
}
.filelist > .content-container > .content > .table-container {
  position: relative;
}
.filelist > .content-container > .content > .table-container > table > thead > tr > th.sortable {
  cursor: pointer;
}
.filelist > .content-container > .content > .table-container > table > thead > tr > th.sortable:hover {
  text-decoration: underline;
}
.filelist > .content-container > .content > .table-container > table > thead > tr > th > .sorter {
  position: absolute;
  display: inline-block;
  margin: 1px 0 0 5px;
  width: 8px;
  height: 20px;
}
.filelist > .content-container > .content > .table-container > table > thead > tr > th > .sorter > .up {
  background-image: url('../images/icons/png/arrow-up-black.png');
  background-repeat: no-repeat;
  opacity: 0.35;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.filelist > .content-container > .content > .table-container > table > thead > tr > th > .sorter > .down {
  background-image: url('../images/icons/png/arrow-down-black.png');
  background-repeat: no-repeat;
  opacity: 0.35;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.filelist > .content-container > .content > .table-container > table > thead > tr > th > .sorter.asc > .up {
  background-image: url('../images/icons/png/arrow-up-red.png');
  opacity: 1;
}
.filelist > .content-container > .content > .table-container > table > thead > tr > th > .sorter.desc > .down {
  background-image: url('../images/icons/png/arrow-down-red.png');
  opacity: 1;
}
.filelist > .content-container > .content > .table-container > table > tbody > tr > td.archived {
  opacity: 0.4;
}
.filelist > .content-container > .content > .counter {
  text-align: center;
  margin-bottom: 10px;
}
#file-list .icon-doc-group {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 18px;
  border-radius: 36px;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
}
#file-list .icon-doc-group img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#file-list .icon-doc-group .counter {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  background: inherit;
  display: inline-block;
  text-align: center;
  padding: 2px;
  position: relative;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  left: 32px;
  top: -25px;
}
#file-list .file-list-menu {
  display: none;
}
#file-list .file-list-menu ul {
  position: absolute;
  background: white;
  border: 1px solid #D8D8D9;
  border-radius: 3px;
  padding: 1px 20px 1px 20px;
  margin-left: -20px;
  margin-top: 31px;
}
#file-list .file-list-menu li {
  list-style-type: none;
  display: inline-flex;
}
#file-list .file-list-menu li .item {
  position: relative;
}
#file-list .file-list-menu li .trash {
  position: relative;
  margin-left: 5px;
}
#file-list .file-list-menu li a {
  text-decoration: none;
  white-space: nowrap;
}
#file-list .file-list-menu li a::hover {
  text-decoration: none;
}
.guide {
  height: 41px;
  background: #3E3F42;
  color: #FFFFFF;
  position: fixed;
  width: 100%;
  margin-top: 29px;
  z-index: 10;
}
.guide .heading {
  background: #323336;
  display: inline-block;
  padding: 11px 10px 12px 20px;
  margin-right: -4px;
}
.guide .heading-arrow {
  content: "";
  border-bottom: 21px solid transparent;
  border-top: 20px solid transparent;
  border-left: 7px solid #323336;
  position: absolute;
}
.guide .step-arrow {
  content: "";
  border-bottom: 21px solid transparent;
  border-top: 20px solid transparent;
  border-left: 7px solid #3E3F42;
  position: absolute;
}
.guide .step-arrow.active {
  border-left: 7px solid #BD233B;
}
.guide a {
  padding: 12px 10px 14px 15px;
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF;
}
.guide a.active {
  background: #BD233B;
}
.guide a:hover {
  background: #000000;
}
.guide a:hover + .step-arrow {
  content: "";
  border-bottom: 21px solid transparent;
  border-top: 20px solid transparent;
  border-left: 7px solid #000000;
  position: absolute;
}
.guide a.active:hover {
  background: #BD233B;
}
.guide a.active:hover + .step-arrow {
  content: "";
  border-bottom: 21px solid transparent;
  border-top: 20px solid transparent;
  border-left: 7px solid #BD233B;
  position: absolute;
}
.cropper_wrapper {
  position: relative;
  max-width: 600px;
  max-height: 600px;
  width: auto;
  height: auto;
}
.lightbox:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "+";
  width: 38px;
  height: 38px;
  border-radius: 19px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}
.lightbox img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.page-filter-help {
  display: flex;
  height: 16px;
  margin: 8px 0;
}
.page-filter-help > i {
  background-color: #D61433;
  background-size: 100%;
  border-radius: 50%;
  width: 16px;
}
.page-filter-help > a {
  padding-left: 3px;
}
.page-filter-help > a:active,
.page-filter-help > a:focus,
.page-filter-help > a:visited {
  text-decoration: none;
}
#page-filter-help span {
  background-color: lightgrey;
}
a.page-filter-link {
  color: #D61433;
}
a.page-filter-link:hover {
  text-decoration: underline;
}
.page-filter-container > .clear {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 14px;
  top: 14px;
  background-size: contain;
  display: none;
}
.page-filter-container > .clear:hover {
  cursor: pointer;
}
.page-filter {
  background-position: right;
  background-size: 19px;
  height: 21px;
  padding: 0 22px 0 0 !important;
}
.page-filter.icon-small {
  background-size: 15px;
}
.page-filter.nopadding {
  padding: 0 !important;
}
.page-filter-apply {
  white-space: nowrap;
  width: 90%;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.pagefilter-select {
  display: none;
  list-style-type: none;
  padding: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #A8A8A9;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  z-index: 5;
}
.pagefilter-select > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  padding: 3px 0 3px 5px;
  text-align: left;
  border-bottom: 1px solid #D8D8D9;
}
.pagefilter-select > li > input[type=checkbox] {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5px;
  top: 5px;
}
.pagefilter-select > li > span {
  padding-left: 17px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: block;
}
.pagefilter-select > li > span:hover {
  cursor: pointer;
}
.pagefilter-select > li:hover {
  background-color: #D8D8D9;
}
.pagefilter-select > li:last-child {
  border-bottom: none;
}
.paginator {
  user-select: none;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.paginator > a {
  padding: 0;
  border: none;
  border-radius: 0;
  background-image: none;
  outline: none;
}
.paginator > a:hover {
  text-decoration: none;
}
.paginator > a > button {
  padding: 5px 10px;
  font-weight: 500;
  background: white;
  border: 1px solid black;
  border-radius: 3px;
  color: black;
  outline: none;
}
.paginator > a > button:hover,
.paginator > a > button.active {
  background: black;
  color: white;
  border-color: black;
}
.paginator > .dots {
  font-weight: 700;
  color: black;
  margin: -1px 5px 0 5px;
  line-height: 30px;
  display: inline-block;
}
.home {
  background: #F6F7F8 url(../images/home.png) no-repeat 100% 0;
  min-width: 480px;
}
.distance {
  float: left;
  width: 1px;
  height: 50%;
  margin-top: -200px;
}
.login {
  max-width: 380px;
  height: 400px;
  margin: 0 auto;
  clear: left;
  position: relative;
  text-align: center;
}
.login img {
  display: block;
  margin: 0 auto 50px auto;
}
.login input[type=text],
.login input[type=password] {
  padding: 14px 15px;
  font-size: 15px;
  background-position: right;
}
.login ::-webkit-input-placeholder {
  color: #828386;
}
.login ::-moz-placeholder {
  color: #828386;
}
.login :-ms-input-placeholder {
  color: #828386;
}
.login-form {
  padding: 50px 70px 20px 70px;
  background: #fff;
  border: 1px solid #E7E8E8;
  border-bottom: 1px solid #C8C9C9;
  box-shadow: 0 1px 0 #E7E8E8;
  border-radius: 4px;
}
.forgotten {
  margin: 1.8em 0;
}
.dashboard {
  max-width: 940px;
  margin: 80px auto;
  text-align: center;
}
.dashboard ul,
.dashboard li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard li {
  display: inline-block;
  vertical-align: top;
  width: 185px;
  margin: 0 0 40px 0;
}
.dashboard .icon {
  display: block;
  width: 94px;
  height: 94px;
  margin: 0 auto 20px auto;
  border-radius: 47px;
}
.dashboard a {
  color: #180202;
  font-size: 18px;
  text-decoration: none;
}
.dash1-3 {
  width: 33%;
  float: left;
}
.dash1-3 h3 {
  font-size: 18px;
  text-align: center;
}
.chat__input .form-field {
  padding-left: 0;
  padding-bottom: 22px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #D8D8D9;
}
.chat__input .form-field:before,
.chat__input .form-field:after {
  content: " ";
  display: table;
}
.chat__input .form-field:after {
  clear: both;
}
.chat__input textarea {
  float: left;
  width: 70%;
  height: 135px;
  background-color: transparent;
  border: 0;
  resize: none;
  margin: 0;
  padding: 15px 15px 9px 15px;
  outline: none;
}
.chat__input textarea ~ .char-counter {
  padding: 3px 0 0 15px;
}
.chat__input .button {
  border: 0;
  background-color: transparent;
  background-position: top;
  padding: 60px 0 0 0;
}
.chat__input input[type=submit] {
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  bottom: -20px;
  position: relative;
}
.chat__input .chat-note {
  float: right;
}
.chat__status {
  box-sizing: border-box;
  margin: 15px 0 35px 0;
  padding: 12px 20px 12px 100px;
  background-color: #B4233B;
  background-position: 5px 5px;
  border-radius: 30px;
  color: #fff;
}
.chat__msg {
  margin: 0 0 15px 0;
}
.chat__msg:before,
.chat__msg:after {
  content: " ";
  display: table;
}
.chat__msg:after {
  clear: both;
}
.chat__msg--in .chat__meta {
  width: auto;
  margin-bottom: 10px;
}
.chat__msg--in .chat__content {
  min-height: 60px;
  clear: both;
  margin-right: 80px;
  padding-left: 100px;
  padding-right: 20px;
  background: #6e6460;
  color: #fff;
  border: 1px solid #D8D8D9;
}
.chat__msg--in .chat__remind {
  min-height: 60px;
  clear: both;
  margin-right: 80px;
  padding-left: 100px;
  padding-right: 20px;
  background: #6e6460;
  color: #fff;
  border: 1px solid #000;
}
.chat__msg--in a {
  color: blue;
}
.chat__msg--out .chat__content,
.chat__msg--note .chat__content {
  min-height: 62px;
  margin-left: 80px;
  padding-left: 20px;
  padding-right: 100px;
  background-color: #43A320;
  color: #fff;
  border: 1px solid #D8D8D9;
}
.chat__msg--out .chat__remind,
.chat__msg--note .chat__remind {
  min-height: 62px;
  margin-left: 80px;
  padding-left: 20px;
  padding-right: 100px;
  background-color: #43A320;
  color: #fff;
  border: 1px solid #000;
}
.chat__msg--out .chat__img,
.chat__msg--note .chat__img {
  left: auto;
  right: 5px;
}
.chat__msg--out .chat__meta,
.chat__msg--note .chat__meta {
  margin-left: 80px;
}
.chat__msg--out a,
.chat__msg--note a {
  color: blue;
}
.chat__msg--note .chat__content {
  background-color: #000;
  color: #fff;
}
.chat__content {
  position: relative;
  box-sizing: border-box;
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.chat__user-list {
  position: relative;
  float: left;
  margin-top: 10px;
}
.chat__meta {
  margin-bottom: 5px;
}
.chat__name {
  float: right;
  font-style: italic;
}
.chat__img {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
}
.chat__img img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.chat__imgr {
  position: absolute;
  left: 55px;
  top: 5px;
  width: 50px;
  height: 50px;
}
.chat__imgr img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.chat__imgl {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
}
.chat__imgl img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.chat__text {
  display: inline-block;
  margin-left: 40px;
}
.circles {
  margin: auto;
}
.circles th {
  font-size: 18px;
  font-weight: bold;
}
.circles td {
  padding: 10px;
  text-align: center;
}
.circle {
  position: relative;
  width: 166px;
  height: 166px;
  border-radius: 83px;
  margin: auto;
  color: #fff;
  font-size: 14px;
}
.circle:after {
  position: absolute;
  top: 50%;
  left: 10%;
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
}
.circle .circle-top,
.circle .circle-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.circle .circle-top {
  top: 25%;
}
.circle .circle-bottom {
  bottom: 25%;
}
.circle-img:after {
  display: none;
}
.circle-small {
  width: 90px;
  height: 90px;
}
.circle-small .circle-top {
  top: 12%;
}
.circle-small .circle-bottom {
  bottom: 12%;
}
.circle-green {
  background: #00A533;
}
.circle-red {
  background: #FF141D;
}
.circle-pie {
  background: #3E4042;
}
body {
  background-color: #fff;
}
.header,
.topbar {
  background: #F6F7F8;
  position: fixed;
}
.topbar {
  /*zatim se nepouziva*/
  display: none;
}
.header {
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 800;
}
.main,
.sidebar {
  padding-top: 100px;
}
.main-inner {
  border-top: 0;
}
.section {
  border: 0;
  box-shadow: none;
}
.nav > ul > li > ul > li > a {
  padding-left: 20px;
}
.nav a {
  color: #fff;
}
.nav a:hover {
  background-color: #000;
}
.nav-search {
  /* padding-right:40px; JLA*/
}
.nav-search input[type=submit],
.nav-search .input[type=submit].reset {
  right: 40px;
}
.sidebar > .sidebar-toggle {
  display: none;
}
.sidebar .nav .sidebar-toggle {
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-position: center;
  background-color: #222325;
}
.sidebar-collapsed .sidebar > .sidebar-toggle {
  display: block;
  top: 100px;
}
.sidebar-collapsed .nav .sidebar-toggle {
  display: none;
}
.datatable-plain th {
  background: #F6F7F8;
  border-left: 0;
}
.home {
  background-color: #686868;
  background-position: 50px 30px;
  background-size: auto;
}
.login-date {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  text-align: right;
}
.login-day,
.login-time {
  display: block;
}
.login-day {
  font-size: 175%;
}
.login-time {
  font-size: 250%;
}
.login2 {
  max-width: 270px;
  margin: auto;
  height: 400px;
  clear: left;
  position: relative;
  z-index: 2;
}
.login2 .login-form {
  border: 0;
  background-color: transparent;
  background-position: top;
  padding: 300px 0 0 0;
  box-shadow: none;
}
.login2 form {
  position: relative;
}
.login2 input[type=text],
.login2 input[type=password] {
  width: 160px;
  background-color: transparent;
  border: 1px solid #1A0505;
  text-align: center;
  border-radius: 0;
  font-size: 120%;
  color: #1A0505;
}
.login2 input[type=text]::-webkit-input-placeholder,
.login2 input[type=password]::-webkit-input-placeholder {
  color: #1A0505;
}
.login2 input[type=text]::-moz-placeholder,
.login2 input[type=password]::-moz-placeholder {
  color: #1A0505;
}
.login2 input[type=text]:-ms-input-placeholder,
.login2 input[type=password]:-ms-input-placeholder {
  color: #1A0505;
}
.login2 input[type=submit] {
  position: absolute;
  right: 0;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  top: 50%;
  margin-top: -43px;
  background-color: #1A0505;
  background-position: center;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.2.2017, 9:59:01
    Author     : Jindrich
*/
.grid {
  margin: 30px 0;
}
.grid__item {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin: 0 0 5px 0;
  line-height: 1.4;
}
.grid__item h3 {
  margin: 5px 0 0 0;
  font-size: 18px;
}
.grid__item__ico {
  width: 50px;
  float: left;
}
.grid__item__ico .icon {
  width: 45px;
  height: 45px;
  border-radius: 36px;
  background-color: #6E6460;
  background-position: center;
  background-size: 65%;
}
.grid__item__ico .icon-sm {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 13px;
  background-color: #6E6460;
  background-position: center;
  background-size: 65%;
}
.grid__item__ico .icon-dark {
  background-color: #1A0505;
}
.grid__item__ico .icon + span {
  display: block;
  text-align: center;
  font-size: 15px;
}
.grid__item__ico .icon-sm + span {
  display: block;
  text-align: center;
  font-size: 15px;
}
.grid__item__ico .icon-file-pdf {
  background-color: #C20F12;
}
.grid__item__ico .icon-file-pdf + span {
  color: #C20F12;
}
.grid__item__ico .icon-file-img {
  background-color: #208895;
}
.grid__item__ico .icon-file-img + span {
  color: #208895;
}
.grid__item__ico .icon-file-excel {
  background-color: #1D7044;
}
.grid__item__ico .icon-file-excel + span {
  color: #1D7044;
}
.grid__item__ico .icon-file-word {
  background-color: #2A5696;
}
.grid__item__ico .icon-file-word + span {
  color: #2A5696;
}
.grid__item__content {
  margin-left: 100px;
}
/* 
    Created on : 23.2.2017, 13:54:23
    Author     : Jindrich
*/
.taskright__img {
  float: left;
  display: inline-block;
  margin-top: 12px;
}
.taskright__img > .img_container {
  width: 50px;
  margin: 0 auto;
}
.taskright__img > .img_container > img {
  float: right;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.taskright__img > .avatar-label {
  text-align: center;
  width: 80px;
  display: inline-block;
}
.taskright__img > .avatar-label > div {
  text-overflow: ellipsis;
  overflow: hidden;
}
.filelistsmart-container {
  position: relative;
}
.filelistsmart-container > .filelistsmart {
  display: none;
}
.filelistsmart-container > .container {
  min-height: 120px;
  border: 1px solid #DDDFE1;
  background: #F7F7F7;
  border-radius: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.filelistsmart-container > .container > .dd-label {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  font-size: 1rem;
  color: #969696;
}
.filelistsmart-container > .container.bg-help {
  background-image: url('../images/upload_file.svg');
  background-position: center 24px;
  background-size: 60px;
  background-repeat: no-repeat;
}
.filelistsmart-container > .container.dragover {
  border: 2px dashed #66cc00;
  margin: -1px;
}
.filelistsmart-container > .container > .spinner {
  background: rgba(255, 255, 255, 0.75) url('../images/spinner.gif') no-repeat 50% 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.filelistsmart-container > .container > .fl-item {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 5px;
  border: 1px solid #bbbfc3;
  background-color: white;
  display: inline-block;
  margin: 5px 5px 0 5px;
  background-position: center !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-image: url('../images/spinner.gif');
}
.filelistsmart-container > .container > .fl-item > .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
}
.filelistsmart-container > .container > .fl-item.thumb-image-loaded {
  background-size: contain !important;
}
.filelistsmart-container > .container > .fl-item > .mark {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
}
.filelistsmart-container > .container > .fl-item > .mark.success {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.filelistsmart-container > .container > .fl-item > .mark.error {
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  background: none;
}
.filelistsmart-container > .container > .fl-item > .remove {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  border: 2px solid black;
  background-color: red;
  background-image: url('../images/icons/png/delete.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.filelistsmart-container > .container > .fl-item > .progressbar {
  width: 0%;
  height: 10px;
  position: absolute;
  bottom: 0;
  background: green;
  border-radius: 2px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.filelistsmart-container > .container > .fl-item > .label {
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
  border-radius: 0 0 4px 4px;
  white-space: nowrap;
  box-sizing: border-box;
  color: black;
  font-size: 0.9em;
}
.filelistsmart-container > .help-container {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.filelistsmart-container > .help-container > .upload-link {
  width: 100%;
  font-size: 1em;
  margin: 0.5rem 0;
  display: block;
  color: #1272dc;
  text-decoration: underline;
}
/* presenters */
input[type=text].note-text {
  padding: 1px 0 0 4px;
  border: 1px solid #D8D8D9;
}
input[type=text].note-text-short {
  padding: 1px 17px 0 4px;
  border: 1px solid #D8D8D9;
  float: left;
  cursor: pointer;
}
.note-textarea {
  position: absolute;
  margin-right: 27px;
  right: 0;
  resize: vertical;
  border-color: #B4233B;
  z-index: 10;
}
.note-button {
  float: left;
  margin-top: 2px;
  margin-left: -17px;
  padding-left: 2px;
  border-left: 1px solid #D8D8D9;
  cursor: pointer;
}
.building-photo-container {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #DDDFE1;
}
.building-photo-container .uploader {
  width: 50px;
  height: 50px;
  background-color: black;
  background-image: url('../../images/icons/png/attach.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px solid #DDDFE1;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.building-photo-container .photo {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.building-photo-container .placeholder {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url('../../images/bg-image-pudorys.jpg');
  background-size: 100%;
  background-position: center;
}
.rights table th {
  vertical-align: middle;
}
.rights table td {
  border: 1px solid #D8D8D9;
}
.rights .checks-container {
  white-space: nowrap;
}
.rights .checks-container > .right-icon {
  width: 13px;
  height: 13px;
  position: relative;
  display: inline-block;
  margin-left: -6px;
  top: 5px;
  background-size: contain;
}
