body {
  padding-top: 40px;
}
div.buttonList .button {
  margin-bottom: 0.75em;
}
.htw-container {
  padding: 20px 0;
}
a.anchor {
  height: 1px;
  position: absolute;
  right: 100%;
  top: -2.5em;
  width: 1px;
}
.anchorheader {
  position: relative;
}
.htw-core-announcement {
  border-radius: 0 !important;
  margin: 0 !important;
}
.htw-core-icons {
  background: #ffffff;
  padding: 10px;
  border-bottom: 1px solid #9a9a9a;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}
.htw-core-icons .sep {
  width: 10px;
  height: 5px;
  display: inline-flex;
}
.htw-core-icons .right.icons {
  margin-left: auto;
}
.ui.modal.SemanticKeyboardModal {
  width: 400px;
  margin-left: -200px;
}
.ui.readonly.input,
.ui.input input[readonly],
.ui.input textarea[readonly],
.ui.readonly.input:focus,
.ui.input input[readonly]:focus,
.ui.input textarea[readonly]:focus {
  background: #E8E8E8;
}
.ac-container {
  min-width: 300px;
  max-height: 250px;
  overflow-y: scroll;
  border: 1px solid #000000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.hidden {
  display: none;
}
.htw-core-icons .time.item {
  padding: 7px 0;
}
.htw-core-icons .analog-time.item .clock-face {
  stroke: #333;
  fill: white;
  stroke-width: 2;
}
.htw-core-icons .analog-time.item .major {
  stroke: #a1a1a1;
  stroke-width: 3;
}
.htw-core-icons .analog-time.item .hour {
  stroke: #000;
  stroke-width: 2;
}
.htw-core-icons .analog-time.item .minute {
  stroke: #000;
  stroke-width: 2;
}
.ui.dimmer {
  background: rgba(194, 195, 196, 0.91);
}
.ui.big.fluid.kasa-big.wood.button {
  font-size: 12px;
}
.ui.basic.modal,
.ui.basic.modal > .header {
  color: #000;
}
.ui.basic.modal .ui.inverted.red.basic.button,
.ui.basic.modal .ui.inverted.red.basic.buttons .button,
.ui.basic.modal .ui.inverted.red.buttons .basic.button {
  color: #000 !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5) inset !important;
}
.ui.form input:not([type]):focus,
form input:not([type]):focus,
.ui.form input[type=date]:focus,
form input[type=date]:focus,
.ui.form input[type=datetime-local]:focus,
form input[type=datetime-local]:focus,
.ui.form input[type=email]:focus,
form input[type=email]:focus,
.ui.form input[type=file]:focus,
form input[type=file]:focus,
.ui.form input[type=number]:focus,
form input[type=number]:focus,
.ui.form input[type=password]:focus,
form input[type=password]:focus,
.ui.form input[type=search]:focus,
form input[type=search]:focus,
.ui.form input[type=tel]:focus,
form input[type=tel]:focus,
.ui.form input[type=text]:focus,
form input[type=text]:focus,
.ui.form input[type=time]:focus,
form input[type=time]:focus,
.ui.form input[type=url]:focus,
form input[type=url]:focus,
.ui.form select:focus,
form select:focus,
.ui.form textarea:focus,
form textarea:focus,
.ui.form .select2-container.select2-container-active .select2-choice,
form .select2-container.select2-container-active .select2-choice {
  border-color: #85b7d9;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset, 0 0 0 4px rgba(133, 183, 217, 0.5);
}

table.form {
    background-color: #dadada;
    border: 1px solid #595959;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-collapse: collapse;
    min-width: 450px;
    margin: 0 auto;
    border-radius: 2px;
}

.ui.modal > .content.form {
    background-color: #dadada;
}

table.form tr {
    height: 31px;
}

table.form tr.size {
    height: 17px;
}

table.form tr tr {
    height: auto;
}

table.form tr td.header {
    padding: 8px;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #595959;
}

table.form tr td.label {
    padding: 10px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    line-height: 1.3em;
}

table.form tr td.label span {
    font-size: 11px;
    font-weight: normal;
    color: #494949;
}

table.form tr td.data {
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
}

table.form tr td.data span {
    padding: 7px 7px 0;
    display: inline-block;
}

table.form tr td.data a.icon {
    border: none;
    background: none;
    box-shadow: none;
    vertical-align: middle;
}

/* region form elements */

table.form tr td.data input[type=text],
table.form tr td.data input[type=password],
table.form tr td.data textarea,
table.form tr td.data select {
    width: 250px;
}

table.form tr td.data .input,
table.form tr td.data input[type=text],
table.form tr td.data input[type=password],
table.form tr td.data textarea,
table.form tr td.data select {
    font-weight: normal;
}

table.form tr td.data .ui.input input,
table.form tr td.data .ui.input select,
table.form tr td.data .ui.input textarea {
    padding: 4px;
}

table.form tr td.data .ui.input input[readonly],
table.form tr td.data .ui.input select[readonly],
table.form tr td.data .ui.input textarea[readonly] {
    background: transparent;
}

table.form tr td.data .ui.labeled.input > .label:not(.corner) {
    padding: 6px 6px 5px;
    border: 1px solid;
    border-left: none;
}

table.form tr td.data .ui.input input,
table.form tr td.data .ui.input select,
table.form tr td.data .ui.input textarea {
    min-height: 31px;
}

table.form tr td.data .ui.input input:not(:focus),
table.form tr td.data .ui.input select:not(:focus),
table.form tr td.data .ui.input textarea:not(:focus) {
    border: 1px solid #bbb;
    color: #000;
}

table.form tr td.data .ui.input input:focus {
    text-decoration: underline;
}

table.form tr td.data .ui.labeled.input > .label:not(.corner) {
    border: 1px solid #bbb;
}

table.form .ui.icon.input input {
    padding-right: 1.67142857em !important;
}

table.form .ui.icon.input > i.icon {
    width: 1.67142857em;
}

/* endregion */

table.form tr td.buttons {
    padding: 5px;
    text-align: center;
    border-top: 1px solid #595959;
}

table.form tbody.borderbottom tr:first-child td {
    border-top: 1px solid #595959;
}

table.form tbody.borderbottom:first-child tr:first-child td {
    border-top: none;
}

table.form tr.borderbottom td {
    border-bottom: 1px solid #000;
}

table.form tr.borderbottom:last-child td {
    border-bottom: none;
}

table.formtopspace {
    margin-top: 10px;
}

td.left {
    text-align: left;
}

td.right {
    text-align: right;
}

td.center {
    text-align: center;
}

/* Supports Chrome */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Supports Mozilla */
input[type=number] {
    -moz-appearance: textfield;
}

.ui.form-style.segment {
    background: #dadada;
    border-color: #595959;
}

.ui.form-style.table {
    background: #dadada;
    border-color: #595959;
}

.ui.form-style.message {
    background: #dadada;
    box-shadow: 0 0 0 1px #595959 inset
}

.ui.form-style.table thead th,
.ui.form-style.table tfoot th {
    background: #dadada;
    border-color: #595959;
}

.ui.form-style.table .column-button {
    padding: 2px;
}

.ui.form-style.table .column-input {
    padding: 2px;
}

.ui.form-style textarea, .ui.form-style input, .ui.form-style select, .ui.form-style .textarea, .ui.form-style .input, .ui.form-style .select,
.ui.form-style input:not([type]), .ui.form-style input[type=date], .ui.form-style input[type=datetime-local], .ui.form-style input[type=email], .ui.form-style input[type=file], .ui.form-style input[type=number], .ui.form-style input[type=password], .ui.form-style input[type=search], .ui.form-style input[type=tel], .ui.form-style input[type=text], .ui.form-style input[type=time], .ui.form-style input[type=url] {
    border-color: #bbb;
}

.ui.form-style .ui.label {
    border: 1px solid #bbb;
}

.ui.form-style .ui.basic.label {
    border-color: #bbb;
}

.ui-select-dropdown {
    min-width: 150px;
}

.form-control-100w {
    width: 100px !important;
}
.AlertController {
    position: fixed;
    right: 10px;
    top: 50px;
    width: 500px;
    z-index: 2000;
}

.AlertController .header {
    font-size: 1.3em !important;
    font-weight: bold;
    margin-top: 4px;
}

.AlertController a {
    color: #ffffff;
}

.AlertController p {
    margin-top: 10px;
}

.AlertController p .button {
    margin: 0 .25em .25em 0;
}

.AlertController .MessageShadow {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-radius: .28571429rem;
}

.AlertController .slide.ng-enter {
    transition: 0.3s linear all;
    transform: translateY(-100px);
}

.AlertController .slide.ng-enter.ng-enter-active {
    transform: translateY(0);
}
.select2-container {
  width: 100%;
}
.select2-container .select2-choice {
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: .28571429rem;
  padding: .67857143em 1em;
  height: 38px;
}
.select2-container .select2-choice > .select2-arrow {
  background: transparent;
  border: none;
}
.select2-container.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-color: #85b7d9;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-dropdown-open .select2-search input,
.select2-container.select2-dropdown-open .select2-search input:focus,
.select2-container.select2-dropdown-open .select2-search input:active {
  background: #fff url(/dist/fd63143b57f057133c7f7c9c8d6c513a.png) no-repeat 100%;
}
.select2-container.select2-container-active .select2-choice {
  box-shadow: none;
  border-color: #85b7d9;
}
.select2-search {
  display: inline-flex;
}
.select2-drop-active {
  border-color: #85b7d9;
}

.toolmenu {
  background: #ffffff;
  border: 2px solid #4b4b4b;
  display: none;
  width: 200px;
  position: absolute;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(50, 50, 50, 0.46);
  -moz-box-shadow: 0 2px 10px 0 rgba(50, 50, 50, 0.46);
  box-shadow: 0 2px 10px 0 rgba(50, 50, 50, 0.46);
  line-height: 1.4em;
}
.toolmenu p {
  padding: 5px;
  margin: 3px 0;
}
.toolmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toolmenu ul li div {
  padding: 5px;
  margin: 3px 0;
  color: #000000;
}
.toolmenu ul li a:hover div {
  background: #dddddd;
}
.toolmenu ul li div.sep {
  padding: 0;
  margin: 2px 5px;
  height: 1px;
  background: #d4d4d4;
}

.esc-receipt {
    font-family: monospace;
    display: inline-block;
    max-width: 100%;
    overflow-x: scroll;
}

.esc-line {
    white-space: pre;
}

.esc-emphasis {
    font-weight: bold;
}

.esc-justify-center .esc-text-scaled {
    transform-origin: 50% 0;
}

.esc-justify-right .esc-text-scaled {
    transform-origin: 100% 0;
}

.esc-justify-center {
    text-align: center;
}

.esc-justify-right {
    text-align: right;
}

.esc-text-scaled {
    display: inline-block;
    transform-origin: 0 0;
}

.esc-justify-center .esc-bitimage {
    margin-left: auto;
    margin-right: auto;
}

.esc-justify-right .esc-bitimage {
    margin-left: auto;
}

.esc-underline {
    border-bottom: 2px solid #000;
}

.esc-underline-double {
    border-bottom: 2px solid #000;
}

.esc-invert {
    background: #000;
    color: #fff;
}

.esc-upside-down {
    transform: rotate(180deg);
}

.esc-font-b {
    font-size: 75%
}

/*
TODO
- Generate height/width mixes up to 8x8
- Figure out how do display multiple height/widths inline correctly
*/
.esc-width-2 {
    transform: scale(2, 1);
}

.esc-width-3 {
    transform: scale(3, 1);
}

.esc-width-4 {
    transform: scale(4, 1);
}

.esc-width-5 {
    transform: scale(5, 1);
}

.esc-width-6 {
    transform: scale(6, 1);
}

.esc-width-7 {
    transform: scale(7, 1);
}

.esc-width-8 {
    transform: scale(8, 1);
}

.esc-height-2 {
    transform: scale(1, 2);
    margin-bottom: 1em;
}

.esc-height-3 {
    transform: scale(1, 3);
    margin-bottom: 2em;
}

.esc-height-4 {
    transform: scale(1, 4);
    margin-bottom: 3em;
}

.esc-height-5 {
    transform: scale(1, 5);
    margin-bottom: 4em;
}

.esc-height-6 {
    transform: scale(1, 6);
    margin-bottom: 5em;
}

.esc-height-7 {
    transform: scale(1, 7);
    margin-bottom: 6em;
}

.esc-height-8 {
    transform: scale(1, 8);
    margin-bottom: 7em;
}

.esc-width-2-height-2 {
    transform: scale(2, 2);
    margin-bottom: 1em;
}

.esc-width-2-height-3 {
    transform: scale(2, 3);
    margin-bottom: 2em;
}

.esc-width-2-height-4 {
    transform: scale(2, 4);
    margin-bottom: 3em;
}

.esc-width-2-height-5 {
    transform: scale(2, 5);
    margin-bottom: 4em;
}

.esc-width-2-height-6 {
    transform: scale(2, 6);
    margin-bottom: 5em;
}

.esc-width-2-height-7 {
    transform: scale(2, 7);
    margin-bottom: 6em;
}

.esc-width-2-height-8 {
    transform: scale(2, 8);
    margin-bottom: 7em;
}

.esc-width-3-height-2 {
    transform: scale(3, 2);
    margin-bottom: 1em;
}

.esc-width-3-height-3 {
    transform: scale(3, 3);
    margin-bottom: 2em;
}

.esc-width-3-height-4 {
    transform: scale(3, 4);
    margin-bottom: 3em;
}

.esc-width-3-height-5 {
    transform: scale(3, 5);
    margin-bottom: 4em;
}

.esc-width-3-height-6 {
    transform: scale(3, 6);
    margin-bottom: 5em;
}

.esc-width-3-height-7 {
    transform: scale(3, 7);
    margin-bottom: 6em;
}

.esc-width-3-height-8 {
    transform: scale(3, 8);
    margin-bottom: 7em;
}

.esc-width-4-height-2 {
    transform: scale(4, 2);
    margin-bottom: 1em;
}

.esc-width-4-height-3 {
    transform: scale(4, 3);
    margin-bottom: 2em;
}

.esc-width-4-height-4 {
    transform: scale(4, 4);
    margin-bottom: 3em;
}

.esc-width-4-height-5 {
    transform: scale(4, 5);
    margin-bottom: 4em;
}

.esc-width-4-height-6 {
    transform: scale(4, 6);
    margin-bottom: 5em;
}

.esc-width-4-height-7 {
    transform: scale(4, 7);
    margin-bottom: 6em;
}

.esc-width-4-height-8 {
    transform: scale(4, 8);
    margin-bottom: 7em;
}

.esc-width-5-height-2 {
    transform: scale(5, 2);
    margin-bottom: 1em;
}

.esc-width-5-height-3 {
    transform: scale(5, 3);
    margin-bottom: 2em;
}

.esc-width-5-height-4 {
    transform: scale(5, 4);
    margin-bottom: 3em;
}

.esc-width-5-height-5 {
    transform: scale(5, 5);
    margin-bottom: 4em;
}

.esc-width-5-height-6 {
    transform: scale(5, 6);
    margin-bottom: 5em;
}

.esc-width-5-height-7 {
    transform: scale(5, 7);
    margin-bottom: 6em;
}

.esc-width-5-height-8 {
    transform: scale(5, 8);
    margin-bottom: 7em;
}

.esc-width-6-height-2 {
    transform: scale(6, 2);
    margin-bottom: 1em;
}

.esc-width-6-height-3 {
    transform: scale(6, 3);
    margin-bottom: 2em;
}

.esc-width-6-height-4 {
    transform: scale(6, 4);
    margin-bottom: 3em;
}

.esc-width-6-height-5 {
    transform: scale(6, 5);
    margin-bottom: 4em;
}

.esc-width-6-height-6 {
    transform: scale(6, 6);
    margin-bottom: 5em;
}

.esc-width-6-height-7 {
    transform: scale(6, 7);
    margin-bottom: 6em;
}

.esc-width-6-height-8 {
    transform: scale(6, 8);
    margin-bottom: 7em;
}

.esc-width-7-height-2 {
    transform: scale(7, 2);
    margin-bottom: 1em;
}

.esc-width-7-height-3 {
    transform: scale(7, 3);
    margin-bottom: 2em;
}

.esc-width-7-height-4 {
    transform: scale(7, 4);
    margin-bottom: 3em;
}

.esc-width-7-height-5 {
    transform: scale(7, 5);
    margin-bottom: 4em;
}

.esc-width-7-height-6 {
    transform: scale(7, 6);
    margin-bottom: 5em;
}

.esc-width-7-height-7 {
    transform: scale(7, 7);
    margin-bottom: 6em;
}

.esc-width-7-height-8 {
    transform: scale(7, 8);
    margin-bottom: 7em;
}

.esc-width-8-height-2 {
    transform: scale(8, 2);
    margin-bottom: 1em;
}

.esc-width-8-height-3 {
    transform: scale(8, 3);
    margin-bottom: 2em;
}

.esc-width-8-height-4 {
    transform: scale(8, 4);
    margin-bottom: 3em;
}

.esc-width-8-height-5 {
    transform: scale(8, 5);
    margin-bottom: 4em;
}

.esc-width-8-height-6 {
    transform: scale(8, 6);
    margin-bottom: 5em;
}

.esc-width-8-height-7 {
    transform: scale(8, 7);
    margin-bottom: 6em;
}

.esc-width-8-height-8 {
    transform: scale(8, 8);
    margin-bottom: 7em;
}

.esc-bitimage {
    display: block;
}

.angucomplete-row {
  font-weight: normal;
}
.angucomplete-row span {
  padding: 0 !important;
}
.angucomplete-row .highlight {
  background: yellow;
}
.angucomplete-dropdown {
  overflow-y: auto;
  max-height: 200px;
}


.drop-box {
    display: block;
    background: #F8F8F8;
    border: 2px dashed #DDD;
    width: 100%;
    font-size: 1rem;
    padding: .78571429em .78571429em .78571429em;
    text-align: center;
}

.dragover {
    border: 2px dashed blue;
}

.storage-files,
.storage-control-preview {
    list-style: none;
    position: static;
    margin: 0 -10px;
    padding: 0;
}

.storage-control-preview {
    margin: 10px -10px 0;
}

.storage-files li,
.storage-control-preview li {
    position: relative;
    float: left;
    list-style: none;
}

.storage-files li {
    width: 12.5%;
    padding-bottom: 12.5%;
}

.storage-control-preview li {
    width: 25%;
    padding-bottom: 25%;
}

@media (max-width: 400px) {
    .storage-files li {
        width: 50%;
        padding-bottom: 50%;
    }
}

@media (max-width: 800px) and (min-width: 400px) {
    .storage-files li {
        width: 25%;
        padding-bottom: 25%;
    }
}

.storage-files li .file-preview,
.storage-control-preview li .file-preview {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
    background: #EEE none repeat scroll 0 0;
    cursor: pointer;
    margin: 10px;
}

.storage-files li.file-uploading .file-preview {
    background: darkblue;
}

.storage-files li .file-preview .file-thumbnail,
.storage-control-preview li .file-preview .file-thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.1s ease 0s;
}

