/* zakladni pomocne tridy a mixiny */
/*


$font-size-small:

$font-size-h1:
$font-size-h2:
$font-size-h3:
$font-size-h4:
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,latin-ext);
.p-relative {
  position: relative !important; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.mx-auto {
  margin: 0 auto !important; }

.text-decoration-none {
  text-decoration: none !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

.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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 842;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.25;
  filter: alpha(opacity=25); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 843;
  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: 845; }

.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: 844; }

.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: 10046;
  -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: transparent; }

.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; }

/* CUSTOMIZING*/
.mfp-close, .mfp-close-btn-in .mfp-close {
  color: #000;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
  filter: alpha(opacity=100); }

/* main container styles */
div.drum-wrapper {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

div.drum-wrapper .inner {
  position: relative;
  overflow: hidden; }

div.drum-wrapper div.container {
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0px;
  -webkit-perspective: 1100px;
  -moz-perspective: 1100px;
  -o-perspective: 1100px;
  perspective: 1100px; }

div.drum-wrapper,
div.drum-wrapper .inner {
  height: 120px; }

.outside div.drum-wrapper {
  height: 140px; }

.outside div.drum-wrapper .inner {
  top: 12px; }

.outside div.drum-wrapper .container {
  top: 46px; }

/* dail styles for mouse controls */
div.drum-wrapper .dial {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.7);
  display: none; }

.outside div.drum-wrapper .dial {
  height: 58px; }

div.drum-wrapper .dial div {
  width: 20px;
  height: 10px;
  margin: 0 auto; }

div.drum-wrapper .dial svg {
  position: absolute; }

div.drum-wrapper .up {
  top: 0px; }

div.drum-wrapper .up svg {
  top: 2px; }

div.drum-wrapper .down {
  bottom: 0px; }

div.drum-wrapper .down svg {
  bottom: 2px; }

/* actual drum styles */
div.drum {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

div.drum .figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 20px;
  color: black;
  margin: 0px;
  padding: 0px 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: left; }

div.drum-wrapper div.container, div.drum-wrapper .figure {
  height: 25px;
  line-height: 25px; }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.9
 *
 * Included libraries:
 *   DataTables 1.10.9
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  padding-left: 35px; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

/*
 * 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: #726460;
  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: #D51F37; }

.dropzone-previews {
  clear: both;
  padding-bottom: 15px; }

#drop, .drop-button {
  float: right;
  box-sizing: border-box;
  display: block;
  width: 25%;
  margin-bottom: 10px;
  text-align: center;
  font-style: italic;
  font-size: 15px;
  border-radius: 30px;
  cursor: pointer; }
  #drop .icon-attach, .drop-button .icon-attach {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: #726460;
    background-position: center;
    border-radius: 25px; }
  #drop.dz-drag-hover, .drop-button.dz-drag-hover {
    border: 1px solid #DDDFE1;
    box-shadow: 0 0 3px #D51F37; }

#drop2 {
  box-sizing: border-box;
  display: block;
  text-align: left;
  font-style: italic;
  font-size: 15px;
  border-radius: 30px;
  cursor: pointer; }
  #drop2 .icon-attach {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: #726460;
    background-position: center;
    border-radius: 25px; }
  #drop2.dz-drag-hover {
    border: 1px solid #DDDFE1;
    box-shadow: 0 0 3px #D51F37; }

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */ }

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */ }

/*fonts import*/
/*font-family: 'Roboto', sans-serif;*/
/* layout - grid */
body {
  min-width: 1210px; }

.wrap {
  width: 100%;
  position: relative;
  overflow: hidden; }

