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;
}
.planning_calendar {
    width: 100%;
}

.planning_calendar h3.title {
    text-transform: capitalize;
    vertical-align: middle;
}

.planning_calendar header .navigation {
    float: right;
}

.planning_calendar section {
    padding-top: 20px;
}

.planning_calendar section table {
    width: 100%;
}

.planning_calendar section table tr th {
    text-align: center;
}

.planning_calendar section table tr td {
    width: 14.2857142857%;
    border: 1px solid #777;
    height: 70px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    padding: 5px;
}

.planning_calendar section table tr td .day {
    font-size: 12px;
    color: #006dcc;
    font-weight: bold;
    position: relative;
}

.planning_calendar section table tr td .day-bg {
    font-size: 70px;
    position: absolute;
    top: 36px;
    right: -10px;
    text-align: right;
    font-weight: bold;
    color: #eee;
    opacity: 0.5;
}

.planning_calendar section table tr td .events {
    position: relative;
}

/** past */
.planning_calendar section table tr td.past .day {
    color: #e6e6e6;
}

/** today */
.planning_calendar section table tr td.today .day {
    color: #800;
}

.planning_calendar section table tr td.today .day-bg {
    color: #ffdddd;
}

/** othermonth */
.planning_calendar section table tr td.othermonth {
    background: #f5f5f5;
}

.fiscalStatus {
    position: fixed;
    bottom: 100px;
    left: 100px;
    right: 100px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background: #880000;
}

.fiscalStatus.warning {
    background: #887715;
}