.storage-files li .file-preview .file-thumbnail .thumbnail-centered,
.storage-control-preview li .file-preview .file-thumbnail .thumbnail-centered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(50%, 50%);
}

.storage-files li .file-preview .file-thumbnail .thumbnail-centered img.icon,
.storage-control-preview li .file-preview .file-thumbnail .thumbnail-centered img.icon {
    transform: translate(-50%, -70%);
    margin: 0 auto;
    overflow: hidden;

}

.storage-files li .file-preview .file-thumbnail .thumbnail-centered img,
.storage-control-preview li .file-preview .file-thumbnail .thumbnail-centered img {
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
    top: 0;
    left: 0;
}

.storage-files li .file-preview .file-thumbnail .thumbnail-filename,
.storage-control-preview li .file-preview .file-thumbnail .thumbnail-filename {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-height: 100%;
    word-wrap: normal;
    text-align: center;
    font-weight: 700;
    font-size: 0.8em;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    padding: 4px;
}

.storage-files li.dz-success .file-preview,
.storage-control-preview li.dz-success .file-preview {
    border: 1px solid green;
}

.storage-files li.dz-error .file-preview,
.storage-control-preview li.dz-error .file-preview {
    border: 1px solid red;
}

body #file-upload {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    transition: visibility 175ms, opacity 175ms;
    background: rgba(0, 86, 132, 0.9) none repeat scroll 0% 0%;
    text-align: center;
}