.page--home {
  background: #F6F2F2; }
  .page--home .main {
    min-height: calc(100vh - 70px - 190px);
    /*70px = head, 190px = foot*/ }
    .page--home .main__container {
      padding: 0; }

.main__container {
  min-width: 1170px;
  max-width: 93%;
  margin: auto;
  padding: 80px 0; }
  .main__container:before, .main__container:after {
    content: " ";
    display: table; }
  .main__container:after {
    clear: both; }

.content {
  position: relative; }
  .content--sidebar {
    float: right;
    width: 87.17949%; }

.sidebar {
  float: left;
  width: 12.82051%;
  padding: 15px 0 0 0; }

.section {
  margin: 0 0 15px 0; }
  .section:before, .section:after {
    content: " ";
    display: table; }
  .section:after {
    clear: both; }
  .section > .label {
    cursor: pointer;
    user-select: none; }
    .section > .label > h2 {
      display: inline-block; }
    .section > .label > .arrow {
      display: inline-block;
      width: 19px;
      height: 19px;
      background-image: url("../images/sort_desc.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: relative;
      top: 0; }
  .section > .content {
    display: none; }

.col-left {
  width: 45%;
  float: left; }
  .col-left--wide {
    width: 62%; }
  .col-left--narrow {
    width: 35%; }

.col-right {
  width: 45%;
  float: right; }
  .col-right--wide {
    width: 62%; }
  .col-right--narrow {
    width: 35%; }

.col-1-3 {
  width: 33%;
  float: left; }
  .col-1-3--wide {
    width: 62%; }
  .col-1-3--narrow {
    width: 35%; }

.col-2-3 {
  width: 33%;
  float: left; }
  .col-2-3--wide {
    width: 62%; }
  .col-2-3--narrow {
    width: 35%; }

.col-3-3 {
  width: 33%;
  float: left; }
  .col-3-3--wide {
    width: 62%; }
  .col-3-3--narrow {
    width: 35%; }

.bg-red {
  background-color: red; }

.w1-px {
  width: 1px; }

.w7 {
  width: 7%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w30 {
  width: 30%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w75 {
  width: 75%; }

/* reset + zakladni obsahove prvky */
.lightbox {
  display: block;
  position: relative; }
  .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;
    background: #1A0505; }
  .lightbox img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    border: 1px solid #DDDFE1; }

.show {
  display: block !important; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden; }

.rounded img {
  border-radius: 50%; }

.photo .icon-add-photo {
  position: absolute;
  right: 0;
  bottom: 20px; }

.photo .lightbox {
  cursor: zoom-in; }

.photo .lightbox:after {
  display: none; }

.ajax-spinner {
  background: rgba(255, 255, 255, 0.75) url("../images/spinner.gif") no-repeat 50% 50%;
  font-size: 0;
  z-index: 998;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #1f1f20;
  line-height: 1.75;
  /*
    @media screen and (min-width: 1280px) {
        font-size: $font-size-middle;
    }
*/ }

a {
  color: #1f1f20;
  text-decoration: none; }
  a:hover {
    color: #726460;
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

h1 {
  margin: 10px 0 1em 0;
  font-size: 24px;
  font-weight: 300; }

h2 {
  margin: 1em 0;
  font-size: 20px;
  font-weight: 500; }

p {
  margin: 0 0 1em 0; }

.count {
  display: inline-block;
  background: #D51F37;
  color: #fff;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  margin: 0 10px;
  text-align: center;
  border-radius: 50%; }

.mandatory {
  display: inline-flex !important; }

.mandatory::after {
  content: " *";
  color: red;
  font-size: 12px;
  margin-left: 2px;
  display: inline-block; }

.negative {
  color: #D51F37; }

.positive {
  color: #4caf50; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.text-middle {
  font-size: 22px; }

.text-large {
  line-height: 1.2;
  font-size: 50px; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.links, .links__item {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none; }

.links {
  line-height: 1.6; }
  .links__link {
    text-decoration: underline;
    color: #726460; }
    .links__link:hover {
      color: #1A0505; }
    .links__link--active {
      color: #1A0505;
      font-weight: bold; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.datatable, table.dataTable {
  width: 100%;
  margin: 0 0 1em 0;
  line-height: 1.2; }
  .datatable tbody, table.dataTable tbody {
    border-bottom: 1px solid #DDDFE1; }
  .datatable--no-border tbody, .datatable.no-footer, table.dataTable--no-border tbody, table.dataTable.no-footer {
    border-bottom: 0; }
  .datatable thead, table.dataTable thead {
    background: #F7F7F7; }
    .datatable thead td, .datatable thead th, table.dataTable thead td, table.dataTable thead th {
      border-bottom: 0; }
    .datatable thead th, table.dataTable thead th {
      padding: 18px 15px 15px 15px; }
  .datatable tfoot, table.dataTable tfoot {
    font-weight: bold;
    font-size: 13px;
    background: #F6F2F2; }
  .datatable th, table.dataTable th {
    border-top: 1px solid #DDDFE1;
    padding: 18px 15px 15px 15px;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase; }
  .datatable thead td, .datatable tbody td, table.dataTable thead td, table.dataTable tbody td {
    vertical-align: top;
    border-top: 1px solid #DDDFE1;
    padding: 12px 14px 12px 14px;
    font-size: 110%; }
    .datatable thead td.input, .datatable tbody td.input, table.dataTable thead td.input, table.dataTable tbody td.input {
      padding: 3px 10px;
      vertical-align: middle; }
  .datatable a, table.dataTable a {
    text-decoration: underline; }
  .datatable tr:hover, table.dataTable tr:hover {
    background-color: #F7F7F7;
    transition: background 200ms; }
    .datatable tr:hover td.input, table.dataTable tr:hover td.input {
      background-color: #fff; }

.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%; }
  .plaintable td {
    padding: 10px; }

.button {
  display: block; }
  .button.inline {
    display: inline-block; }

.button:hover {
  cursor: pointer; }

.button .icon {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #8C8282;
  background-position: center;
  background-size: 50%; }

.button .icon-form {
  color: #FFFFFF;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #726460;
  background-position: center;
  background-size: 50%;
  border: 1px solid #726460;
  box-shadow: 0 1px 2px #D0D1D3;
  margin: 5px 0; }

input[type=text], input[type=password], input[type=email], input[type=search], input[type=file], input[type=submit], input[type=button], textarea, select {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0;
  padding: 9px 10px;
  border: 1px solid #DDDFE1;
  font-size: 12px;
  background-color: #F7F7F7; }

input[type=submit], input[type=button] {
  border: 1px solid #726460;
  background-color: #726460;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 1px 2px #d0d1d3;
  width: auto;
  border-radius: 3px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #726460 inset; }

input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important; }

input.input--enter, input.input--plus_add {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #F5F2F2;
  border: 0; }

input::-webkit-calendar-picker-indicator {
  display: none; }

textarea {
  resize: none; }
  textarea + .char-counter {
    text-align: left; }

select {
  padding: 5px 30px 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right;
  background-color: #fff;
  box-shadow: 0 1px 2px #d0d1d3; }

select::-ms-expand {
  display: none; }

label {
  padding-right: 0.5em; }

.field--mid {
  width: 240px; }

.filter {
  margin: 0 0 15px 0; }
  .filter:before, .filter:after {
    content: " ";
    display: table; }
  .filter:after {
    clear: both; }
  .filter__params {
    float: left; }
  .filter__buttons {
    float: right; }
  .filter__button {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 5px 0 0 5px;
    border: 1px solid #DDDFE1;
    border-radius: 3px;
    background-position: center; }

.datatable #drop, .datatable .drop-button {
  float: left;
  margin: 5px 0;
  width: auto; }

.checkbox {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 32px; }
  .checkbox.small {
    padding-left: 25px;
    line-height: 16px;
    font-size: 14px; }
    .checkbox.small > span {
      top: -2px;
      width: 16px;
      height: 16px; }
      .checkbox.small > span:after {
        content: '\2714';
        left: 2px;
        width: 5px;
        height: 10px;
        position: absolute;
        font-size: 16px;
        transform: translate(3px, 5px) scale(0); }
  .checkbox > input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer; }
  .checkbox > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background-color: #FFF;
    box-shadow: 0 1px 2px #d0d1d3;
    border: 1px solid #DDDFE1; }
    .checkbox > span:after {
      content: '\2714';
      top: 1px;
      left: 9px;
      width: 5px;
      height: 10px;
      position: absolute;
      font-size: 20px;
      font-weight: 100;
      transform: translate(6px, 10px) scale(0);
      transition: all 0.15s; }

.checkbox > input:checked ~ span:after {
  transform: translate(0, 0) scale(1); }

/*.checkbox {
    padding: 5px 0;
    position: relative;
    
    &-inline {
		display: inline-block;
		width: 48%;
		vertical-align: top;
    }

    [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

    [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
        cursor: pointer;
    }

    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
        content: '';
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 10px 0 0;
        border: 1px solid $color-border;
        box-shadow: 0 1px 2px #d0d1d3;
        vertical-align: middle;
    }

    [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
        content: '\2714';
        position: absolute;
        top: 8px;
        left: 8px;
        font-size: 24px;
        font-weight: 100;
        color: #000;
        transition: all .2s;
    }

    [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0);
    }
	
    [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1);
    }

    [type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
        border-color: #bbb;
        background-color: #ddd;
    }
}*/
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.d-inline-block {
  display: inline-block !important; }

/* UI komponenty*/
.icon {
  display: inline-block; }

.icon-down {
  width: 8px;
  height: 5px; }

.home__menu .icon {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px auto; }

.icon-star-off, .icon-star-on {
  width: 50px;
  height: 41px;
  margin-bottom: 15px;
  background-position: center; }

.icon-add-photo {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #6F6460;
  background-position: center;
  border-radius: 50%; }

.head {
  background: #726460; }
  .head__container {
    position: relative;
    max-width: 1170px;
    margin: auto; }
    .head__container:before, .head__container:after {
      content: " ";
      display: table; }
    .head__container:after {
      clear: both; }
  .head__logo {
    float: left;
    width: 120px;
    height: 46px;
    overflow: hidden;
    text-indent: -9999px;
    padding: 12px 0 20px 0;
    background-position: 0 12px; }
  .head__status {
    position: absolute;
    left: 150px;
    top: 0;
    width: 106px;
    height: 120px;
    background-color: #1B0C0D;
    background-position: 50% 8px;
    text-align: center; }
    .head__status a {
      display: block;
      margin: 85px 0 0 0;
      font-size: 13px;
      text-transform: uppercase;
      text-decoration: none !important;
      color: #fff; }
      .head__status a:hover {
        color: #D51F37; }
    .head__status__name {
      display: block;
      margin: 85px 0 0 0;
      font-size: 13px;
      text-transform: uppercase;
      color: #fff; }
    .head__status__count {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 4px;
      border-radius: 12px;
      background-color: #ffa500;
      text-align: center;
      line-height: 24px;
      color: #fff; }
  .head__fd {
    position: absolute;
    left: 256px;
    top: 0;
    width: 106px;
    height: 120px;
    background-color: #8C8282;
    background-position: 50% 8px;
    text-align: center;
    /**/ }
    .head__fd a {
      display: block;
      margin: 74px 0 0 0;
      font-size: 13px;
      text-transform: uppercase;
      text-decoration: none !important;
      color: #fff; }
      .head__fd a:hover {
        color: #D51F37;
        display: block; }
    .head__fd__name {
      display: block;
      margin: 74px 0 0 0;
      font-size: 13px;
      text-transform: uppercase;
      color: #fff; }
    .head__fd__count {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-left: 4px;
      border-radius: 12px;
      background-color: #4caf50;
      text-align: center;
      line-height: 24px;
      color: #fff; }
  .head__eshop {
    position: absolute;
    left: 362px;
    top: 0;
    width: 106px;
    height: 120px;
    background-color: #8C8282;
    background-position: center 22%;
    background-size: 55%;
    text-align: center;
    /**/ }
    .head__eshop a {
      display: block;
      margin: 85px 0 0 0;
      font-size: 13px;
      text-transform: uppercase;
      text-decoration: none !important;
      color: #fff; }
      .head__eshop a:hover {
        color: #D51F37;
        display: block; }
    .head__eshop__name {
      display: block;
      margin: 85px 0 0 0;
      font-size: 13px;
      text-transform: uppercase;
      color: #fff; }

.nav {
  float: left;
  margin: 24px 0 0 250px; }
  .nav__list, .nav__item {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none; }
  .nav__list {
    width: 660px;
    display: table; }
  .nav__item {
    display: table-cell;
    text-align: center; }
  .nav__link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase; }
    .nav__link:hover {
      text-decoration: underline;
      color: #fff; }

.page--unlogged .nav__item {
  text-align: right; }

.user {
  float: right;
  margin: 5px 0 0 0; }
  .user__expand {
    text-decoration: none; }
  .user__login {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin: 13px 0 0 0; }
    .user__login:hover {
      color: #fff;
      text-decoration: underline; }
  .user__name {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline; }
  .user__menu {
    display: none;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 100%;
    width: 220px;
    background: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    font-size: 12px; }
  .user--expanded .user__menu {
    display: block; }
  .user--expanded .user__expand .icon {
    transition: all 200ms;
    transform: rotate(-180deg); }
  .user__block {
    margin: 0 15px;
    padding: 10px 0;
    border-top: 1px solid #EBEBEB; }
  .user__img {
    display: inline-block;
    margin: 0 0 0 15px;
    border-radius: 50%;
    vertical-align: middle; }
  .user__link {
    font-weight: bold; }

.user-photo {
  text-align: center;
  font-size: 13px; }
  .user-photo__link {
    display: block;
    text-decoration: underline; }
  .user-photo__img {
    position: relative; }
    .user-photo__img img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0 0 6px 0;
      border-radius: 50%; }
    .user-photo__img:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(110, 100, 96, 0.75);
      border-radius: 50%;
      background-position: 0 65%;
      background-size: 45%; }

.foot {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 30px;
  padding: 0 20px;
  background: #1A0505;
  font-size: 13px;
  color: #fff;
  transition: all 500ms; }
  .foot:hover {
    max-height: 40px; }
  .foot__container {
    max-width: 1110px;
    margin: auto;
    padding: 30px; }
    .foot__container:before, .foot__container:after {
      content: " ";
      display: table; }
    .foot__container:after {
      clear: both; }
  .foot__toggle {
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-color: #6E6460;
    background-position: center;
    border-radius: 25px;
    transition: all 500ms;
    cursor: pointer; }
  .foot__newtask {
    position: absolute;
    left: 93%;
    top: -82px;
    margin-left: -25px;
    width: 106px;
    height: 106px;
    background-color: #FF6D24;
    background-position: center;
    background-size: 50%;
    border-radius: 53px;
    transition: all 500ms;
    cursor: pointer; }
  .foot.foot--expanded {
    max-height: 300px; }
    .foot.foot--expanded .foot__toggle {
      transform: rotate(-180deg); }
  .foot__col {
    width: 25%;
    float: left; }
  .foot__col-third {
    width: 33%;
    float: left; }
  .foot h3 {
    margin: 0 0 10px 0;
    color: #726460;
    text-transform: uppercase;
    font-weight: normal; }
  .foot a {
    color: #fff;
    text-decoration: underline; }
    .foot a:hover {
      color: #726460; }
  .foot ul, .foot li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none; }
  .foot li {
    padding: 0 0 0 14px;
    background-position: 0 0.6em; }

.page--home .foot {
  position: relative;
  max-height: none; }
  .page--home .foot__toggle {
    display: none; }

.page--unlogged .foot {
  position: relative;
  max-height: none;
  padding: 40px 0 0 0; }
  .page--unlogged .foot__container {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    margin-left: -585px;
    background: #1A0505; }
  .page--unlogged .foot__img {
    display: block;
    width: 100%;
    height: auto; }
  .page--unlogged .foot__toggle {
    display: block;
    transform: rotate(-180deg); }
  .page--unlogged .foot.foot--expanded .foot__img {
    display: none; }
  .page--unlogged .foot.foot--expanded .foot__container {
    position: static;
    margin-left: auto; }
  .page--unlogged .foot.foot--expanded .foot__toggle {
    transform: rotate(0deg); }

.pagination, .content .dataTables_wrapper .dataTables_paginate {
  margin-top: -3px;
  text-align: right; }
  .pagination__arrow, .pagination .paginate_button, .pagination .paginate_button.previous, .pagination .paginate_button.next, .content .dataTables_wrapper .dataTables_paginate__arrow, .content .dataTables_wrapper .dataTables_paginate .paginate_button, .content .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .content .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: top;
    background-color: #1F1F20;
    background-position: center;
    border: 0;
    border-radius: 3px;
    color: #fff !important; }
    .pagination__arrow--prev, .pagination__arrow .prev, .pagination .paginate_button--prev, .pagination .paginate_button .prev, .pagination .paginate_button.previous--prev, .pagination .paginate_button.previous .prev, .pagination .paginate_button.next--prev, .pagination .paginate_button.next .prev, .content .dataTables_wrapper .dataTables_paginate__arrow--prev, .content .dataTables_wrapper .dataTables_paginate__arrow .prev, .content .dataTables_wrapper .dataTables_paginate .paginate_button--prev, .content .dataTables_wrapper .dataTables_paginate .paginate_button .prev, .content .dataTables_wrapper .dataTables_paginate .paginate_button.previous--prev, .content .dataTables_wrapper .dataTables_paginate .paginate_button.previous .prev, .content .dataTables_wrapper .dataTables_paginate .paginate_button.next--prev, .content .dataTables_wrapper .dataTables_paginate .paginate_button.next .prev {
      margin-right: 20px; }
    .pagination__arrow--next, .pagination__arrow .next, .pagination .paginate_button--next, .pagination .paginate_button .next, .pagination .paginate_button.previous--next, .pagination .paginate_button.previous .next, .pagination .paginate_button.next--next, .pagination .paginate_button.next .next, .content .dataTables_wrapper .dataTables_paginate__arrow--next, .content .dataTables_wrapper .dataTables_paginate__arrow .next, .content .dataTables_wrapper .dataTables_paginate .paginate_button--next, .content .dataTables_wrapper .dataTables_paginate .paginate_button .next, .content .dataTables_wrapper .dataTables_paginate .paginate_button.previous--next, .content .dataTables_wrapper .dataTables_paginate .paginate_button.previous .next, .content .dataTables_wrapper .dataTables_paginate .paginate_button.next--next, .content .dataTables_wrapper .dataTables_paginate .paginate_button.next .next {
      margin-left: 20px; }
    .pagination__arrow.current, .pagination .paginate_button.current, .pagination .paginate_button.previous.current, .pagination .paginate_button.next.current, .content .dataTables_wrapper .dataTables_paginate__arrow.current, .content .dataTables_wrapper .dataTables_paginate .paginate_button.current, .content .dataTables_wrapper .dataTables_paginate .paginate_button.previous.current, .content .dataTables_wrapper .dataTables_paginate .paginate_button.next.current {
      background-image: none;
      background-color: #726460;
      color: #fff !important; }
    .pagination__arrow:hover, .pagination .paginate_button:hover, .pagination .paginate_button.previous:hover, .pagination .paginate_button.next:hover, .content .dataTables_wrapper .dataTables_paginate__arrow:hover, .content .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .content .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .content .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
      background-image: none;
      background-color: #726460;
      border: 0; }
  .pagination .paginate_button.previous, .content .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 20px; }
  .pagination .paginate_button.next, .content .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-left: 20px; }
  .pagination .paginate_button.previous, .pagination .paginate_button.next, .content .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .content .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    overflow: hidden;
    text-indent: -9999px; }
  .pagination input, .content .dataTables_wrapper .dataTables_paginate input {
    width: 45px;
    margin: 0 8px 0 0;
    text-align: center;
    vertical-align: middle; }

.popup {
  margin: auto;
  position: relative; }
  .popup h2 {
    margin: 10px 10px 1em 10px;
    font-size: 24px;
    font-weight: 300; }
  .popup--alert {
    max-width: 500px;
    padding: 20px;
    background: #726460;
    color: #fff; }
  .popup--form {
    max-width: 600px;
    padding: 20px;
    background: #fff; }
  .popup .datatable {
    table-layout: fixed; }
  .popup .datatable td.input:first-child {
    width: 25%; }

.xdsoft_datetimepicker {
  z-index: 11000; }

.sidebar .subnav {
  max-width: 120px; }

.subnav {
  text-align: center; }
  .subnav__list, .subnav__item {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none; }
  .subnav__cat {
    border-top: 1px solid #434344;
    margin-top: 0.5rem; }
    .subnav__cat > .arrow {
      width: 100%;
      height: 19px;
      background-image: url("../images/sort_desc.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      cursor: pointer;
      user-select: none; }
    .subnav__cat > .label {
      text-align: center;
      color: #434344;
      margin-bottom: 0.5rem;
      display: block;
      font-weight: 700;
      font-size: 1rem;
      cursor: pointer;
      user-select: none; }
  .subnav__item {
    margin-bottom: 10px;
    display: none; }
    .subnav__item.visible {
      display: initial; }
    .subnav__item .icon {
      display: block;
      width: 72px;
      height: 72px;
      margin: 0 auto 2px auto;
      border-radius: 36px;
      background-color: #8C8282;
      background-position: center;
      transition: all 200ms;
      background-size: 50%; }
    .subnav__item .text {
      color: white;
      font-size: 25px;
      padding-top: 12px; }
  .subnav__link {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #A8A8A8;
    text-decoration: none; }
    .subnav__link:hover {
      color: #1A0505;
      text-decoration: none; }
      .subnav__link:hover .icon {
        background-color: #1A0505; }
    .subnav__link--active {
      color: #1A0505;
      font-size: 19px; }
      .subnav__link--active .icon {
        width: 106px;
        height: 106px;
        border-radius: 53px;
        background-color: #1A0505;
        background-size: 50%; }
      .subnav__link--active .text {
        color: white;
        font-size: 37px;
        padding-top: 20px; }

.subnav-colored {
  text-align: center;
  max-width: 120px; }
  .subnav-colored > .list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none; }
    .subnav-colored > .list > .item {
      margin-bottom: 10px;
      display: none; }
      .subnav-colored > .list > .item.visible {
        display: initial; }
      .subnav-colored > .list > .item > .link {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        color: #1A0505 !important; }
        .subnav-colored > .list > .item > .link > .icon {
          width: 72px;
          height: 72px;
          border: 5px solid black;
          border-radius: 100%;
          background: none;
          position: relative;
          margin: 2px;
          display: block; }
          .subnav-colored > .list > .item > .link > .icon.red {
            border-color: red; }
          .subnav-colored > .list > .item > .link > .icon.green {
            border-color: green; }
          .subnav-colored > .list > .item > .link > .icon.black {
            border-color: black; }
          .subnav-colored > .list > .item > .link > .icon > .text {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            font-size: 30px;
            text-decoration: none; }
          .subnav-colored > .list > .item > .link > .icon:hover {
            border-width: 7px;
            margin: 0;
            transition: 0.15s; }
        .subnav-colored > .list > .item > .link:hover {
          text-decoration: none; }
        .subnav-colored > .list > .item > .link.active > .icon.red {
          background-color: red; }
        .subnav-colored > .list > .item > .link.active > .icon.green {
          background-color: green; }
        .subnav-colored > .list > .item > .link.active > .icon.black {
          background: black; }
        .subnav-colored > .list > .item > .link.active > .icon > .text {
          color: white; }

.grid {
  margin: 30px 0; }
  .grid__item {
    display: inline-block;
    width: 33%;
    overflow: hidden;
    vertical-align: top;
    margin: 0 0 40px 0;
    line-height: 1.4; }
    .grid__item h3 {
      margin: 5px 0 0 0;
      font-size: 18px; }
    .grid__item__iconrow {
      display: inline-flex; }
    .grid__item__ico.sm {
      width: 30px; }
    .grid__item__ico.tiny {
      width: 23px; }
    .grid__item__ico {
      width: 72px;
      float: left; }
      .grid__item__ico .icon {
        width: 72px;
        height: 72px;
        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: 36px;
        background-color: #6E6460;
        background-position: center;
        background-size: 65%; }
      .grid__item__ico .icon-tiny {
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 9px;
        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-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; }
  .grid__itemdoc {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    vertical-align: top;
    margin: 0 0 20px 0;
    line-height: 1.4; }
    .grid__itemdoc h3 {
      margin: 5px 0 0 0;
      font-size: 18px; }
    .grid__itemdoc__ico {
      width: 45px;
      float: left; }
      .grid__itemdoc__ico .icon {
        width: 45px;
        height: 45px;
        border-radius: 25px;
        background-color: #6E6460;
        background-position: center;
        background-size: 65%; }
      .grid__itemdoc__ico .icon-sm {
        width: 25px;
        height: 25px;
        border-radius: 36px;
        background-color: #6E6460;
        background-position: center;
        background-size: 65%; }
      .grid__itemdoc__ico .icon-dark {
        background-color: #1A0505; }
      .grid__itemdoc__ico .icon + span {
        display: block;
        text-align: center;
        font-size: 15px; }
      .grid__itemdoc__ico .icon-file-pdf {
        background-color: #C20F12; }
        .grid__itemdoc__ico .icon-file-pdf + span {
          color: #C20F12; }
      .grid__itemdoc__ico .icon-file-img {
        background-color: #208895; }
        .grid__itemdoc__ico .icon-file-img + span {
          color: #208895; }
      .grid__itemdoc__ico .icon-file-excel {
        background-color: #1D7044; }
        .grid__itemdoc__ico .icon-file-excel + span {
          color: #1D7044; }
      .grid__itemdoc__ico .icon-file-word {
        background-color: #2A5696; }
        .grid__itemdoc__ico .icon-file-word + span {
          color: #2A5696; }
    .grid__itemdoc__content {
      margin-left: 60px; }

.switch {
  position: absolute;
  right: 0;
  top: -7px;
  padding: 0 20px;
  text-align: center;
  line-height: 1.5; }
  .switch img {
    float: right;
    border-radius: 30px;
    margin-left: 20px; }
  .switch__title {
    font-size: 18px;
    font-weight: normal; }
  .switch__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300; }
  .switch__link {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 16px;
    height: 19px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left; }
    .switch__link--prev {
      left: 0; }
    .switch__link--next {
      right: 0; }

.curr-status {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: -20px;
  width: 225px;
  height: 225px;
  border-radius: 113px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
  background-position: 50% 15px;
  background-size: 25%; }
  .curr-status--negative {
    background-color: #D51F37; }
  .curr-status--positive {
    background-color: #4caf50; }
  .curr-status__value {
    display: block;
    padding-top: 100px;
    font-size: 35px; }

.curr-status-info {
  display: table-cell;
  vertical-align: middle;
  width: 225px;
  height: 225px;
  border-radius: 113px;
  color: #6e6460;
  background: #F6F2F2;
  text-align: center;
  line-height: 1.4;
  font-size: 17px; }

.chat {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 10px; }
  .chat__input {
    border: 1px solid #DDDFE1;
    border-radius: 30px;
    background-color: #F7F7F7; }
    .chat__input:before, .chat__input:after {
      content: " ";
      display: table; }
    .chat__input:after {
      clear: both; }
    .chat__input #drop {
      margin-top: 5px; }
    .chat__input textarea {
      width: 72%;
      float: left;
      height: 135px;
      outline: none;
      background: none;
      border: none;
      margin: 0;
      padding: 15px 15px 9px 15px; }
      .chat__input textarea + .char-counter {
        padding: 3px 0 0 15px;
        display: inline-block; }
    .chat__input input[type=submit] {
      float: right;
      display: block;
      width: 50px;
      height: 50px;
      background-color: transparent;
      background-position: top;
      border: 0;
      color: #726460;
      font-size: 15px;
      text-transform: none;
      box-shadow: none;
      margin-right: 5px;
      position: relative;
      bottom: -15px; }
  .chat__status {
    box-sizing: border-box;
    width: 85%;
    margin: 15px 0 35px 0;
    padding: 15px 20px 15px 100px;
    background-color: #1A0505;
    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__content {
      min-height: 60px;
      margin-right: 30px;
      clear: both;
      padding-left: 100px;
      padding-right: 20px;
      background-color: #F6F2F2;
      border: 1px solid #DDDFE1; }
    .chat__msg--in .chat__meta {
      margin-right: 30px; }
    .chat__msg--out .chat__content {
      min-height: 62px;
      margin-left: 30px;
      padding-left: 20px;
      padding-right: 100px;
      /*background: $color-brand-dark;*/
      background: #2A5696;
      color: #fff; }
    .chat__msg--out .chat__meta {
      margin-left: 30px; }
    .chat__msg--out .chat__img {
      left: auto;
      right: 5px; }
  .chat__meta {
    margin-bottom: 5px; }
  .chat__name {
    float: right;
    font-style: italic; }
  .chat__content {
    position: relative;
    box-sizing: border-box;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .chat__img {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px; }
    .chat__img img {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 25px; }

.knob {
  width: 132px;
  height: 160px;
  margin: auto;
  padding: 52px 40px 0 40px;
  background: url(../images/knob.png) no-repeat center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2; }
  .knob__value {
    display: block;
    font-size: 60px;
    font-weight: normal;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }

.fund {
  text-align: center; }
  .fund__item {
    display: inline-block;
    width: 140px;
    height: 140px;
    margin: 0 -20px;
    padding: 40px 20px 0 20px;
    border-radius: 105px;
    background-color: #726460;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    z-index: 2; }
    .fund__item strong {
      display: block;
      font-size: 35px;
      font-weight: normal;
      line-height: 1.2;
      padding-top: 20px; }
    .fund__item--alt {
      background-color: #F6F2F2;
      color: #726460;
      z-index: 1;
      width: 120px;
      height: 120px;
      vertical-align: bottom; }
      .fund__item--alt strong {
        padding-top: 0px; }
    .fund__item--negative {
      background-color: #D51F37;
      border: 0px solid #726460;
      color: #fff; }
    .fund__item--positive {
      background-color: #4caf50;
      border: 0px solid #726460;
      color: #fff; }
    .fund__item--fo {
      background-color: #2A5696;
      border: 0px solid #726460;
      color: #fff; }
    .fund__item a {
      color: #fff;
      text-decoration: underline; }
    .fund__item--icon {
      display: inline-block;
      border-radius: 105px;
      background-color: #8C8282;
      background-position: center;
      transition: all 200ms;
      background-size: 50%; }

.dataTables_length {
  width: 25%;
  margin-bottom: 10px; }
  .dataTables_length select {
    width: 50%;
    margin-left: 1em; }

.dataTables_filter {
  width: 33%;
  margin-bottom: 10px; }
  .dataTables_filter label {
    padding-right: 0; }
  .dataTables_filter input {
    width: 75%;
    margin: 0; }

.buttons-columnVisibility {
  position: relative; }
  .buttons-columnVisibility:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px; }

tr.clickable td:first-child {
  background-position: 5px 50%;
  padding-left: 30px; }

.datatable-alt thead, .datatable-alt thead tr:hover {
  background: #726460;
  color: #fff; }

.datatable-alt tbody {
  background-color: #F6F2F2; }

.datatable-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 2px auto;
  border-radius: 15px;
  background-color: #8C8282;
  background-position: center;
  transition: all 200ms;
  background-size: 50%; }

.pagination {
  margin: 0 20px; }

.datagrid {
  position: relative; }
  .datagrid > .header > .button {
    float: left;
    position: relative;
    font-size: 0.88em;
    white-space: nowrap;
    line-height: 1.75;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 3px;
    border: 1px solid #999;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    outline: none;
    vertical-align: middle;
    user-select: none;
    margin-top: 5px; }
    .datagrid > .header > .button:hover {
      border: 1px solid #666;
      background-color: #e0e0e0;
      background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%); }
    .datagrid > .header > .button:active {
      background-color: #e2e2e2;
      background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
      box-shadow: inset 1px 1px 3px #999999; }
  .datagrid > .header .filter {
    width: 25%;
    float: right;
    background-color: #F7F7F7;
    border-radius: 3px; }
  .datagrid .items {
    width: 100%;
    margin: 0 0 1em 0;
    line-height: 1.2;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 0; }
    .datagrid .items thead {
      background: #F7F7F7;
      color: #1f1f20; }
      .datagrid .items thead th {
        padding: 18px 15px 15px 15px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        font-size: 11px;
        border-top: 1px solid #DDDFE1;
        padding-left: 20px; }
        .datagrid .items thead th.sort-none {
          background: url("../images/components/datagrid/sort_both.png") no-repeat center left; }
        .datagrid .items thead th.sort-asc {
          background: url("../images/components/datagrid/sort_asc.png") no-repeat center left; }
        .datagrid .items thead th.sort-desc {
          background: url("../images/components/datagrid/sort_desc.png") no-repeat center left; }
        .datagrid .items thead th.sort-none, .datagrid .items thead th.sort-asc, .datagrid .items thead th.sort-desc {
          cursor: pointer; }
        .datagrid .items thead th.sort-disabled {
          cursor: default; }
    .datagrid .items tbody {
      border-bottom: 1px solid #DDDFE1; }
      .datagrid .items tbody tr {
        background: #ffffff; }
        .datagrid .items tbody tr:hover {
          background: #F7F7F7;
          transition: 200ms;
          cursor: pointer; }
        .datagrid .items tbody tr td {
          vertical-align: top;
          border-top: 1px solid #DDDFE1;
          font-size: 110%;
          padding: 12px 14px 12px 14px;
          text-align: left; }
  .datagrid .status {
    text-align: center; }
  .datagrid .paginator {
    margin-bottom: 10px;
    text-align: center;
    outline: none; }
    .datagrid .paginator .paginator-button {
      text-decoration: none;
      outline: none; }
      .datagrid .paginator .paginator-button.arrow-prev {
        margin-right: 20px; }
      .datagrid .paginator .paginator-button.arrow-next {
        margin-left: 20px; }
      .datagrid .paginator .paginator-button > button {
        outline: none;
        padding: 0.5em 1em;
        text-align: center;
        display: inline-block;
        min-width: 34px;
        height: 34px;
        vertical-align: top;
        background-color: #1F1F20;
        background-position: center;
        border: 0;
        border-radius: 3px;
        color: #FFF !important;
        margin-left: 2px; }
        .datagrid .paginator .paginator-button > button:hover, .datagrid .paginator .paginator-button > button.active {
          background: #726460; }
    .datagrid .paginator .dots {
      margin-left: 2px;
      font-size: 2em;
      vertical-align: top; }

.datagrid-columns-selector {
  position: fixed;
  padding: 8px 8px 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  min-width: 150px;
  z-index: 2002; }
  .datagrid-columns-selector > .column {
    cursor: pointer;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    float: none;
    margin-bottom: 4px;
    margin-right: 0;
    padding: 5px 10px 3px 10px;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 0.88em;
    color: black;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    user-select: none; }
    .datagrid-columns-selector > .column > span {
      padding-right: 25px; }
    .datagrid-columns-selector > .column:hover {
      border: 1px solid #666;
      background-color: #e0e0e0;
      background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%); }
    .datagrid-columns-selector > .column:active, .datagrid-columns-selector > .column.active {
      background-color: #dadada;
      background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
      box-shadow: inset 1px 1px 3px #666; }
      .datagrid-columns-selector > .column:active::after, .datagrid-columns-selector > .column.active::after {
        content: '';
        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%2016%2012%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%2216px%22%20height%3D%2212px%22%3E%20%3Cg%20id%3D%22Vrstva%25202%22%3E%20%20%3Cg%20id%3D%221450276885_visible%22%3E%20%20%20%3Cpath%20d%3D%22M%207.976%204.8306%20C%207.0516%204.8306%206.2994%205.5904%206.2994%206.5242%20C%206.2994%207.458%207.0516%208.2177%207.976%208.2177%20C%208.9005%208.2177%209.6527%207.458%209.6527%206.5242%20C%209.6527%205.5904%208.9005%204.8306%207.976%204.8306%20L%207.976%204.8306%20Z%22%20fill%3D%22%23231f20%22%2F%3E%20%20%20%3Cpath%20d%3D%22M%207.976%209.8629%20C%206.1505%209.8629%204.6707%208.3682%204.6707%206.5242%20C%204.6707%204.6803%206.1505%203.1855%207.976%203.1855%20C%209.8016%203.1855%2011.2814%204.6803%2011.2814%206.5242%20C%2011.2814%208.3682%209.8016%209.8629%207.976%209.8629%20L%207.976%209.8629%20ZM%207.976%202.0726%20C%203.5842%202.0726%200.024%206.5242%200.024%206.5242%20C%200.024%206.5242%203.5842%2010.9758%207.976%2010.9758%20C%2012.3679%2010.9758%2015.9281%206.5242%2015.9281%206.5242%20C%2015.9281%206.5242%2012.3679%202.0726%207.976%202.0726%20L%207.976%202.0726%20Z%22%20fill%3D%22%23231f20%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E"); }
    .datagrid-columns-selector > .column::after {
      content: '';
      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%2016%2012%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%2216px%22%20height%3D%2212px%22%3E%20%3Cg%20id%3D%22Vrstva%25201%22%3E%20%20%3Cg%20id%3D%221450276866_invisible%22%3E%20%20%20%3Cpath%20d%3D%22M%204.9911%207.3097%20C%204.7883%206.9055%204.6747%206.454%204.6747%205.9774%20C%204.6747%204.2499%206.1635%202.8495%208%202.8495%20C%208.5068%202.8495%208.9867%202.9564%209.4164%203.1472%20L%204.9911%207.3097%20L%204.9911%207.3097%20ZM%2012.7622%200%20L%2010.418%202.205%20C%209.6551%201.9593%208.8429%201.8068%208%201.8068%20C%203.5817%201.8068%200%205.9773%200%205.9773%20C%200%205.9773%201.359%207.5584%203.4348%208.7737%20L%201.1634%2010.9101%20L%202.322%2012%20L%2013.921%201.0899%20L%2012.7622%200%20L%2012.7622%200%20Z%22%20fill%3D%22%23231f20%22%2F%3E%20%20%20%3Cpath%20d%3D%22M%2012.9749%203.4303%20L%2011.1935%205.1059%20C%2011.2787%205.3826%2011.3253%205.6748%2011.3253%205.9774%20C%2011.3253%207.705%209.8365%209.1052%208%209.1052%20C%207.6783%209.1052%207.3677%209.0614%207.0737%208.9813%20L%206.0978%209.8992%20C%206.7075%2010.0556%207.3445%2010.1479%208%2010.1479%20C%2012.4183%2010.1479%2016%205.9774%2016%205.9774%20C%2016%205.9774%2014.818%204.6016%2012.9749%203.4303%20L%2012.9749%203.4303%20Z%22%20fill%3D%22%23231f20%22%2F%3E%20%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      width: 16px;
      height: 12px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -6px; }

.datagrid-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2001;
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); }

.select2 {
  box-shadow: 0 1px 2px #d0d1d3;
  margin: 5px 0 !important;
  font-size: 12px !important; }

.select2-selection, .select2-dropdown {
  border-radius: 0 !important;
  border: 1px solid #DDDFE1 !important; }

.select2-selection__arrow {
  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%2020%206%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%2220px%22%20height%3D%226px%22%3E%20%3Cg%20id%3D%22Vrstva%25201%22%3E%20%20%3Cpath%20id%3D%22select%22%20d%3D%22M%209.999%201%20L%205.999%205%20L%206%205%20L%205%206%20L%200%201%20L%201%200%20L%204.999%204%20L%209%200%20L%209.999%201%20L%209.999%201%20Z%22%20fill%3D%22%231f1f20%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right; }
  .select2-selection__arrow > b {
    display: none; }

.select2-container {
  z-index: 850; }

.select2-container--default.select2-container .select2-selection--multiple {
  border: 1px solid #DDDFE1;
  background-color: #F7F7F7;
  border-radius: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #726460; }

#drum_circle-house .dial, #drum_circle-flat .dial {
  height: 120px;
  cursor: ns-resize;
  display: block !important;
  background: none; }

select.drum {
  margin: 130px 20px 0 20px;
  width: 260px;
  font-size: 16px; }

div.drum .figure {
  padding: 0; }

#drum_circle-house, #drum_circle-flat {
  width: 180px;
  margin-left: 120px;
  font-size: 15px;
  height: 300px; }
  #drum_circle-house .container, #drum_circle-flat .container {
    top: 126px; }
  #drum_circle-house .inner, #drum_circle-flat .inner {
    height: 300px; }
  #drum_circle-house .container, #drum_circle-house .figure, #drum_circle-flat .container, #drum_circle-flat .figure {
    height: 70px; }
  #drum_circle-house .figure .drum__item, #drum_circle-flat .figure .drum__item {
    height: 60px;
    line-height: 60px; }
  #drum_circle-house .figure .drum__item, #drum_circle-flat .figure .drum__item {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    background: #fff;
    margin: 5px 0;
    padding: 0 10px;
    cursor: pointer; }
    #drum_circle-house .figure .drum__item--0, #drum_circle-flat .figure .drum__item--0 {
      background: #000;
      color: #fff; }

.selected .drum__item {
  border: 1px solid #000000; }

.checkbox-row {
  position: relative; }
  .checkbox-row [type="checkbox"]:not(:checked), .checkbox-row [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .checkbox-row [type="checkbox"]:not(:checked) + label, .checkbox-row [type="checkbox"]:checked + label {
    cursor: pointer; }
  .checkbox-row [type="checkbox"]:not(:checked) + label:before, .checkbox-row [type="checkbox"]:checked + label:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    border: 1px solid #DDDFE1;
    box-shadow: 0 1px 2px #d0d1d3;
    vertical-align: middle; }
  .checkbox-row [type="checkbox"]:not(:checked) + label:after, .checkbox-row [type="checkbox"]:checked + label:after {
    content: '\2714';
    position: absolute;
    top: -2px;
    left: 8px;
    font-size: 24px;
    font-weight: 100;
    color: #000;
    transition: all .2s; }
  .checkbox-row [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .checkbox-row [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .checkbox-row [type="checkbox"]:disabled:not(:checked) + label:before, .checkbox-row [type="checkbox"]:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #ddd; }

.filelist-container {
  position: relative; }
  .filelist-container > .filelist {
    display: none; }
  .filelist-container > .container {
    min-height: 120px;
    border: 1px solid #DDDFE1;
    background: #F7F7F7;
    border-radius: 5px;
    display: block;
    position: relative;
    cursor: pointer; }
    .filelist-container > .container > .dd-label {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 20px;
      font-size: 1rem;
      color: #969696; }
    .filelist-container > .container.bg-help {
      background-image: url("../images/upload_file.svg");
      background-position: center 24px;
      background-size: 60px;
      background-repeat: no-repeat; }
    .filelist-container > .container.dragover {
      border: 2px dashed #66cc00;
      margin: -1px; }
    .filelist-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; }
    .filelist-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"); }
      .filelist-container > .container > .fl-item > .loading {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.6); }
      .filelist-container > .container > .fl-item.thumb-image-loaded {
        background-size: contain !important; }
      .filelist-container > .container > .fl-item > .mark {
        pointer-events: none;
        z-index: 1;
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        margin: -27px 0 0 -27px; }
        .filelist-container > .container > .fl-item > .mark.success {
          animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
        .filelist-container > .container > .fl-item > .mark.error {
          animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          background: none; }
      .filelist-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; }
      .filelist-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%); }
      .filelist-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;
        padding: 0 5px;
        box-sizing: border-box; }
  .filelist-container > .help-container {
    position: relative;
    display: block;
    width: 100%;
    text-align: center; }
    .filelist-container > .help-container > .upload-link {
      width: 100%;
      font-size: 0.8rem;
      margin: 0.5rem 0;
      display: block;
      color: #1272dc;
      text-decoration: underline; }

.home {
  max-width: 1170px;
  margin: auto;
  padding: 100px 0; }
  .home__container {
    position: relative;
    background: url(../images/home.png) no-repeat top; }
    .home__container:before, .home__container:after {
      content: " ";
      display: table; }
    .home__container:after {
      clear: both; }
  .home__col.activated .home__menu {
    opacity: 1; }
  .home__col--left {
    float: left;
    width: 635px; }
    .home__col--left .home__menu {
      text-align: right; }
      .home__col--left .home__menu .icon {
        background-color: #1A0505; }
  .home__col--right {
    float: right;
    width: 505px; }
    .home__col--right .home__menu .icon {
      background-color: #726460; }
    .home__col--right .home__menu h2 {
      color: #726460; }
  .home__menu {
    clear: both;
    padding: 40px 0 0 0;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.25;
    transition: opacity 500ms; }
    .home__menu .icon {
      background-position: center;
      border-radius: 50%; }
    .home__menu h2 {
      display: inline-block;
      vertical-align: top;
      margin: 10px 20px;
      font-size: 30px;
      text-transform: uppercase;
      font-weight: normal; }
    .home__menu ul, .home__menu li {
      margin: 0;
      padding: 0;
      list-style: none;
      background: none; }
    .home__menu ul {
      display: inline-block; }
    .home__menu li {
      display: inline-block;
      width: 80px;
      margin: 0 5px;
      text-align: center; }

.circle {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 103px;
  border-radius: 150px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  .circle .bckg1, .circle .bckg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .circle .bckg1 {
    z-index: 1;
    background: none; }
  .circle .bckg2.before {
    opacity: 0; }
  .circle .bckg2 {
    opacity: 1;
    z-index: 2;
    transition: all 500ms; }
  .circle .inside {
    position: relative;
    z-index: 10; }
  .circle--circle1 {
    border-radius: 150px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    float: right; }
    .circle--circle1 .bckg2 {
      background: url(../images/circle1.jpg); }
  .circle--circle2 {
    float: left; }
    .circle--circle2 .bckg2 {
      background: url(../images/circle2.jpg); }
    .circle--circle2 h2 {
      margin: 60px 0 7px 0;
      font-size: 30px;
      font-weight: normal;
      text-align: center;
      color: #fff; }
    .circle--circle2 .form__field {
      width: 220px;
      margin: auto; }
    .circle--circle2 input {
      border: 0;
      background-color: transparent;
      color: #fff;
      text-align: center;
      font-size: 15px;
      margin: 0 0 5px 0;
      padding: 5px;
      border: 1px solid #fff;
      border: 1px solid rgba(255, 255, 255, 0.25); }
      .circle--circle2 input::-webkit-input-placeholder {
        color: #fff; }
      .circle--circle2 input::-moz-placeholder {
        color: #fff; }
      .circle--circle2 input:-ms-input-placeholder {
        color: #fff; }
    .circle--circle2 input[type=submit] {
      display: block;
      width: 100%;
      margin: 25px 0 0 0;
      padding: 60px 0 0 0;
      background-position: top;
      border: 0;
      color: #F6F2F2;
      font-size: 15px;
      text-transform: none;
      box-shadow: none; }
    .circle--circle2 .home__enter {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8yNy8xNfpmQl0AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAH30lEQVRogdWabYxU1RnHf+fcO3fu3JnrArsaa4FEEXlptCj0Awq2FFCJNUAUilEspPWbadKUph9aY21tmhRM04amL1Lf+GBQIpBWpAI2gYq2SqFSYHkrogi2TcsuZ+fO3Jm59/TDvTvMzM7szswuS/xnZ3b3nnuf+//nOc95eZ4jtNaMBDylDGAOMAu4A5gOjAfS8S1Z4CxwBHgLeA/4s+O6wUi8XwxHiKeUJCK/hIj8TcCYJh/vAY4TidpKJCpsl0tbQjylXGAV8Chwc7svr8Eh4Bngecd1VasPtyzEU+prwOPApFZf1iROAT9yXPeFVh5qWoin1GTgF8A9tW1SSqxkErTG931GKO52AN90XPdEMzc3JcRTaimR2ztr2wzTJCyVOHrkMKZpMmXadLTWhGHb3b0S/wUedVx3y1A3DinEU2oNsLZem5QSrTUbf/cM7/71HQC+vGAh9694iCAIRsozAN9xXHfdYDfIwRo9pX5AAxEAppng/Llz/G3/u9i2TTKZ5K29e/jk/DkSiUR7lOtjbcylIRoK8ZT6NvDEoA9LycXeHgxDIoRACIFt20hpMHLOKOOJmFN9LvUuekotBgZ1JYCQgj6lCIIoHsIgIJNxcRwHrUckRmqxLuY2AAOEeEpdDzzXjFUhJNlsH2EYIoRAA9KQSEOOZHzU4rmYYxXqeeS3wNimTEqB53noqhFKxJ/LhrFEHKupVP7jKbUSWNCKVT+fJ7w83WgwLIi5llEW4inlAE+1ZC4MKRYLCFHpAR1/LjueijkD1R5ZDUxs1ooQAh2GlEqlGiGjholEnIFYiKeUCTzWqqUw1ASlEqIqJi57jFTisZh72SO3A1NbtaLRhKEeRd4DMJWIe1nIkrbM6FGLh8GwBEB6StnA3PZsXDlXVGCup5QtgZnAjW2ZEFHQX2Gn3AjMlER9rNntaRUEAiGq51QhRt1PY4DbJTC7XQtCiGg5Ur6iuULdbbYkyna0BSkFhmEwYKk7+lqmm0Qpm5ahtQYRCRkYInWUaI1hmiRTKdDg+3mCUqmdV9fDeJNLeafWIWS1RyJtdZGwLJRS7PnTbkzT5JYZt9F5zTUU8j6lUrFtCjHS5rAeF2AYJrrKJ2KAGMMw8H2fZ3/9Sw69f5CEmWDnta8ze85c7rjzi4zrupq8lyMM28/VSaIMYPsGpCwvUTTRZksgq6QlEglOnzrJse6jdHSMIZ3J0HPhf2zb/DLrfvxDdu/YjpSCpG23SyMridKYbUPI6uFXComQomoACMOQMWPGYts2vu8Dkbh0JkNPTw8vvfg863+2lvPnPsbJZNqhcVYS5WLbhih/AVojpUTWiCsUCnxm/HgeXLmKzq4uvGwfxWIUF/2Cjh7+Bz//6U/Y/5d3cNIZpDRaoXFEAm8PR4guf3FpqysHbjwLvs/sOXP57vefZPlDjzCusxMvmy3nv5x0hmy2jw2/Ws+2zS9jGBLLSjZL420T2EeUUG5rdq/c5modYllJ7HQawvDSvr38S9MxbhwL772PuV+axxuvb2fPm7vwfR8pJYmERRiG/GHrZs588E+WPfgw1153HTnPG4xCD7DPBPYDJ4nKAS0jCILyqGUYJupiL3t374q7jkZrjdaR4ECHhEFAqVgCoREIxnV28fHZj8pelFLipDMc+vsBPjzzAQ+v+jo3z7gVP59vROEksN90XDfvKbW3LSFaUywWEfFuwLIsPjl/nhc2/KbOnFix/RKXriSTSUxz4CzgOBn6Ll5k47MbWPO9x+nqurocVzXY67huvt/CVuBbrWgQQhCWArxstkxMa41hGKTbG3lqoLFtm97eHg4dPMBdi77SSMhWgH4h+4BuWtglaq0RUvLZCRMo7vEpWlbze3cddTlpGNHKoAGCMCQolUinM40Sft0x90iI47olT6n1wPpmhQD4+RzzFiykt+cC7x84EE+Gonqm7/9TxJ1LgCENMlddRdH3+c+//1V3XdNfnph/9yJunfWF8vxTg/WO65agIhsfp1aO0kImBaLlh2GYeF42HqU0OqxY2Mf2hRAgBJZlkUo5HO8+wpbNm/jozJmqGAnDEM/zGD9hIovvX8aMmbMoFgoEwYDly4fANMd1vSohsZiVwIutCOknealbif6fKmjATqXwczne2P4au3a8RqFQiApEMfL5HIZhcOe8BSy6bzEdHR3kcrlG6ddHHNfdWOZQe5On1E5azDYOBSEEKcfhxLFuXt30EieOd5NKOeUhNwwCvFyOGyZNYskDX+Vzt3yegu9TarzM3+W47sKqd9QRcj3R3NJc/rcJWJbFmzv/yO9f3UyhWMSuWBzm83ksy2L+XfewcNG9OOn0UBPgBWCm47qnKy8OGMAd1z3tKbWaeFgbLpLJJKdOnGDLK5uQcf0EoonUz+eZPHUqS5etYPLUafi53FAiAFbXiqgrBMBx3W1xyW3IGslQkFLS29tDqVQilUoBkM/lsFMpljywnPl3LyKZTOL19TVjbo3jutvqNTTcWDmu+3RcTx+0ajUUCoUCU6ZNY/KUKRw7fBgjLpguXb6CGybfFHkhl2vG1JOO6z7dqHFYxdBmkUgk6Ovr4+D+97BTNjNum0XStsk3JwCaKIYOuzzdLAzDIGnbaK2jmkpz5euRK0/3Y7ADA5cJI39goBKf+iMclYgHgdXANxjZQzUbgOdG5VBNJT71x5zq4UofPPs/YklQtqgmX+oAAAAASUVORK5CYII=");
      background-repeat: no-repeat; }

.page--unlogged .circle--circle1 {
  background-image: url(../images/circle1-unlogged.png); }

.page--unlogged .circle--circle2 {
  background: #726460; }

.help__list {
  display: none; }
  .help__list--active {
    display: block; }

.help__toggle {
  float: right;
  width: 24px;
  height: 24px;
  margin: 22px 0 0 10px;
  cursor: pointer;
  border-radius: 13px;
  line-height: 24px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-weight: bold; }
  .help__toggle:hover {
    color: #ffd200;
    border-color: #ffd200; }
  .help__toggle--active, .help__toggle--active:hover {
    background: #ffd200;
    color: #000; }

.help__toggleu {
  margin: 10px 0 0 20px; }

.help {
  position: absolute;
  z-index: 1000;
  left: 50%;
  box-sizing: border-box;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  width: 300px;
  background: #ffd200;
  background: rgba(255, 210, 0, 0.75);
  line-height: 1.4;
  text-align: center; }
  .help:before {
    content: "";
    position: absolute;
    bottom: -50px;
    border-width: 50px 24px 0 0;
    border-style: solid;
    border-color: #ffd200 transparent transparent transparent;
    border-color: rgba(255, 210, 0, 0.75) transparent transparent transparent;
    display: block;
    width: 0; }

.help--w400 {
  width: 400px; }

.help--w800 {
  width: 800px; }

.help--n10:before, .help--n25:before, .help--n50:before, .help--n75:before, .help--n90:before {
  top: -50px;
  bottom: auto;
  right: 80px;
  border-width: 0 0 50px 24px;
  border-style: solid;
  border-color: transparent transparent #ffd200 transparent;
  border-color: transparent transparent rgba(255, 210, 0, 0.75) transparent; }

.help--w:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 50px 0 0;
  border-color: #ffd200 transparent transparent transparent;
  border-color: rgba(255, 210, 0, 0.75) transparent transparent transparent; }

.help--n25:before, .help--s25:before {
  left: 25%; }

.help--n10:before, .help--s10:before {
  left: 10%; }

.help--n50:before, .help--s50:before {
  left: 50%;
  margin-left: -12px; }

.help--n75:before, .help--s75:before {
  left: 75%; }

.help--n90:before, .help--s90:before {
  left: 90%; }

.help--w:before {
  right: -50px;
  top: 25px; }

.help1 {
  top: 100px;
  margin-left: 250px; }

.help2 {
  top: 285px;
  margin-left: -420px; }

.help3 {
  top: 240px;
  margin-left: 110px; }

.help4 {
  top: 520px;
  margin-left: -120px; }

.help5 {
  top: 175px;
  margin-left: -460px; }

.help6 {
  top: 10px;
  margin-left: -360px; }

.help--dum1 {
  top: 40px;
  margin-left: -560px; }

.help--dum2 {
  top: 260px;
  margin-left: 280px; }

.help--zadost1 {
  top: 500px;
  margin-left: 0px;
  left: 80%; }

.help--zadost2 {
  top: 500px;
  left: 15%; }

.help--zadost3 {
  top: 75px;
  margin-left: -350px; }

.help--ucto1 {
  top: 470px;
  margin-left: -10px; }

.help--byt1 {
  top: 570px;
  margin-left: -560px; }

.help--tabulka1 {
  top: 110px;
  margin-left: -560px; }

.help--tabulka2 {
  top: 90px;
  margin-left: 260px; }

.help--tabulka3 {
  top: 350px;
  margin-left: -200px; }

.help--unsign1 {
  top: 260px;
  margin-left: 270px; }

.help--unsign2 {
  top: 90px;
  margin-left: 70px; }

.help--unsign3 {
  top: 500px;
  margin-left: -100px; }

.help--unsign4 {
  top: 220px;
  margin-left: 30px; }

.help--subj1 {
  top: 485px;
  margin-left: -500px; }

#table-scroll {
  height: 100%;
  width: 100%;
  overflow: auto; }

.taskright {
  display: inline-block;
  width: 70px;
  height: 100px;
  vertical-align: top;
  float: left; }
  .taskright__img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    width: 50px; }

/*
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 : 28.12.2017, 11:55:25
    Author     : Jindrich
*/
.tree ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 300px; }

.tree .item {
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid gray;
  line-height: 1.5em;
  margin: 0; }

.tree label {
  padding: 10px 20px;
  display: block; }

.tree input[type=radio]:checked + label {
  background-color: lightgray;
  display: block;
  font-weight: 700; }

.tree input[type=radio] {
  position: absolute;
  left: -9999px;
  top: -99999px; }

.tree .sub-tree .sub-tree {
  display: none;
  position: relative;
  padding: 0;
  margin: 0; }

.tree .sub-menu .sub-menu:after {
  content: '>';
  position: absolute;
  right: 20px;
  top: 1px;
  padding: 10px 0; }

.tree .sub-menu:hover > .sub-tree {
  display: block; }

.tree .sub-tree .sub-tree .sub-tree {
  position: absolute;
  left: 299px;
  top: 0; }

.subtree {
  text-align: center; }
  .subtree__list, .subtree__item {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none; }
  .subtree__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .subtree__item {
    margin-bottom: 10px;
    width: 50%; }
    .subtree__item .icon {
      display: block;
      width: 72px;
      height: 72px;
      margin: 0 auto 2px auto;
      border-radius: 36px;
      background-color: #8C8282;
      background-position: center;
      transition: all 200ms;
      background-size: 50%; }
    .subtree__item__cap {
      display: inline-flex; }
    .subtree__item span {
      display: inline-block;
      font-size: 36px;
      padding-top: 4px;
      width: 72px;
      height: 68px;
      margin: 0 auto 2px auto;
      border-radius: 36px;
      background-color: #8C8282;
      color: #ffffff;
      background-position: center;
      transition: all 200ms;
      background-size: 50%;
      text-align: center; }
  .subtree__link {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #A8A8A8;
    text-decoration: none; }
    .subtree__link:hover {
      color: #1A0505;
      text-decoration: none; }
      .subtree__link:hover .icon {
        background-color: #1A0505; }
    .subtree__link--active {
      color: #1A0505;
      font-size: 19px; }
      .subtree__link--active .icon {
        width: 106px;
        height: 106px;
        border-radius: 53px;
        background-color: #1A0505;
        background-size: 50%; }

.breadcrumb {
  text-align: center; }
  .breadcrumb__list, .breadcrumb__item {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none; }
  .breadcrumb__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .breadcrumb__item {
    font-size: 25px;
    margin-top: 12px;
    margin-bottom: 10px; }
    .breadcrumb__item .icon {
      display: block;
      width: 72px;
      height: 72px;
      margin: 0 auto 2px auto;
      border-radius: 36px;
      background-color: #8C8282;
      background-position: center;
      transition: all 200ms;
      background-size: 50%; }
    .breadcrumb__item__first {
      cursor: pointer; }
      .breadcrumb__item__first div {
        text-decoration: underline; }
    .breadcrumb__item__cap {
      display: inline-flex; }
      .breadcrumb__item__cap a {
        display: inline-block;
        font-size: 36px;
        padding-top: 4px;
        width: 72px;
        height: 68px;
        margin: 0 auto 2px auto;
        border-radius: 36px;
        background-color: #8C8282;
        color: #ffffff;
        background-position: center;
        transition: all 200ms;
        background-size: 50%;
        text-align: center; }
    .breadcrumb__item span, .breadcrumb__item a {
      display: inline-block;
      font-size: 36px;
      padding-top: 4px;
      width: 72px;
      height: 68px;
      margin: 0 auto 2px auto;
      border-radius: 36px;
      background-color: #8C8282;
      color: #ffffff;
      background-position: center;
      transition: all 200ms;
      background-size: 50%;
      text-align: center; }
    .breadcrumb__item div {
      display: inline-block;
      margin-left: 12px; }
  .breadcrumb__link {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #A8A8A8;
    text-decoration: none; }
    .breadcrumb__link:hover {
      color: #1A0505;
      text-decoration: none; }
      .breadcrumb__link:hover .icon {
        background-color: #1A0505; }
    .breadcrumb__link--active {
      color: #1A0505;
      font-size: 19px; }
      .breadcrumb__link--active .icon {
        width: 106px;
        height: 106px;
        border-radius: 53px;
        background-color: #1A0505;
        background-size: 50%; }

.category > .sub-tree {
  display: flex;
  flex-wrap: wrap; }
  .category > .sub-tree > .item {
    width: 33.333%;
    padding-right: 20px;
    box-sizing: border-box; }

.category ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.category label {
  display: inline-block;
  font-size: 25px;
  margin-top: 12px;
  margin-left: 12px;
  display: block;
  cursor: pointer;
  text-decoration: underline; }

.category .sub-tree .sub-tree {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap; }
  .category .sub-tree .sub-tree label {
    display: inline;
    font-size: 15px;
    margin-top: 5px;
    text-transform: none; }
  .category .sub-tree .sub-tree .item {
    box-sizing: border-box;
    padding: 5px 10px 5px 0; }

.category input[type=radio] {
  display: inline;
  position: absolute;
  left: -99999px;
  top: -99999px; }

.category input[type=radio]:checked + label {
  border-bottom: 1px solid blue;
  color: blue; }
