.overlays .background {
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1040;
  display: none;
}
.overlays .window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: none;
  background: #fff;
}
.overlays .window h1 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  background-color: #EEE;
  border-bottom: 3px solid #DADADA;
  padding: 20px 0;
  margin: 0 0 20px 0;
}
.overlays .window h2 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.overlays .window .content {
  padding: 30px;
}
.overlays .window .content .btn-universal {
  width: 90px;
  background-color: #C05757;
  color: #FFF;
  border: none;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}
.overlays .window .content .btn-universal:hover {
  background-color: #D16A6A;
}
.overlays #overlay_newmotive_window {
  width: 800px;
}
.overlays #overlay_newmotive_window .required {
  background: #fffbdd;
}
.overlays #overlay_newmotive_window .uploads {
  border: 1px solid #DADADA;
  border-radius: 3px;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
.overlays #overlay_newfont_window {
  width: 400px;
}
.overlays #overlay_newoverlay_window {
  width: 400px;
}
.overlays #overlay_callids_window {
  width: 500px;
}
.overlays #overlay_changebackgrounds_window {
  width: 500px;
}
.overlays #overlay_pdfsizing_window {
  width: 500px;
}
.overlays #overlay_setoverlays_window {
  width: 700px;
}

body {
  position: relative;
}