body #file-upload .file-upload-content {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed #FFF;
}

body #file-upload .file-upload-content h3 {
    margin: -0.5em 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 40px;
    color: #FFF;
    padding: 0;
}

.storage-files-modal > div {
    width: 90%;
    height: 90%;
}

.storage-control button {
    margin-right: 10px;
}

.storage-files .file .selected {
    outline: 3px solid #2185d0;
}
.module_procedury {
  padding: 0 15px;
}
.module_procedury .staflaInfo {
  padding: 5px;
  text-align: right;
}
.module_procedury .staflaTable {
  width: 100%;
  table-layout: fixed;
}
.module_procedury .stafla_menu {
  position: relative;
  top: 0;
  left: 0;
  height: 0;
  z-index: 4;
}
.module_procedury .stafla_menu > .table {
  -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #A7A7A7;
  table-layout: fixed;
}
.module_procedury .stafla_menu > .table > thead > tr > td,
.module_procedury .stafla_menu > .table > tbody > tr > td {
  font-size: 12px;
  height: 19px;
  border-top: 1px solid #A7A7A7;
  padding: 0 10px;
  margin: 0;
}
.module_procedury .stafla_menu > .table > thead > tr > td {
  font-weight: bold;
  background: #a7a7a7;
  color: #ffffff;
}
.module_procedury .stafla_menu > .table > tbody > tr > td {
  background: #ffffff;
}
.module_procedury .stafla_procedury {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.module_procedury .stafla_procedury > .table {
  -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #A7A7A7;
  border-bottom: 1px solid #000000;
  table-layout: fixed;
}
.module_procedury .stafla_procedury > .table > thead > tr > td {
  font-size: 12px;
  height: 20px;
  padding: 0 10px;
  margin: 0;
  font-weight: bold;
  background: #a7a7a7;
  color: #ffffff;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  border-right: 1px solid #000000;
}
.module_procedury .obsadenost_st11 {
  background: #0f9605;
  font-size: 11px;
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
}
.module_procedury .obsadenost_st11 > div {
  height: 100%;
}
.module_procedury .vyradene_st11 {
  background: #D7D7D7;
  font-size: 11px;
  cursor: pointer;
}
.module_procedury .text_st11 {
  font-size: 11px;
  overflow: hidden;
  margin-left: 3px;
  margin-top: 3px;
  white-space: nowrap;
}
.module_procedury .st10_bgObj {
  background: url(/dist/7dc9c7d1faaab9ade2d70f5d5a0af17c.gif);
  position: relative;
  top: 0;
  left: 1px;
}
.module_procedury .st10_tableDates td {
  border-right: 1px solid black;
  text-align: center;
  padding: 0;
}
.module_procedury .st10_tableDates td div {
  width: 49px;
  padding: 0;
}

#rezervacie_mapa_databar {
  padding-top: 15px;
  bottom: 0;
}
.mapa-izieb {
  border-radius: 3px;
  border-color: #6b6b6b;
}
.mapa-izieb .title_box {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.mapa-izieb .title_box div.izby {
  margin-top: 23px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  border-top: 1px solid #000000;
  box-shadow: inset 0 1px 0 #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 0 13px;
  border-bottom: 1px solid #666666;
  text-align: center;
}
.mapa-izieb .dates_box .dates > table .titles td {
  font-weight: bold;
}
.mapa-izieb .dates_box .dates > table .titles td:nth-child(3n) {
  border-right: 1px solid #000000;
}
.mapa-izieb .dates_box .dates > table .days td div {
  border-bottom: 1px solid #666666;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-right-color: #898989;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.mapa-izieb .data_box .data *,
#HtsysLegendBox * {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.mapa-izieb .data_box .data .rezervacia,
#HtsysLegendBox .rezervacia,
.mapa-izieb .data_box .data .selector,
#HtsysLegendBox .selector {
  min-width: 25px;
  padding: 1px 5px 2px 3px;
}
.mapa-izieb .data_box .data .rezervacia .holder:before,
#HtsysLegendBox .rezervacia .holder:before,
.mapa-izieb .data_box .data .selector .holder:before,
#HtsysLegendBox .selector .holder:before {
  content: 'I';
}
.mapa-izieb .data_box .data .rezervacia .holder,
#HtsysLegendBox .rezervacia .holder,
.mapa-izieb .data_box .data .selector .holder,
#HtsysLegendBox .selector .holder {
  height: 100%;
  float: right;
  border: 1px solid #000000;
  border-left-width: 0;
  background: #d5d5d5;
  color: #929292;
  width: 10px;
  border-radius: 0 2px 10px 0;
  cursor: e-resize;
  padding: 1px 3px 2px;
  font-size: 12px;
}
.mapa-izieb .data_box .data .rezervacia .name,
#HtsysLegendBox .rezervacia .name,
.mapa-izieb .data_box .data .selector .name,
#HtsysLegendBox .selector .name {
  height: 100%;
  border: 1px solid #000000;
  border-right-width: 0;
  background: #e9e9e9;
  border-radius: 10px 0 0 2px;
  margin-right: 10px;
  padding: 1px 3px 2px;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  cursor: default;
}
.mapa-izieb .data_box .data .rezervacia:hover .name,
#HtsysLegendBox .rezervacia:hover .name,
.mapa-izieb .data_box .data .rezervacia:hover .holder,
#HtsysLegendBox .rezervacia:hover .holder {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.mapa-izieb .data_box .data .legend-title,
#HtsysLegendBox .legend-title {
  float: left;
  display: inline;
  padding: 3px 0;
  margin-right: 3px;
  font-size: 11px;
  font-weight: bold;
}
.mapa-izieb .data_box .data .legend,
#HtsysLegendBox .legend {
  float: left;
  display: inline;
}
.mapa-izieb .data_box .data .legend .holder,
#HtsysLegendBox .legend .holder {
  display: none;
}
.mapa-izieb .data_box .data .legend .name,
#HtsysLegendBox .legend .name {
  border-width: 1px;
  border-radius: 10px 2px 10px 2px;
  margin-right: 3px;
  font-size: 11px;
  padding: 1px 3px !important;
}
.mapa-izieb .data_box .data .legend:hover .name,
#HtsysLegendBox .legend:hover .name {
  box-shadow: none !important;
}
.mapa-izieb .data_box .data .selector,
#HtsysLegendBox .selector {
  display: none;
}
.mapa-izieb .data_box .data .selector .name,
#HtsysLegendBox .selector .name {
  background-color: #61d5fa;
}
.mapa-izieb .data_box .data .selector .holder,
#HtsysLegendBox .selector .holder {
  background-color: #3ea3b2;
}
.mapa-izieb .data_box .data .selector .name,
#HtsysLegendBox .selector .name,
.mapa-izieb .data_box .data .selector .holder,
#HtsysLegendBox .selector .holder {
  border-color: #245066;
  color: #000;
}
.mapa-izieb .data_box .data .type_1 .name,
#HtsysLegendBox .type_1 .name {
  background-color: #00fa00;
}
.mapa-izieb .data_box .data .type_1 .holder,
#HtsysLegendBox .type_1 .holder {
  background-color: #00b200;
}
.mapa-izieb .data_box .data .type_1 .name,
#HtsysLegendBox .type_1 .name,
.mapa-izieb .data_box .data .type_1 .holder,
#HtsysLegendBox .type_1 .holder {
  border-color: #006600;
  color: #000;
}
.mapa-izieb .data_box .data .type_1.nepotvrdena .name,
#HtsysLegendBox .type_1.nepotvrdena .name {
  background-color: #4efa9a;
}
.mapa-izieb .data_box .data .type_1.nepotvrdena .holder,
#HtsysLegendBox .type_1.nepotvrdena .holder {
  background-color: #36b27a;
}
.mapa-izieb .data_box .data .type_1.nepotvrdena .name,
#HtsysLegendBox .type_1.nepotvrdena .name,
.mapa-izieb .data_box .data .type_1.nepotvrdena .holder,
#HtsysLegendBox .type_1.nepotvrdena .holder {
  border-color: #1d6638;
  color: #000;
}
.mapa-izieb .data_box .data .type_2 .name,
#HtsysLegendBox .type_2 .name {
  background-color: #faf700;
}
.mapa-izieb .data_box .data .type_2 .holder,
#HtsysLegendBox .type_2 .holder {
  background-color: #d1cf02;
}
.mapa-izieb .data_box .data .type_2 .name,
#HtsysLegendBox .type_2 .name,
.mapa-izieb .data_box .data .type_2 .holder,
#HtsysLegendBox .type_2 .holder {
  border-color: #ab8513;
  color: #000;
}
.mapa-izieb .data_box .data .type_0.zamestnanecka .name,
#HtsysLegendBox .type_0.zamestnanecka .name {
  background-color: #d5d5d5;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#f7c7a4));
  background: -webkit-linear-gradient(top, #d5d5d5, #f7c7a4);
  background: -moz-linear-gradient(top, #d5d5d5, #f7c7a4);
  background: -ms-linear-gradient(top, #d5d5d5, #f7c7a4);
  background: -o-linear-gradient(top, #d5d5d5, #f7c7a4);
}
.mapa-izieb .data_box .data .type_0.zamestnanecka .holder,
#HtsysLegendBox .type_0.zamestnanecka .holder {
  background-color: #d1520e;
}
.mapa-izieb .data_box .data .type_0.zamestnanecka .name,
#HtsysLegendBox .type_0.zamestnanecka .name,
.mapa-izieb .data_box .data .type_0.zamestnanecka .holder,
#HtsysLegendBox .type_0.zamestnanecka .holder {
  border-color: #990000;
  color: #000;
}
.mapa-izieb .data_box .data .type_1.zamestnanecka .name,
#HtsysLegendBox .type_1.zamestnanecka .name {
  background-color: #00fa00;
  background: -webkit-gradient(linear, left top, left bottom, from(#00fa00), to(#f17431));
  background: -webkit-linear-gradient(top, #00fa00, #f17431);
  background: -moz-linear-gradient(top, #00fa00, #f17431);
  background: -ms-linear-gradient(top, #00fa00, #f17431);
  background: -o-linear-gradient(top, #00fa00, #f17431);
}
.mapa-izieb .data_box .data .type_1.zamestnanecka .holder,
#HtsysLegendBox .type_1.zamestnanecka .holder {
  background-color: #d1520e;
}
.mapa-izieb .data_box .data .type_1.zamestnanecka .name,
#HtsysLegendBox .type_1.zamestnanecka .name,
.mapa-izieb .data_box .data .type_1.zamestnanecka .holder,
#HtsysLegendBox .type_1.zamestnanecka .holder {
  border-color: #990000;
  color: #000;
}
.mapa-izieb .data_box .data .type_1.zamestnanecka.nepotvrdena .name,
#HtsysLegendBox .type_1.zamestnanecka.nepotvrdena .name {
  background-color: #4efa9a;
  background: -webkit-gradient(linear, left top, left bottom, from(#4efa9a), to(#f17431));
  background: -webkit-linear-gradient(top, #4efa9a, #f17431);
  background: -moz-linear-gradient(top, #4efa9a, #f17431);
  background: -ms-linear-gradient(top, #4efa9a, #f17431);
  background: -o-linear-gradient(top, #4efa9a, #f17431);
}
.mapa-izieb .data_box .data .type_1.zamestnanecka.nepotvrdena .holder,
#HtsysLegendBox .type_1.zamestnanecka.nepotvrdena .holder {
  background-color: #d1520e;
}
.mapa-izieb .data_box .data .type_1.zamestnanecka.nepotvrdena .name,
#HtsysLegendBox .type_1.zamestnanecka.nepotvrdena .name,
.mapa-izieb .data_box .data .type_1.zamestnanecka.nepotvrdena .holder,
#HtsysLegendBox .type_1.zamestnanecka.nepotvrdena .holder {
  border-color: #990000;
  color: #000;
}
.mapa-izieb .data_box .data .type_2.zamestnanecka .name,
#HtsysLegendBox .type_2.zamestnanecka .name {
  background-color: #faf700;
  background: -webkit-gradient(linear, left top, left bottom, from(#faf700), to(#f17431));
  background: -webkit-linear-gradient(top, #faf700, #f17431);
  background: -moz-linear-gradient(top, #faf700, #f17431);
  background: -ms-linear-gradient(top, #faf700, #f17431);
  background: -o-linear-gradient(top, #faf700, #f17431);
}
.mapa-izieb .data_box .data .type_2.zamestnanecka .holder,
#HtsysLegendBox .type_2.zamestnanecka .holder {
  background-color: #d1520e;
}
.mapa-izieb .data_box .data .type_2.zamestnanecka .name,
#HtsysLegendBox .type_2.zamestnanecka .name,
.mapa-izieb .data_box .data .type_2.zamestnanecka .holder,
#HtsysLegendBox .type_2.zamestnanecka .holder {
  border-color: #990000;
  color: #000;
}
.mapa-izieb .data_box .data .type_4 .name,
#HtsysLegendBox .type_4 .name {
  background-color: #f17431;
}
.mapa-izieb .data_box .data .type_4 .holder,
#HtsysLegendBox .type_4 .holder {
  background-color: #d1520e;
}
.mapa-izieb .data_box .data .type_4 .name,
#HtsysLegendBox .type_4 .name,
.mapa-izieb .data_box .data .type_4 .holder,
#HtsysLegendBox .type_4 .holder {
  border-color: #990000;
  color: #000;
}
.mapa-izieb .data_box .data .type_5,
#HtsysLegendBox .type_5 {
  padding: 0;
}
.mapa-izieb .data_box .data .type_5 .holder:before,
#HtsysLegendBox .type_5 .holder:before {
  content: '';
}
.mapa-izieb .data_box .data .type_5 .name,
#HtsysLegendBox .type_5 .name,
.mapa-izieb .data_box .data .type_5 .holder,
#HtsysLegendBox .type_5 .holder {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
  border-radius: 0;
}
.mapa-izieb .data_box .data .type_5:hover .name,
#HtsysLegendBox .type_5:hover .name,
.mapa-izieb .data_box .data .type_5:hover .holder,
#HtsysLegendBox .type_5:hover .holder {
  box-shadow: none;
}
.mapa-izieb .data_box .data .type_6,
#HtsysLegendBox .type_6 {
  padding: 0;
}
.mapa-izieb .data_box .data .type_6 .holder:before,
#HtsysLegendBox .type_6 .holder:before {
  /*content: '';*/
}
.mapa-izieb .data_box .data .type_6 .name,
#HtsysLegendBox .type_6 .name,
.mapa-izieb .data_box .data .type_6 .holder,
#HtsysLegendBox .type_6 .holder {
  background-color: rgba(0, 29, 248, 0.42);
  border-width: 0;
  color: white;
  padding: 2px;
  border-radius: 0;
  text-align: center;
}
.mapa-izieb .data_box .data .type_6:hover .name,
#HtsysLegendBox .type_6:hover .name,
.mapa-izieb .data_box .data .type_6:hover .holder,
#HtsysLegendBox .type_6:hover .holder {
  box-shadow: none;
}
.mapa-izieb .data_box .data .ucet_bez_poloziek .name,
#HtsysLegendBox .ucet_bez_poloziek .name {
  color: #990000;
}
.mapa-izieb .data_box .data .bez_uctu .name,
#HtsysLegendBox .bez_uctu .name {
  color: #000099;
}