@-webkit-keyframes fiscalStatusFadeInFromNone {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

@-moz-keyframes fiscalStatusFadeInFromNone {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

@-o-keyframes fiscalStatusFadeInFromNone {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes fiscalStatusFadeInFromNone {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

.fiscalStatus {
    -webkit-animation: fiscalStatusFadeInFromNone 3s ease-in-out infinite;
    -moz-animation: fiscalStatusFadeInFromNone 3s ease-in-out infinite;
    -o-animation: fiscalStatusFadeInFromNone 3s ease-in-out infinite;
    animation: fiscalStatusFadeInFromNone 3s ease-in-out infinite;
}
.kasa-predaj .moznosti-platieb {
  line-height: 3em;
}
.kasa-predaj .platba-kredit {
  border-color: #000;
  border-style: solid;
  border-width: 1px 0;
  padding: 1em;
}
.kasa-predaj .platba-kredit .ui.form {
  margin-bottom: 1em;
}
.kasa-predaj .platba-kredit .ui.form .inline.fields {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.kasa-predaj .platba-kredit .ui.form .inline.fields label {
  display: block;
  text-align: right;
  width: 100%;
}
.kasa-predaj .platba-kredit .ui.form .inline.fields input {
  background: transparent;
  border: none;
}

.kasa-predaj-left {
  float: left;
  width: 260px;
}
.kasa-predaj {
  margin-left: 260px;
}
.kasa-predaj td,
.kasa-predaj-left td {
  vertical-align: top;
}
/* region Receipt */
.kasa-receipt {
  width: 260px;
  position: relative;
  height: auto;
}
.kasa-receipt .items {
  border: 1px solid black;
  width: 238px;
  background: #ede8e0;
  position: absolute;
  border-radius: 2px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
}
.kasa-receipt .items .data {
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  bottom: 4px;
  overflow-y: auto;
  margin-bottom: 23px;
}
.kasa-receipt .items .data.with-kredit {
  margin-bottom: 50px;
}
.kasa-receipt .items .clear {
  float: none;
  clear: both;
}
/* region Receipt header */
.kasa-receipt .items .header {
  font-weight: bold;
  border-bottom: 1px solid black;
  font-size: 12px;
  padding: 3px 3px;
  height: 23px;
  background: url(/dist/ff8165b401b60f820d00e0bf6de94a4c.jpg) white;
}
.kasa-receipt .items .header .nazov,
.kasa-receipt .items .header .jcena,
.kasa-receipt .items .header .pocet,
.kasa-receipt .items .header .cena {
  float: left;
  width: 60px;
  text-align: right;
}
.kasa-receipt .items .header .nazov {
  text-align: left;
}
.kasa-receipt .items .header .pocet,
.kasa-receipt .items .header .cena {
  width: 45px;
}
/* endregion */
/* region Receipt item */
.kasa-receipt .ui.list {
  padding: 0;
}
.receiptItemPredaj {
  border-top: 1px solid black;
}
.receiptItemPredaj > .content > .list > .receiptItemPredaj:last-child {
  border-bottom: 1px solid #000;
}
.receiptItemPredaj .content {
  width: 100%;
}
.receiptItemPredaj .ui.grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 12px;
  margin-left: 0;
  margin-right: 0;
}
.receiptItemPredaj .ui.grid > .row {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.receiptItemPredaj .ui.grid > .row > .column {
  padding-left: 0;
  padding-right: 5px;
}
.receiptItemPredaj .ui.list.extra .item {
  border-left: 1px solid black;
}
.angular-ui-tree-drag > .receiptItemPredaj {
  background: #ffffff;
  border: 1px solid black;
  box-shadow: #000000 0 5px 10px;
}
/* endregion */
/* region Receipt spolu a kredit */
.kasa-receipt .items .spolu {
  font-weight: bold;
  background: white;
  border-top: 1px solid black;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 7px 3px;
  height: 27px;
}
.kasa-receipt .items .kredit {
  font-weight: normal;
  background: #fdfdfd;
  border-top: 1px solid black;
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
  padding: 3px 7px 3px;
  height: 27px;
}
.kasa-receipt .items .kredit a {
  font-weight: bold;
  cursor: pointer;
}
.kasa-receipt .items .spolu .text,
.kasa-receipt .items .kredit .text {
  width: 90px;
  float: left;
}
.kasa-receipt .items .spolu .suma,
.kasa-receipt .items .kredit .suma {
  text-align: right;
  font-size: 15px;
}
/* endregion */
/* endregion */
/* region Display */
.kasa-display {
  position: relative;
  height: 70px;
}
.kasa-display .display-panel {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 0;
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Consolas", "Courier New", Courier, monospace;
  padding: 10px 20px;
  border-radius: 5px;
}
.kasa-display .display-panel #kasa-display-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.kasa-display .display-panel .kasa-display-info {
  float: right;
  font-weight: normal;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 20px;
  margin-top: 5px;
}
/* endregion */
/* region Keyboard */
.kasa-keyboard-row {
  height: 309px;
}
.kasa-keyboard {
  padding: 0 10px 10px 10px;
}
.kasa-keyboard .kasa-keyboard-box {
  position: relative;
}
/* endregion */
/* region Page */
.kasa-page-row {
  height: auto;
}
.kasa-page {
  position: relative;
}
.kasa-page > div {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 10px;
  left: 0;
}
/* endregion */
/* region Page klapky */
.kasa-page-klapky .map1 {
  border: 1px solid #000;
  background: transparent url(/dist/28e4fc81f588d6642134999445dc7be7.png) repeat scroll 0 0;
  border-radius: 2px;
  height: 20px;
  padding: 10px;
  position: relative;
}
.kasa-page-klapky .map2 {
  border: 1px solid #000;
  background: transparent url(/dist/28e4fc81f588d6642134999445dc7be7.png) repeat scroll 0 0;
  border-radius: 2px;
  height: 20px;
  padding: 10px;
  margin-top: 10px;
  position: relative;
  overflow-y: scroll;
}
.kasa-page-klapky .mapItem {
  position: absolute;
  border: 1px solid black;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kasa-page-klapky .mapItem .text {
  text-align: center;
  margin-top: 5px;
}
.kasa-page-klapky .mapItem .suma {
  font-size: 15px;
  font-weight: bold;
  margin-top: 4px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 2px 0 2px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-top-left-radius: 2px;
}
.kasa-page-klapky .mapItem.category {
  font-weight: bold;
  font-size: 14px;
}
.kasa-page-klapky .mapItem.yellow .suma {
  border-color: rgba(0, 0, 0, 0.5);
}
/* region Kasa farby klapiek */
.kasa-page-klapky .mapItem.red,
.klapkyfarby option[value=red],
.klapka.red {
  background: #EF5350;
}
.kasa-page-klapky .mapItem.red .suma {
  background: #E53935;
}
.kasa-page-klapky .mapItem.pink,
.klapkyfarby option[value=pink],
.klapka.pink {
  background: #EC407A;
}
.kasa-page-klapky .mapItem.pink .suma {
  background: #D81B60;
}
.kasa-page-klapky .mapItem.purple,
.klapkyfarby option[value=purple],
.klapka.purple {
  background: #AB47BC;
}
.kasa-page-klapky .mapItem.purple .suma {
  background: #8E24AA;
}
.kasa-page-klapky .mapItem.deep_purple,
.klapkyfarby option[value=deep_purple],
.klapka.deep_purple {
  background: #7E57C2;
}
.kasa-page-klapky .mapItem.deep_purple .suma {
  background: #5E35B1;
}
.kasa-page-klapky .mapItem.indigo,
.klapkyfarby option[value=indigo],
.klapka.indigo {
  background: #5C6BC0;
}
.kasa-page-klapky .mapItem.indigo .suma {
  background: #3949AB;
}
.kasa-page-klapky .mapItem.blue,
.klapkyfarby option[value=blue],
.klapka.blue {
  background: #42A5F5;
}
.kasa-page-klapky .mapItem.blue .suma {
  background: #1E88E5;
}
.kasa-page-klapky .mapItem.light_blue,
.klapkyfarby option[value=light_blue],
.klapka.light_blue {
  background: #29B6F6;
}
.kasa-page-klapky .mapItem.light_blue .suma {
  background: #039BE5;
}
.kasa-page-klapky .mapItem.cyan,
.klapkyfarby option[value=cyan],
.klapka.cyan {
  background: #26C6DA;
}
.kasa-page-klapky .mapItem.cyan .suma {
  background: #00ACC1;
}
.kasa-page-klapky .mapItem.teal,
.klapkyfarby option[value=teal],
.klapka.teal {
  background: #26A69A;
}
.kasa-page-klapky .mapItem.teal .suma {
  background: #00897B;
}
.kasa-page-klapky .mapItem.green,
.klapkyfarby option[value=green],
.klapka.green {
  background: #66BB6A;
}
.kasa-page-klapky .mapItem.green .suma {
  background: #43A047;
}
.kasa-page-klapky .mapItem.light_green,
.klapkyfarby option[value=light_green],
.klapka.light_green {
  background: #9CCC65;
}
.kasa-page-klapky .mapItem.light_green .suma {
  background: #7CB342;
}
.kasa-page-klapky .mapItem.lime,
.klapkyfarby option[value=lime],
.klapka.lime {
  background: #D4E157;
}
.kasa-page-klapky .mapItem.lime .suma {
  background: #C0CA33;
}
.kasa-page-klapky .mapItem.yellow,
.klapkyfarby option[value=yellow],
.klapka.yellow {
  background: #FFEE58;
}
.kasa-page-klapky .mapItem.yellow .suma {
  background: #FDD835;
}
.kasa-page-klapky .mapItem.amber,
.klapkyfarby option[value=amber],
.klapka.amber {
  background: #FFCA28;
}
.kasa-page-klapky .mapItem.amber .suma {
  background: #FFB300;
}
.kasa-page-klapky .mapItem.orange,
.klapkyfarby option[value=orange],
.klapka.orange {
  background: #FFA726;
}
.kasa-page-klapky .mapItem.orange .suma {
  background: #FB8C00;
}
.kasa-page-klapky .mapItem.deep_orange,
.klapkyfarby option[value=deep_orange],
.klapka.deep_orange {
  background: #FF7043;
}
.kasa-page-klapky .mapItem.deep_orange .suma {
  background: #F4511E;
}
.kasa-page-klapky .mapItem.brown,
.klapkyfarby option[value=brown],
.klapka.brown {
  background: #8D6E63;
}
.kasa-page-klapky .mapItem.brown .suma {
  background: #6D4C41;
}
.kasa-page-klapky .mapItem.gray,
.klapkyfarby option[value=gray],
.klapka.gray {
  background: #BDBDBD;
}
.kasa-page-klapky .mapItem.gray .suma {
  background: #757575;
}
.kasa-page-klapky .mapItem.blue_gray,
.klapkyfarby option[value=blue_gray],
.klapka.blue_gray {
  background: #78909C;
}
.kasa-page-klapky .mapItem.blue_gray .suma {
  background: #546E7A;
}
.kasa-page-klapky .mapItem.aqua,
.klapkyfarby option[value=aqua],
.klapka.aqua {
  background: #99f8c1;
}
.kasa-page-klapky .mapItem.aqua .suma {
  background: #89DFAD;
  border-color: #3e694f;
}
.kasa-page-klapky .mapItem.category {
  background: #005aa7;
  color: white;
}
.kasa-page-klapky .mapItem.category.opened {
  background: white;
  color: black;
}
.kasa-page-klapky .mapItem.purple {
  background: #d0aaff;
}
/* endregion */
/* endregion */
/* region Page platba */
.kasa-page-platba > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.kasa-page-platba > .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.kasa-page-platba > .row .delenie {
  border: 1px solid #000;
  background: transparent url(/dist/28e4fc81f588d6642134999445dc7be7.png) repeat scroll 0 0;
  border-radius: 2px;
  height: 20px;
  position: relative;
}
.kasa-page-platba > .row .platba {
  border: 1px solid #000;
  background: transparent url(/dist/28e4fc81f588d6642134999445dc7be7.png) repeat scroll 0 0;
  border-radius: 2px;
  height: 20px;
  position: relative;
  overflow-y: scroll;
}
/* region Page platba delenie */
.delenie .top {
  border-bottom: 1px solid black;
  background: url(/dist/ff8165b401b60f820d00e0bf6de94a4c.jpg);
  padding-right: 15px;
}
.delenie .top table td {
  font-size: 15px;
  font-weight: bold;
}
.delenie .items {
  overflow-y: scroll;
}
.delenie .items table td {
  font-size: 15px;
  border-bottom: 1px solid #afafaf;
}
/* region Page platba delenie table sizing */
.delenie table {
  width: 100%;
}
.delenie table td {
  padding: 10px;
}
.delenie table td.name {
  text-align: left;
}
.delenie table td.name div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}
.delenie table td.jcena {
  text-align: right;
  width: 15%;
}
.delenie table td.decrease {
  text-align: center;
  width: 10%;
  padding: 10px;
}
.delenie .items table td.decrease,
.delenie .items table td.pocet,
.delenie .items table td.increase {
  padding: 0;
  position: relative;
}
.delenie table td.decrease button,
.delenie table td.pocet button,
.delenie table td.increase button {
  background: transparent;
  text-align: center;
  border: none;
  color: #0000cc;
}
.delenie .items table td.decrease button,
.delenie .items table td.pocet button,
.delenie .items table td.increase button {
  background: transparent;
  text-align: center;
  padding: 2px 0 3px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  color: black;
}
.delenie .items table td.decrease button:hover,
.delenie .items table td.decrease button:active,
.delenie .items table td.pocet button:hover,
.delenie .items table td.pocet button:active,
.delenie .items table td.increase button:hover,
.delenie .items table td.increase button:active {
  text-decoration: none;
}
.delenie .items table td.decrease button {
  color: #800;
  font-size: 25px;
  font-weight: bold;
}
.delenie .items table td.decrease button:hover,
.delenie .items table td.decrease button:active {
  background: #df9c95;
}
.delenie table td.pocet {
  text-align: center;
  width: 15%;
}
.delenie .items table td.pocet:hover {
  background: #aaaaaa;
  padding: 0;
}
.delenie .items table td.pocet small {
  font-size: 0.7em;
  font-weight: normal;
}
.delenie table td.increase {
  text-align: center;
  font-weight: bold;
  width: 10%;
  padding: 10px;
}
.delenie .items table td.increase {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
}
.delenie .items table td.increase button {
  color: #080;
}
.delenie .items table td.increase button:hover,
.delenie .items table td.increase button:active {
  background: #8fc88d;
}
.delenie table td.cena {
  text-align: right;
  width: 15%;
}
/* endregion */
.delenie .bottom {
  height: 43px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.delenie .bottom .delenieSuma {
  background: white;
  border: 1px solid black;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 2px;
  height: 43px;
  padding-right: 15px;
}
.delenie .bottom #delenieInfo {
  padding: 10px 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.delenie .bottom .delenieSuma > .row > div.text {
  padding: 9px 0 0 25px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.delenie .bottom .delenieSuma > .row > div#delenieSuma {
  padding: 9px 25px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.delenie .bottom > .ui.grid,
.delenie .bottom > .ui.grid > .column,
.delenie .bottom .delenieSuma > .ui.grid,
.delenie .bottom .delenieSuma > .ui.grid > .column {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
/* endregion */
.platba .vyber-platby {
  padding: 10px 20px;
}
.platba .vyber-platby h3 {
  padding: 0;
  margin: 0 0 15px;
}
.platba .vyber-platby div .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.platba .vyber-platby div .btn:last-child {
  margin-right: 0;
}
.platba .tvorba-platby table {
  width: 100%;
}
.platba .tvorba-platby table thead td {
  background: url(/dist/77806dd99aa8ead72fda17f3055f507f.jpg);
  border-bottom: 1px solid black;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}
.platba .tvorba-platby table tbody td {
  border-bottom: 1px solid #afafaf;
  padding: 10px;
  font-size: 15px;
}
.platba .tvorba-platby table td.name {
  width: 30%;
}
.platba .tvorba-platby table td.suma {
  width: 15%;
  text-align: right;
}
.platba .tvorba-platby table td.delete {
  width: 10%;
  padding: 0 10px;
  font-size: 25px;
  font-weight: bold;
}
.platba .tvorba-platby table td.delete a {
  color: #800;
  display: block;
  text-align: center;
  padding: 2px 0 3px;
}
.platba .tvorba-platby table td.delete a:hover,
.platba .tvorba-platby table td.delete a:active {
  background: #df9c95;
  text-decoration: none;
}
.platba .tvorba-platby .doplatit {
  padding: 20px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #800;
}
.platba .vystavit {
  padding: 20px;
}
.platba .vystavit #vystavitUcet {
  width: 200px;
}
.platba .customActions {
  padding: 20px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.platba .customActions #zmazatUcet {
  float: right;
}
.platba .kredit {
  padding: 10px 20px;
  border-bottom: 1px solid black;
}
.platba .kredit h3 small {
  font-weight: normal;
}
/* endregion */
/* region Page presun */
.kasa-page-presun > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.kasa-page-presun > .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.kasa-page-presun > .row .delenie {
  border: 1px solid #000;
  background: transparent url(/dist/28e4fc81f588d6642134999445dc7be7.png) repeat scroll 0 0;
  border-radius: 2px;
  height: 20px;
  position: relative;
}
.kasa-page-presun > .row .presun {
  border: 1px solid #000;
  background: transparent url(/dist/28e4fc81f588d6642134999445dc7be7.png) repeat scroll 0 0;
  border-radius: 2px;
  height: 20px;
  position: relative;
}
.presun .row {
  margin: 0;
}
.presun .row .col-sm-6 {
  padding: 0;
}
.presun .vyber-strediska {
  border-style: solid;
  border-color: #000000;
  border-width: 0 1px 1px 0;
}
.presun .vyber-miestnosti {
  border: 0 solid #000000;
  border-right-width: 1px;
}
.presun .vyber {
  display: table;
  width: 100%;
}
.presun .vyber .vyber-title {
  height: 42px;
  width: 100%;
  border-bottom: 1px solid #777777;
}
.presun .vyber .vyber-title h3 {
  padding: 10px;
}
.presun .vyber-list {
  overflow-y: scroll;
  width: 100%;
}
.presun .vyber-list div {
  padding: 10px;
}
.presun .vyber-list div .item {
  width: 100%;
}
.presun .vyber-list div .item.selected {
  background: white !important;
}
/* endregion */
/* region Bottom menu */
.kasa-bottom-menu {
  vertical-align: bottom;
  height: 55px;
  padding-right: 10px;
  padding-bottom: 10px;
}
/* endregion */
.blurrable {
  transition: opacity 0.2s ease;
}
.blur {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.1;
}

.kasa-page-presun > .grid {
  height: 100%;
}
.kasa-page-presun > .grid > .column {
  height: 100%;
}
.kasa-page-presun > .grid > .column > .column-box {
  height: 100%;
  border: 1px solid #000;
  background: transparent url(/dist/28e4fc81f588d6642134999445dc7be7.png) repeat scroll 0 0;
  border-radius: 2px;
  position: relative;
}
.kasa-page-presun .delenieSuma {
  background: white;
  border: 1px solid black;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 2px;
  height: 43px;
  padding-right: 15px;
}
.kasa-page-presun .delenieSuma .text,
.kasa-page-presun .delenieSuma .suma {
  padding: 12px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kasa-page-presun .delenieSuma .suma {
  font-weight: bold;
  text-align: right;
  padding-right: 0;
}
.kasa-page-presun .delenieZostatok {
  padding: 13px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kasa-page-presun .presun .ui.grid > .column.vyber-left {
  padding-right: 0;
}
.kasa-page-presun .presun .ui.grid > .column.vyber-right {
  padding-left: 0;
}
.kasa-page-presun .items button {
  margin-bottom: 10px;
}
.kasa-page-presun .items button:last-child {
  margin-bottom: 0;
}

.kasa-stoly-map {
  vertical-align: top;
  padding: 10px 10px 10px 0;
  margin-left: 200px;
  margin-right: 200px;
}
#kasa-stoly-map {
  position: relative;
  overflow: auto;
  border-radius: 2px;
  border: 1px solid #6a6a6a;
}
#kasa-stoly-map .stol {
  position: absolute;
  background: url(/dist/582d50aefb44b53dfdbca64ae902ba72.png) no-repeat;
  cursor: pointer;
}
#kasa-stoly-map .stol .text {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}
#kasa-stoly-map .stol .suma {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
#kasa-stoly-map .stol .open-new {
  position: absolute;
  top: -10px;
  left: -10px;
}
#kasa-stoly-map .stol:hover {
  -webkit-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#kasa-stoly-map .stol.none {
  border: 1px solid black;
}
#kasa-stoly-map .stol .rezervacia {
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}
#kasa-stoly-map .stol .rezervacia small {
  font-weight: normal;
  font-size: 10px;
}
#kasa-stoly-map .stol.empty {
  opacity: 0.7;
}
#kasa-stoly-map .stol.type1 {
  width: 79px;
  height: 79px;
  background-position: 0 0;
}
#kasa-stoly-map .stol.type1 .text,
#kasa-stoly-map .stol.type2 .text,
#kasa-stoly-map .stol.type3 .text,
#kasa-stoly-map .stol.type5 .text,
#kasa-stoly-map .stol.type6 .text,
#kasa-stoly-map .stol.type7 .text,
#kasa-stoly-map .stol.type8 .text {
  margin-top: 17px;
}
#kasa-stoly-map .stol.type1 .suma,
#kasa-stoly-map .stol.type2 .suma,
#kasa-stoly-map .stol.type3 .suma,
#kasa-stoly-map .stol.type5 .suma,
#kasa-stoly-map .stol.type6 .suma,
#kasa-stoly-map .stol.type7 .suma,
#kasa-stoly-map .stol.type8 .suma {
  margin-top: 5px;
}
#kasa-stoly-map .stol.type1 .rezervacia,
#kasa-stoly-map .stol.type2 .rezervacia,
#kasa-stoly-map .stol.type3 .rezervacia,
#kasa-stoly-map .stol.type5 .rezervacia,
#kasa-stoly-map .stol.type6 .rezervacia,
#kasa-stoly-map .stol.type7 .rezervacia,
#kasa-stoly-map .stol.type8 .rezervacia {
  bottom: 16px;
}
#kasa-stoly-map .stol.type2 {
  width: 101px;
  height: 79px;
  background-position: -81px 0;
}
#kasa-stoly-map .stol.type3 {
  width: 151px;
  height: 79px;
  background-position: -184px 0;
}
#kasa-stoly-map .stol.type4 {
  width: 151px;
  height: 60px;
  background-position: 0 -80px;
}
#kasa-stoly-map .stol.type4 .text {
  display: none;
}
#kasa-stoly-map .stol.type4 .suma {
  margin-top: 39px;
}
#kasa-stoly-map .stol.type5 {
  width: 80px;
  height: 151px;
  background-position: 0 -142px;
}
#kasa-stoly-map .stol.type6 {
  width: 57px;
  height: 79px;
  background-position: -234px -81px;
}
#kasa-stoly-map .stol.type7 {
  width: 79px;
  height: 54px;
  background-position: -153px -81px;
}
#kasa-stoly-map .stol.type7 .text {
  margin-top: 3px;
}
#kasa-stoly-map .stol.type8 {
  width: 54px;
  height: 36px;
  background-position: -81px -142px;
}
#kasa-stoly-map .stol.type8 .text {
  margin-top: 3px;
}
#kasa-stoly-map .stol.type10 {
  width: 100px;
  height: 100px;
  background: #48853d;
  border-radius: 10px;
  color: white;
}
#kasa-stoly-map .stol.type10 .text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
button.kasa-big .suma {
  font-size: 18px;
}
.kasa-panel .kasa-stoly .kasa-stoly-menu {
  width: 200px;
  vertical-align: top;
  padding: 10px;
  float: left;
}
.kasa-panel .kasa-stoly .kasa-stoly-menu .button {
  margin-bottom: 10px;
}
.kasa-panel .kasa-stoly .kasa-stoly-ucty {
  width: 200px;
  vertical-align: top;
  padding: 10px;
  float: right;
  height: 100vh;
  overflow-y: auto;
}
.kasa-panel .kasa-stoly .kasa-stoly-ucty .button {
  margin-bottom: 10px;
}