header {
  display: flex;
  align-items: center;
  background-color: #C05757;
  padding: 15px;
}
header .menu {
  text-decoration: none;
  font-weight: 500;
  color: #FFF;
  margin: 0 50px 0 0;
}
header .menu:hover {
  color: #ffd2d2;
}
header .search {
  position: relative;
}
header .search input[type=text] {
  width: 500px;
  height: 38px;
  border: 1px solid #DADADA;
  border-radius: 3px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
header .search input[type=text]:focus {
  outline-width: 0;
}
header .search .results {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #FFF;
  border: 1px solid #DADADA;
  z-index: 1;
  display: none;
  padding: 5px 0 15px 0;
}
header .search .results .loading {
  margin: 10px 10px 0 10px;
  display: none;
}
header .search .results .not-found {
  color: #cc0000;
  margin: 10px 10px 0 10px;
  display: none;
}
header .search .results .suggestion {
  color: #383838;
  text-decoration: none;
  display: block;
  background-color: #F9F0F0;
  border-left: 5px solid #D16A6A;
  padding: 10px;
  margin: 10px 10px 0 10px;
}
header .search .results .suggestion:hover {
  color: #383838;
  text-decoration: none;
  background-color: #F2E8E8;
}
header .search .results .suggestion .h1 {
  font-size: 16px;
  font-weight: 500;
}
header .search .results .suggestion .h2 {
  font-size: 14px;
  font-weight: normal;
}
header .search .results .suggestion .h3 {
  font-size: 14px;
  font-weight: normal;
}
header form {
  padding: 0 0 0 50px;
}
header form select {
  width: 350px;
  height: 38px;
  border: 1px solid #DADADA;
  border-radius: 3px;
  padding: 0 15px;
}

.alert {
  margin: 20px 20px 0 20px;
}

.general h1 {
  font-size: 44px;
  font-weight: 500;
  color: #464646;
  margin: 20px;
}
.general h1 i {
  font-size: 24px;
  color: #CACACA;
  cursor: pointer;
}
.general .block {
  background-color: #EEE;
  padding: 10px 20px;
}
.general .block .width {
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
}
.general .block .width .button {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 10px;
  color: #292929;
  position: relative;
  margin: 0 20px 0 0;
}
.general .block .width .button sup {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BBB;
  position: absolute;
  top: 5px;
  right: -8px;
  color: #FFF;
  font-weight: bold;
  font-size: 10px;
}
.general .block .width .button .sup-active {
  background-color: #088000;
}
.general .block .width .button:last-child {
  margin: 0;
}
.general .block .width .flex-spacer {
  flex-grow: 1;
}
.general .block .width .duplicate {
  background-color: #6C757D;
  color: #FFF;
}
.general .block .width .delete {
  background-color: #DC3545;
  color: #FFF;
}
.general .block .width .img-positioning {
  display: flex;
  align-items: center;
}
.general .block .width .img-positioning .help-img-preview {
  display: inline-block;
  position: relative;
}
.general .block .width .img-positioning .help-img-preview span {
  font-size: 14px;
  cursor: help;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.general .block .width .img-positioning .help-img-preview img {
  display: none;
  z-index: 9999;
}
.general .block .width .img-positioning .help-img-preview span:hover ~ img {
  position: absolute;
  top: 20px;
  right: -250px;
  display: block;
  border: 1px solid #333;
}
.general .block .width .mirror {
  font-size: 14px;
  margin: 0 0 0 20px;
}
.general .block .width .mirror span {
  padding-left: 5px;
}

.login-centered {
  display: flex;
  justify-content: center;
}
.login-centered form {
  width: 360px;
  padding: 30px;
  margin: 50px 0 0 0;
  box-shadow: 0px 0px 5px 5px #eee;
}

.upload-label {
  position: absolute;
  top: 0px;
  left: 115px;
  font-size: 10px;
  color: #cc0000;
  font-weight: bold;
  text-transform: uppercase;
}

#fake-font-background {
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
}

main {
  overflow: hidden;
}
main h1 {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 0 0;
}
main .show-values-max-size {
  width: 22px;
  height: 18px;
  font-size: 9px;
  position: absolute;
  top: 2px;
  right: -25px;
}
main .play_spacer {
  width: 100%;
  height: 2px;
  background-color: #EEE;
  margin: 60px 0;
}
main .play {
  max-width: 1920px;
  display: flex;
  flex-grow: 1;
  margin: 20px;
}
main .play .play_image {
  width: 500px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
main .play .play_image .result {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5px 0 10px 0;
}
main .play .play_image .result .img-result {
  width: 100%;
  border: 1px solid #cc0000;
}
main .play .play_image .result .loading {
  border: none;
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
main .play .play_image .result .sizing {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
main .play .play_image .result .sizing .ok {
  width: 250px;
}
main .play .play_image .result .sizing .ko {
  width: 250px;
}
main .play .play_image .type {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
main .play .play_image .preview-inputs input,
main .play .play_image .preview-inputs a {
  width: 100%;
}
main .play .play_image .preview-inputs a {
  color: #636363;
  background-color: #e7ebef;
  border: 1px solid #e7ebef;
}
main .play .play_image .bad-ratio {
  color: #CC0000;
  font-size: 14px;
  margin: 20px 0 0 0;
}
main .play .play_inputs {
  flex-grow: 1;
}
main .play .play_inputs .field-header {
  margin: 10px 0 0 0;
}
main .play .play_inputs .field-header h3 {
  font-size: 20px;
  color: #383838;
  font-weight: 500;
  margin: 20px 0 10px 0;
}
main .play .play_inputs .field-header h3 i {
  font-size: 20px;
  color: #CACACA;
  cursor: pointer;
}
main .play .play_inputs .field-header h3 .optional-0 {
  color: #CC0000;
  cursor: pointer;
}
main .play .play_inputs .field-header h3 .optional-1 {
  color: #088000;
  cursor: pointer;
}
main .play .play_inputs .field {
  background-color: #F1F1F1;
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
}
main .play .play_inputs .field .box {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
  margin: 0 10px 0 0;
}
main .play .play_inputs .field .box .fake-font-select {
  width: 160px;
  height: 31px;
  display: flex;
  align-items: center;
  border: 1px solid #CED4DA;
  background-color: #FFF;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
  padding: 0 0 0 5px;
  position: relative;
}
main .play .play_inputs .field .box .fake-font-select span {
  width: 125px;
  overflow: hidden;
}
main .play .play_inputs .field .box .fake-font-select i {
  top: 8px;
  right: 10px;
  position: absolute;
}
main .play .play_inputs .field .box .fake-font-options {
  width: 400px;
  height: 400px;
  overflow-y: scroll;
  position: absolute;
  background-color: #FFF;
  left: 0;
  z-index: 40;
  border: 1px solid #DADADA;
  box-shadow: 0px 0px 30px 10px #AAA;
  border-radius: 5px;
  display: none;
}
main .play .play_inputs .field .box .fake-font-options .fake-font-option {
  padding: 8px;
  border-bottom: 1px solid #DADADA;
  cursor: pointer;
  font-size: 18px;
}
main .play .play_inputs .field .box .fake-font-options .fake-font-option:hover {
  background-color: #F5F5F5;
}
main .play .play_inputs .field .box .fake-font-options-down {
  top: 35px;
}
main .play .play_inputs .field .box .fake-font-options-up {
  bottom: 35px;
}
main .play .play_inputs .field .box .range-label {
  font-weight: 500;
  font-size: 14px;
  padding-right: 10px;
}
main .play .play_inputs .field .box input[type=range] {
  flex-grow: 1;
}
main .play .play_inputs .field .box .show-range-values {
  width: 28px;
  height: 18px;
  font-size: 9px;
  position: absolute;
  top: 2px;
  right: 0;
}
main .play .play_inputs .field .box .field-fontsize {
  width: 55px;
  padding-left: 3px;
  padding-right: 3px;
}
main .play .play_inputs .field .box .aligment-icon {
  display: block;
  padding: 5px;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
}
main .play .play_inputs .field .box .aligment-icon:hover {
  background-color: #E1E1E1;
}
main .play .play_inputs .field .box .aligment-icon-selected {
  border: 1px solid #CACACA;
  background-color: #FFF;
}
main .play .play_inputs .field .box .aligment-icon-selected:hover {
  background-color: #FFF;
}
main .play .play_inputs .field .box .color-icon {
  display: block;
  color: #FFF;
  padding: 6px;
  border-radius: 3px;
}
main .play .play_inputs .field .box .helper {
  font-size: 12px;
  text-decoration: underline;
  text-decoration-style: dotted;
  padding: 0 10px 0 0;
  font-weight: 500;
  cursor: help;
}
main .play .play_inputs .field .box .small-select {
  width: 55px;
  height: 28px;
  padding: 0 5px;
  font-size: 14px;
}
main .play .play_inputs .field .box .smaller-select {
  width: 50px;
  height: 28px;
  padding: 0 5px;
  font-size: 14px;
}
main .play .play_inputs .field .box .max-size-field {
  width: 20px;
  font-size: 8px;
  padding: 1px;
  text-align: center;
  border: none;
  position: absolute;
  top: 0;
  left: 26px;
  background-color: #FFF;
  cursor: help;
}
main .play .play_inputs .field .box .max-size-field:disabled {
  background-color: #F1F1F1;
}
main .play .play_inputs .field .box-no-grow {
  flex-grow: 0;
}
main .play .play_inputs .field .box-range {
  padding-right: 35px;
}
main .play .play_inputs .field .box-max-size {
  padding-right: 20px;
}
main .play .play_inputs .field .box-color {
  padding-right: 10px;
}
main .play .play_inputs .field .box-buttons {
  width: 105px;
  display: flex;
  justify-content: flex-end;
}
main .play .play_inputs .field .box-buttons a {
  width: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  margin: 0 0 0 5px;
  background: #FFF;
  border: 1px solid #B1B1B1;
}
main .play .play_inputs .field .box-buttons a:hover {
  background-color: #EEE;
}
main .play .play_inputs .field .box-buttons .click-position-active {
  background-color: #088000;
  color: #FFF;
}
main .play .play_inputs .field .box:last-child {
  margin: 0;
}
main .play .play_inputs .field-is-optional {
  border-top: 5px solid #96ff73;
}

.tisk-header {
  background-color: #eee;
  padding: 20px;
}
.tisk-header h1 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}
.tisk-header select {
  width: 400px;
  height: 28px;
  font-size: 18px;
}

.tisk-inputs {
  margin: 20px 0 0 0;
}

.tisk-img {
  margin: 20px 0 0 0;
}
.tisk-img img {
  width: 100%;
}

.board {
  width: 100%;
  height: 100vh;
  background-color: #ebf3f5;
  display: flex;
  justify-content: center;
}
.board .box {
  width: 1800px;
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  position: relative;
}
.board .box .status {
  width: 100px;
  position: absolute;
  top: 8px;
  right: 20px;
}
.board .box .status .text-ok {
  font-size: 12px;
  text-align: center;
  color: #088000;
  font-weight: bold;
}
.board .box .status .text-ko {
  font-size: 12px;
  text-align: center;
  color: #cc0000;
  font-weight: bold;
}
.board .box .status .status-bar {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  position: relative;
}
.board .box .status .status-bar .percentage-ok {
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #088000;
}
.board .box .status .status-bar .percentage-ko {
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #cc0000;
}
.board .box h1 {
  font-size: 30px;
  padding: 40px 0 10px 0;
  margin: 0;
}
.board .box .h1pt0 {
  padding-top: 0;
}
.board .box .h1pt0 span {
  color: #666;
  font-size: 0.8em;
}
.board .box .custom-progress-bar {
  height: 54px;
  background-color: #e1e1e1;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.board .box .custom-progress-bar .percentage {
  height: 54px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.board .box .custom-progress-bar .percentage-yellow {
  background-color: #f4ebc2;
}
.board .box .custom-progress-bar .percentage-purple {
  background-color: #b690cb;
}
.board .box .custom-progress-bar .percentage-blue {
  background-color: #a8d3da;
}
.board .box .custom-progress-bar b {
  z-index: 2;
}
.board .box .multi-custom-progress-bar {
  height: 54px;
  background-color: #e1e1e1;
  font-size: 40px;
  display: flex;
}
.board .box .multi-custom-progress-bar .percentage {
  height: 54px;
  flex-grow: 1;
  flex-shrink: 1;
}
.board .box .multi-custom-progress-bar .percentage p {
  width: 100%;
  height: 100%;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.board .box .multi-custom-progress-bar .percentage-yellow {
  background-color: #f4ebc2;
}
.board .box .multi-custom-progress-bar .percentage-purple {
  background-color: #b690cb;
}
.board .box .multi-custom-progress-bar .percentage-blue {
  background-color: #a8d3da;
}
.board .box .info-ok {
  font-size: 26px;
  padding: 15px 0 0 0;
}
.board .box .info-ko {
  font-size: 26px;
  padding: 15px 0 0 0;
  color: #cc0000;
}
.board .box .h2-1 {
  color: #B590CB;
  font-size: 28px;
}
.board .box .h2-2 {
  color: #8db696;
  font-size: 28px;
}
.board .box .h2-3 {
  color: #c19864;
  font-size: 28px;
}
.board .box .big-box {
  width: 100%;
  margin: 0 0 0 0;
  position: relative;
}
.board .box .big-box .number {
  text-align: center;
  font-size: 120px;
  font-weight: bold;
  color: #fff;
}
.board .box .big-box .text {
  text-align: center;
  font-size: 34px;
  color: #fff;
  padding: 0 0 30px 0;
  margin-top: -30px;
}
.board .box .big-box .arrow {
  position: absolute;
  top: 70px;
  right: 120px;
}
.board .box .big-box-1 {
  background-color: #B590CB;
}
.board .box .big-box-2 {
  background-color: #8db696;
}
.board .box .big-box-3 {
  background-color: #c19864;
}
.board .box .big-box-4 {
    background-color: #B690CB;
  }
.board .box .row-bottom-line {
  align-items: center;
  padding: 30px 0 0 0;
}
.board .box .row-bottom-line .waiting-title-1{
    padding: 0 15px 0 15px;
}
.board .box .row-bottom-line .waiting-title-2{
    padding: 15px 15px 0 15px;
}
.board .box .row-bottom-line h2 {
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0;
}
.board .box .row-bottom-line .small-box {
  width: 100%;
  height: 50px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.board .box .row-bottom-line .small-box-1 {
  background-color: #a8d3da;
}
.board .box .row-bottom-line .small-box-2 {
  background-color: #cf9685;
}
.board .box .row-bottom-line .small-box-3 {
  background-color: #ff6738;
}
.board .box .row-bottom-line .small-box-4 {
  background-color: #fe0000;
}
.board .box .row-bottom-line .arrows .popis {
  font-size: 24px;
  text-align: center;
}
.board .box .row-bottom-line .arrows img {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 34px 0 0 -100px;
}
.board .box .row-bottom-line .arrows .big-text {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #5d5d5d;
}
.board .box .row-bottom-line .arrows .small-text {
  font-size: 30px;
  text-align: center;
  margin: -8px 0 0 0;
}

.board .spacer-30{
    margin-top: 30px;
}

/*# sourceMappingURL=style.css.map */