.mce-window {
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.5);
}
.mce-reset input:not([type=button]),
.mce-reset select,
.mce-reset textarea {
  padding: 0 4px 0 4px;
  border-radius: 0;
}

body {
    background: #EAEBEC;
}

/* region RezervaciaForm */

#RezervaciaTabmenu {
    width: auto;
}

#Rezervacie_Pocetnoci {
    width: 50px;
}

#Rezervacie_ProformaPoznamkaWrap, #Rezervacie_ProformaPoznamka {
    width: 100%;
}

#Rezervacie_LanguageWrap, #Rezervacie_Language {
    width: 100px;
}

#Zalohu_VyriabilnySymbolWrap, #Zalohu_VyriabilnySymbol {
    width: 120px;
}

.rezervacia-form-table {
    width: 100%;
}

#Izba_PocetOsobWrap, #Izba_PocetOsobWrap select {
    width: 100%;
}

.rezervacia-form-table.hostia tr.title {
    border-top: 1px solid #000000;
}

table.form tr td.data.Polozka_Nazov {
    font-weight: normal;
}

#Polozka_PocetWrap,
#Polozka_PocetWrap input,
#Polozka_DelenieWrap,
#Polozka_DelenieWrap input,
#Polozka_DniWrap,
#Polozka_DniWrap input {
    width: 60px;
}

/* endregion */

.osoba_vyznam {
    padding: 2px;
    font-size: 0.8em;
    text-transform: uppercase;
    display: inline-block;
}