body.AngularKasaApp {
  padding: 0;
  overflow: hidden;
  height: 100vh;
  background: url(/dist/7e374e91e3046087e85151f140926ce7.jpg);
}
.AngularKasaApp .footer {
  display: none;
}
.button.wood {
  border: 1px solid #67380b;
  background: url(/dist/ff8165b401b60f820d00e0bf6de94a4c.jpg);
  color: black;
  box-shadow: 0 1px 0 #9b4c17;
  vertical-align: middle;
  height: 55.5px;
}
.button.wood:hover {
  background: url(/dist/ff8165b401b60f820d00e0bf6de94a4c.jpg);
  box-shadow: 0 3px 2px #9b4c17;
}
.button.wood:active {
  background: url(/dist/ff8165b401b60f820d00e0bf6de94a4c.jpg);
  box-shadow: inset 0 2px 3px #ae5622;
}
.button.blue.wood {
  border-color: #00172f;
  background: url(/dist/77806dd99aa8ead72fda17f3055f507f.jpg);
  box-shadow: 0 1px 0 #97a0a5;
  color: black;
}
.button.blue.wood:hover {
  background: url(/dist/77806dd99aa8ead72fda17f3055f507f.jpg);
  box-shadow: 0 3px 2px #7b7b80;
  color: black;
}
.button.blue.wood:active {
  background: url(/dist/77806dd99aa8ead72fda17f3055f507f.jpg);
  box-shadow: inset 0 2px 3px #002240;
  color: black;
}
.button.red.wood {
  border-color: #aa2a2c;
  background: #ff6970;
  box-shadow: 0 1px 0 #a5787c;
}
.button.red.wood:hover {
  box-shadow: 0 3px 2px #7b7b80;
}
.button.red.wood:active {
  box-shadow: inset 0 2px 3px #002240;
}
.button.green.wood {
  border-color: #4caa40;
  background: #8eff84 url(/dist/21510dcd293d6e22429780aca4c1c801.jpg);
  box-shadow: 0 1px 0 #67a55f;
  color: black;
}
.button.green.wood:hover {
  background: url(/dist/21510dcd293d6e22429780aca4c1c801.jpg);
  box-shadow: 0 3px 2px #7b7b80;
  color: black;
}
.button.green.wood:active {
  background: url(/dist/21510dcd293d6e22429780aca4c1c801.jpg);
  box-shadow: inset 0 2px 3px #002240;
  color: black;
}
.AngularKasaApp .button.kasa-big,
.AngularStolyApp .button.kasa-big {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0;
  line-height: 1.3em;
}
.AngularKasaApp .button.kasa-big span,
.AngularStolyApp .button.kasa-big span {
  display: block;
  font-size: 1.3em;
}
.AngularKasaApp .button.auto-height,
.AngularStolyApp .button.auto-height {
  height: auto;
}
.AngularKasaApp .mainPage {
  height: 100vh;
  width: 100vw;
  display: table;
}
.AngularKasaApp .mainWrap {
  display: table-row;
  height: auto;
}
.AngularKasaApp .mainWrap .mainPanel {
  min-height: 0;
}
.kasa-panel {
  width: 100%;
}
#pultPredajSuma {
  font-size: 18px;
}
#kasa-miestnosti {
  margin-top: 50px;
}
.kasa-menu .title {
  font-size: 14px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.kasa-menu .input {
  margin-bottom: 10px;
}
.kasa-menu .input input {
  width: 100%;
  padding: 10px;
  background: black;
  border: none;
  border-radius: 2px;
  color: white;
  font-weight: bold;
}
.modal.confirm .title {
  margin-bottom: 20px;
}
.modal.confirm button {
  display: block;
  width: 100%;
}
.closeTable {
  position: absolute;
  top: 50px;
  text-align: center;
  left: 20px;
  right: 20px;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
}
.ui.black.input input {
  background: black;
  color: white;
}
.ui.black.input input::selection {
  /* WebKit/Blink Browsers */
  background: #cce2ff;
  color: white;
}
.ui.black.input input::-moz-selection {
  /* Gecko Browsers */
  background: #cce2ff;
  color: white;
}
.ui.black.input .icon {
  color: white;
}
.ui.small.modal.numeric-keyboard {
  width: 400px;
  margin-left: -200px;
}
.ui.grid.keyboard {
  margin: 0 -3px 0;
}
.ui.grid.keyboard > .row {
  padding: 0;
}
.ui.grid.keyboard > .row > .column {
  padding: 3px;
}
.menu-buttons .button {
  margin-bottom: 10px;
}
.keyboard-input {
  margin-bottom: 5px !important;
}
.AngularKasaApp .button.info {
  border: 1px solid #00172f;
  background: none;
  box-shadow: none;
  cursor: default;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  vertical-align: middle;
  height: 55.5px;
}
.AngularKasaApp .button.info .description {
  font-weight: normal;
  display: block;
}

.kasa-predaj .chip-list-table.ui.table tr.positive {
  background: #00b200!important;
  color: white!important;
}
.kasa-predaj .ucet-detail-chip-actions {
  margin-left: 10px;
}

body {
    background: #EAEBEC;
}
