body {
  font-size: 13px;
  overflow-x: hidden;
}

h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1em;
}

[hidden] {
  display: none !important;
}

.spinner-icon {
  border-radius: 50% !important;
}

.page-header .page-header-top .page-logo .logo-default {
  margin: 20px 0 0 0;
}

.panel .panel-body {
}

/*grido*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}

.table-grido label {
  margin-bottom: 0;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background: #EFF3F8;
}

.btn-default > i {
  color: #666;
}

.btn-default:hover > i {
  color: #000;
}

.panel-title {
  font-size: 14px;
  font-weight: 600;
}

/*btn-default*/
.btn-default {
  color: #6e6e6e;
  background-color: #fff;
  border-color: #d8d8d8;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #000;
  background-color: #f1f1f1;
  border-color: #b3b3b3;
}

.open .btn-default.dropdown-toggle {
  color: #000;
  background-color: #ffffe5;
  border-color: #c6c6c6;
}

.btn-default:active, .btn-default.active {
  background-image: none;
  background-color: #e0e0e0;
}

.btn-default:active:hover, .btn-default.active:hover {
  background-color: #e6e6e6;
}

.open .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-ai {
  background-color: #73be1e;
  border-color: #29793c;
  color: #fff;
}

.btn-ai:hover, .btn-ai:focus {
  background-color: #73ae1e;
  color: #fff;
}

.navbar .navbar-nav > li.nav-ai {
  background-color: #73be1e;
  border-color: #73be1e;
}

.navbar .navbar-nav > li.nav-ai > a {
  color:#fff;
}

input.title {
  font-weight: bold;
}

div.radio, div.checker {
  margin-left: 0;
}

.table-grido .buttons {
  text-align: right;
}

.panel.panel-default .panel-heading {
  background: #e5e5e5;
}

.panel.panel-default .panel-body {
  background: #f8f8f8;
}

.portlet.light > .portlet-title > .caption {
  padding: 14px 0 6px 0;
}

.portlet.light > .portlet-title > .actions {
  padding: 6px 0 6px 0;
}

.portlet.light > .portlet-title > .caption h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-control.normal-width {
  width: inherit;
}

input[type="checkbox"] {
  margin-right: 3px;
}

.table-list input[type="checkbox"] {
  margin-right: 0;
  display: inline-block;
}

.table-list strong {
  font-weight: 600;
}

.eu-cookies {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  background-color: black;
  z-index: 1000;
}

.eu-cookies button {
  background: green;
  color: white;
}

.list-group .list-group-item .td {
  display: inline-block;
}

.list-rubrics .td:nth-child(1) {
  width: 3%;
}

.list-rubrics .fa-2x {
  margin-right: 0.4em;
}

.table label {
  margin: 0;
}

.table.table-list thead tr th {
  background: #f5f5f5;
}

.table.table-list label {
  font-weight: inherit;
}

.table.table-list > thead > tr > td,
.table.table-list > tbody > tr > td,
.table.table-list > tfoot > tr > td {
  padding: 2px 10px;
  height: 45px;
}

.table.table-list td.td-move.checker {
  width: 50px;
}

.table.table-list td.td-status {
  width: 29px;
  text-align: center;
}

.table.table-list td.td-move.checker input {
  margin-left: 10px;
}

.portlet.light {
  /*background-color: #f8f8f8;*/
}

.checkbox {
  margin-bottom: 0;
}

.help-block {
  font-size: 90%;
  color: #5a5a5a;
  margin-top: 4px;
  margin-bottom: 5px;
}

#main-container {

}

@media (max-width: 991px) {
  #main-container {
    padding-top: 20px;
  }
}

/*common*/
.autowidth {
  width: auto;
}

/*codemirror*/
.CodeMirror {
  /*border: 1px solid #C4C4C4;*/
}

div.CodeMirror .CodeMirror-matchingbracket {
  color: inherit !important;
  background-color: yellow !important;
}

.CodeMirror-matchingtag {
  background-color: yellow !important;
}

/*panels*/
fieldset.panel {
  border: 0;
}

fieldset.panel legend.panel-heading {
  margin-bottom: 0;
  font-size: 14px;
}

.well {
  background-color: #F8F8F8;
}

.panel {
  margin-bottom: 15px;
}

.panel-heading {
  border-radius: 0;
}

.panel-heading a {
  display: block;
  color: #333333;
}

.panel.collapsable .panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  float: right;
}

.panel.collapsable .panel-heading a.collapsed:after {
  content: "\f0d9";
}

.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-error hr {
  border-top-color: #e4b9c0;
}

.alert-error .alert-link {
  color: #843534;
}

.dl-horizontal dt,
.dl-horizontal dd {
  line-height: 1.6;
}

.text-success {
  color: #37C314;
}

.label-success {
  background-color: #009900;
}

.label-error {
  background-color: #ff0000;
}

.breadcrumb.list-breadcrumb {
  background-color: #f5f5f5;
  padding: 8px 15px;
  border-radius: 0;
  margin-bottom: 10px;
}

td.td-move {
  margin: 0 !important;
  padding: 0 !important;
}

.move-icon {
  display: inline-block;
  background: #f5f5f5;
  color: #999;
  width: 15px;
  text-align: center;
  cursor: move;
  padding: 13px 0;
}

tr.info .move-icon {
  background: #86bee1;
  color: #31708F;
}

tr.row-reference {
  background-color: #f5f5f5;
}

.move-icon:hover {
  background: #428bca;
  color: #fff;
}

.move-icon.move-icon-no {
  background: #f5f5f5;
  cursor: default;
}

/*boostrap modal dialog in the middle of screen*/
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

a[href^="#error:"] {
  background: red !important;
  color: white !important;
}

table .progress {
  margin: 0;
  height: 12px;
  border: 1px solid whitesmoke;
  background-color: white;
}

a.color:hover .fa-stack .fa-hover:before {
  content: "\f00c";
}

.colorscheme {
  min-height: 60px;
}

.colorscheme .color {
  color: white;

}

.colorscheme .turquoise {
  color: #4AC3CB;
}

.colorscheme .lime {
  color: #6cff3a;
}

.colorscheme .grey {
  color: grey;
}

.colorscheme .violet {
  color: violet;
}

/**/
.colorscheme .white_blue {
  color: #25599C;
}

.colorscheme .white_turquoise {
  color: #4AC3CB;
}

.colorscheme .white_green {
  color: #44a62a;
}

.colorscheme .white_orange {
  color: #fd732e;
}

.colorscheme .white_pink {
  color: #ff97c8;
}

.colorscheme .white_yellow {
  color: #ffd800;
}

.colorscheme .brown {
  color: #8B4513;
}

.colorscheme .white_red {
  color: #c51d1d;
}

.colorscheme .white_purple {
  color: #800080;
}

.colorscheme .black_blue {
  color: #25599C;
}

.colorscheme .black_turquoise {
  color: #4AC3CB;
}

.colorscheme .black_green {
  color: #44a62a;
}

.colorscheme .black_red {
  color: #c51d1d;
}

.colorscheme .black_pink {
  color: #ff97c8;
}

/**/
.colorscheme .black {
  color: #242424;
}

.colorscheme .blue {
  color: #25599c;
}

.colorscheme .green {
  color: #44a62a;
}

.colorscheme .orange {
  color: #fd732e;
}

.colorscheme .pink {
  color: #ff97c8;
}

.colorscheme .red {
  color: #c51d1d;
}

.colorscheme .yellow {
  color: #ffd800;
}

.colorscheme .turqoise {
  color: #40e0d0;
}

.colorscheme .purple {
  color: #800080;
}

.colorscheme .white {
  color: #faebd7;
}

/**/
.colorscheme .one_black {
  color: #242424;
}

.colorscheme .one_blue {
  color: #25599c;
}

.colorscheme .one_cyan {
  color: #3bbdfb;
}

.colorscheme .one_green {
  color: #44a62a;
}

.colorscheme .one_orange {
  color: #fd732e;
}

.colorscheme .one_pink {
  color: #ff97c8;
}

.colorscheme .one_red {
  color: #c51d1d;
}

.colorscheme .one_yellow {
  color: #ffd800;
}

.colorscheme .one_white {
  color: #faebd7;
}

.colorscheme .one_coral {
  color: #fad1d3;
}

.colorscheme .one_silver {
  color: #ededed;
}

/*theme14*/
.colorscheme .color_black {
  color: #242424;
}

.colorscheme .color_blue {
  color: #25599c;
}

.colorscheme .color_cyan {
  color: #3bbdfb;
}

.colorscheme .color_green {
  color: #44a62a;
}

.colorscheme .color_orange {
  color: #fd732e;
}

.colorscheme .color_pink {
  color: #ff97c8;
}

.colorscheme .color_red {
  color: #c51d1d;
}

.colorscheme .color_yellow {
  color: #ffd800;
}

.colorscheme .color_white {
  color: #faebd7;
}

.colorscheme .color_coral {
  color: #fad1d3;
}

.colorscheme .color_silver {
  color: #ededed;
}

.table > tbody + tbody {
  border-top: none;
}

/*gradient*/
a[id*=template19] i { 
height:22px; width:22px; border-radius:4px;
}
a[id*=template19] .fa-square { 
color:transparent; 
}
.colorscheme .black_yellow i{background: -webkit-linear-gradient(#191919 50%, #ffce25 50%); background:linear-gradient(#191919 50%, #ffce25 50%);   }
.colorscheme .brown_yellow i{ background: -webkit-linear-gradient(#bf2904 50%, #ffce25 50%); background:linear-gradient(#bf2904 50%, #ffce25 50%); }
.colorscheme .blue_yellow  i{   background: -webkit-linear-gradient(#1d94cc 50%, #ffce25 50%); background:linear-gradient(#1d94cc 50%, #ffce25 50%);}
.colorscheme .green_yellow  i{   background: -webkit-linear-gradient(#73bd1e 50%, #ffce25 50%); background:linear-gradient(#73bd1e 50%, #ffce25 50%); }
.colorscheme .orange_yellow i{   background: -webkit-linear-gradient(#fe6500 50%, #ffce25 50%); background:linear-gradient(#fe6500 50%, #ffce25 50%); }
.colorscheme .pink_yellow  i{   background: -webkit-linear-gradient(#E42C6A 50%, #ffce25 50%); background:linear-gradient(#E42C6A 50%, #ffce25 50%);} 
.colorscheme .red_yellow i{   background: -webkit-linear-gradient(#ec1313 50%, #ffce25 50%); background:linear-gradient(#ec1313 50%, #ffce25 50%);}
.colorscheme .blue_black i{background: -webkit-linear-gradient(#3264e7 50%, #191919 50%);  background:linear-gradient(#3264e7 50%, #191919 50%); }
.colorscheme .orange_black i{background: -webkit-linear-gradient(#fe6500 50%, #191919 50%);  background:linear-gradient(#fe6500 50%, #191919 50%);}
.colorscheme .purple_black i{background: -webkit-linear-gradient(#b966bd 50%, #191919 50%); background:linear-gradient(#b966bd 50%, #191919 50%);}
.colorscheme .red_black i{background: -webkit-linear-gradient(#ec1313 50%, #191919 50%); background:linear-gradient(#ec1313 50%, #191919 50%); }
.colorscheme .pink_black i{background: -webkit-linear-gradient(#E42C6A 50%, #191919 50%); background:linear-gradient(#E42C6A 50%, #191919 50%); }
.colorscheme .yellow_black i{background: -webkit-linear-gradient(#ffc600  50%, #191919 50%); background:linear-gradient(#ffc600  50%, #191919 50%);}
.colorscheme .blue_green i{   background: -webkit-linear-gradient(#1d94cc 50%, #80db24 50%); background:linear-gradient(#1d94cc 50%, #80db24 50%);}
.colorscheme .blue_purple i{  background: -webkit-linear-gradient(#5ab8eb 50%, #b966bd 50%); background:linear-gradient(#5ab8eb 50%, #b966bd 50%);}
.colorscheme .purple_red  i{  background: -webkit-linear-gradient(#b966bd 50%, #ec1313 50%); background:linear-gradient(#b966bd 50%, #ec1313 50%);}


a[id*=template24].color { 
  display: inline-block;
  font-size: 1.25rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 4px !important;
  margin-bottom: .5rem;
  margin-left: .12rem;
  margin-right: .12rem;
}

a[id*=template24].color > span {
  width: 100%;
  height: 100%;
  /* border: 2px solid var(--color); */
  border-radius: 4px !important;
  /* box-shadow: 0 0px 2px -1px rgb(0, 0, 0, 1); */
  box-shadow: -2px -2px 2px -1px rgba(255, 255, 255, .95), 2px 2px 2px -1px rgba(0, 0, 0, .1);
  overflow: hidden;
}

a[id*=template24].color .fa-square {
  display: none;
}

a[id*=template24].color .fa-inverse {
  border-radius: 2px;
}

a[id*=template24].color .fa-hover,
a[id*=template24].color .fa-check {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

a[id*=template24].color .fa-hover::before,
a[id*=template24].color .fa-check::before {
  position: absolute;
  top: 1px;
}

a[id*=template24][class*=light].color {
  --bg: #fff;
}

a[id*=template24][class*=dark].color {
  --bg: #212529;
}

a[id*=template24].color .fa-inverse {
  background: linear-gradient(var(--color) 25%, var(--bg) 25%);
}

a[id*=template24].color:hover .fa-hover::before,
a[id*=template24].color:hover .fa-check::before,
a[id*=template24].color .fa-inverse {
  color: var(--color);
}

#template24-light_black {
  --color: #212529;
}

#template24-dark_white {
  --color: #fff;
}

#template24-light_red {
  --color: #c90a0a;
}

#template24-light_orange {
  --color: #be5404;
}

#template24-light_olive {
  --color: #627500;
}

#template24-light_green {
  --color: #127604;
}

#template24-light_blue {
  --color: #074eb3;
}

#template24-light_violet {
  --color: #6e14a6;
}

#template24-light_purple {
  --color: #a31480;
}

#template24-dark_orange {
  --color: #f8cf7c;
}

#template24-dark_limet {
  --color: #cbda81;
}

#template24-dark_green {
  --color: #a5d897;
}

#template24-dark_cyan {
  --color: #8ce3c9;
}

#template24-dark_blue {
  --color: #9ce0f2;
}

#template24-dark_violet {
  --color: #cfc5ed;
}

#template24-dark_purple {
  --color: #ecc1e1;
}


.alert-white {
  background: #fff;
  border-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
}

.alert-white.alert-success .icon, .alert-white.alert-success .icon:after {
  background: #37C314;
}

.alert-white.alert-danger .icon, .alert-white.alert-danger .icon:after {
  background: #cc0000;
}

.alert-white.alert-error .icon, .alert-white.alert-error .icon:after {
  background: #cc0000;
}

.alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
  background: #ff9933;
}

.alert-white.alert-info .icon, .alert-white.alert-info .icon:after {
  background: #428BCA;
}

.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 14px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

#btn-help {
  color: #74889A;
  padding: 6px 6px;
  line-height: 1;
  border-color: transparent;
  box-shadow: none;
}

#btn-help:hover {
  color: #428BCA;
}

#btn-help .icon {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: inline;
}

.panel-title .fa-close {
  cursor: pointer;
}

.panel.panel-white {
  border-color: #e5e5e5;
}

.panel.panel-white .panel-body {
  background: #fff;
}

.panel.panel-white .panel-heading {
}

.bootstrap-select.small-form-width {
  width: 85% !important;
}

.bootstrap-select.form-control {
  border: 1px solid #c4c4c4;
}

.bootstrap-select .dropdown-menu {
  font-size: 13px;
  border: 1px solid #799bd2;
  background: #fff;
}

.bootstrap-select .dropdown-menu .dropdown-header {
  font-size: inherit;
  font-weight: bold;
  color: inherit;
}

.bootstrap-select .dropdown-menu li > a {
  padding: 2px 14px;
}

.bootstrap-select .dropdown-menu li > a:hover,
.bootstrap-select .dropdown-menu .active > a,
.bootstrap-select .dropdown-menu .active > a:hover {
  background-color: #1e90ff;
  color: #fff;
}

/* fix - zmena barvy v dropdown menu pri hover
   z cerne na bilou (na modrem pozadi) */
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff !important;
}

.bootstrap-select .dropdown-menu .divider {
  margin: 0;
}

.bootstrap-select .btn {
  color: inherit;
  border: 0;
}

.bootstrap-select .bs-searchbox input {
  background: #fff;
}

.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active {
  background: #ffffe5;
}

.dropdown-menu li.divider.top {
  border-top: 1px dotted #e5e5e5;
}

/*/admin/images/*/
.list-type-thumbnails {
}

.list-type-thumbnails .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}

.list-type-thumbnails .image img {
  position: absolute;
}

/*mage menu mobile*/
@media (max-width: 991px) {
}

.checkbox label {
  color: #000;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #F2F2F2;
}

.input-group-btn .btn-default {
  padding: 7px 13px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #F2F2F2;
  border-color: #DEDEDE;
}

.form-control[disabled].disabled-copy,
.form-control[readonly].disabled-copy,
fieldset[disabled] .form-control.disabled-copy {
  cursor: text;
}

.cke_contents {
  border-color: #C4C4C4 !important;
}

.form-control.normal-width + .input-group-addon,
.form-control.normal-width + .input-group-btn {
  width: auto;
}

.page-head {
  padding: 18px 0 0 0;
}

.page-head .page-title {
  float: left;
  padding: 0 0;
}

.page-head .page-title > h1 {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.5em;
  margin-top: 3px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FCFCFC;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.btn:not(.btn-link), .input-group-btn .btn:not(.btn-link), .btn-group-raised .btn:not(.btn-link), .btn-group-raised .input-group-btn .btn:not(.btn-link) {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.14);
}

#nprogress .bar {
  z-index: 99999;
}

.dl-horizontal dt {
  text-align: left;
}

.fieldset-description {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0.5em;
}

/*button hover colors*/
.btn.btn-default.btn-inverse:hover,
.btn.btn-default.btn-inverse:focus,
.btn.btn-default.btn-inverse:active,
.btn.btn-default.btn-inverse.active {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.btn.btn-default.btn-inverse:hover i,
.btn.btn-default.btn-inverse:focus i,
.btn.btn-default.btn-inverse:active i,
.btn.btn-default.btn-inverse.active i {
  color: #fff;
}

.btn.btn-default.btn-view:hover,
.btn.btn-default.btn-view:focus,
.btn.btn-default.btn-view:active,
.btn.btn-default.btn-view.active {
  background: #428bca;
  border-color: #428bca;
}

.btn.btn-default.btn-edit:hover,
.btn.btn-default.btn-edit:focus,
.btn.btn-default.btn-edit:active,
.btn.btn-default.btn-edit.active {
  background: #ff9900;
  border-color: #ff9900;
}

.btn.btn-default.btn-delete:hover,
.btn.btn-default.btn-delete:focus,
.btn.btn-default.btn-delete:active,
.btn.btn-default.btn-delete.active {
  background: #cc0000;
  border-color: #cc0000;
}

.grid-header-settings,
.grid-header-sublinks,
.grid-header-limit,
.grid-header-limit_max,
.grid-header-price_without_vat,
.grid-header-price_with_vat {
  text-align-last: right;
}

.dl-horizontal.dl-lines {
}

.dl-horizontal.dl-lines dd {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.page-header-top {
}

.page-header .page-header-top .top-menu .nav-pills > li.dropdown > .dropdown-menu {
  z-index: 9996;
}

.dropdown-menu {
  font-size: inherit;
}

.top-menu .nav-pills {
  padding-left: 10px;
}

.top-menu .nav-pills > li > a {
  padding: 10px 10px;
  font-size: 14px;
  color: #74889A;
}

.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus {
  background-color: transparent;
  color: #428BCA;
}

.top-menu .fa-2x {
  font-size: 1.3em;
}

.page-content {
  background: #CED8E4;
}

#top-menu-icons i.fa {
  font-size: 19px;
}

.fa + .badge {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 9px;
  right: 0;
  font-weight: 300;
  padding: 3px 6px;
}

td.btns-actions {
  text-align: right;
  white-space: nowrap;
}

.navbar-toggle {
  border-color: #FFF;
  background: #74889A;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle:hover {
  background: #428BCA;
}

table.table-list td .thumbnail {
  display: table-cell;
  width: 50px;
  height: 40px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  border: 0;
}

table.table-list tr:hover td .thumbnail {
  background: #f5f5f5;
}

table.table-list td .thumbnail img {
  max-width: 40px;
  max-height: 30px;
}

table.table-list td .thumbnail .no-thubnail .fa {
  font-size: 30px;
  color: #ddd;
  line-height: 1;
}

/*ico-... pojmenovani podle ucelu*/
.ico-status {
  font-size: 15px;
  line-height: 1;
}

.ico-folder {
  color: #ECC236;
  font-size: 15px;
  line-height: 1;
  margin-right: 2px;
}

.ico-page {
  font-size: 15px;
  line-height: 1;
  margin-right: 2px;
  color: #578CE0;
}

td.td-thumbnail {
  width: 70px;
}

.th-date {
  text-align: right;
  width: 100px;
}

.th-buttons {
  width: 145px;
}

.table > thead > tr > th.checker {
  width: 13px;
  padding-left: 29px;
}

.fa.ico-children,
.td-icons .text-on .fa {
  color: #666;
}

.text-off,
.text-off .fa.ico-children,
.td-icons .fa {
  color: #E6E6E6;
}

#group_copy_orders {
  margin-top: -30px;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 5px;
    margin-right:10px;
  }

  .form-inline .form-group:last-of-type {
    margin-right:0px;
  }
  .form-inline .form-group label {
    display: inline-block;
    margin-bottom: 2px;
  }
}

th.grid-header-is_active {
  width: 13px;
}

#group-buttons .panel-body {
  background: #fff;
  padding: 0;
}

#group-buttons.fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin-bottom: 0;
  border-top: 1px solid #CCC;
  text-align: center;
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.85);
}

/*********.ibrowser************/
.ibrowser {
  margin: 0;
  padding: 0;
}

.ibrowser .li {
  padding: 0;
  list-style: none;
  display: table;
  float: left;
  /* overflow: hidden; */
  width: 202px;
  height: 202px;
  text-align: center;
  background-color: #fff;
  margin: 0 5px 10px 5px;
  border: 1px solid #dadada;
  position: relative;
}

.ibrowser .li div.image-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #FFFFFF;
  background: #fff;
}

.ibrowser .li.selected div.image-container {
  border-color: #86bee1;
  background: #d9edf7;
}

.ibrowser .li div.image-container span.image {
  display: block
}

.ibrowser .li div.image-container span.image img {
  max-width: 190px;
  max-height: 190px;
}

.ibrowser div.sizing {
  margin: 0;
  padding:10px;
  position: absolute;
  flex-direction:column;
  justify-content:center;
  bottom: 1px;
  left: 1px;
  width: 99%;
  height:99%;
  background-color: rgba(255, 255, 255, 0.75);
  display:none;
}


.ibrowser .li:hover div.sizing {
  display: flex;
}

.ibrowser .li:hover div.sizing .btn {
  margin:5px;
}

.ibrowser .li-nodataitems {
  list-style: none;
  padding: 1em;
  margin: 1em;
}

.tab-content > .tab-pane > .tab-inner {
  padding: 20px 0;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
  margin-top: -2px;
}

.btn-default .badge.badge-info {
  color: #fff;
  background-color: #428bca;
}

.btn-default:hover .badge.badge-info,
.btn-default:active .badge.badge-info,
.btn-default:focus .badge.badge-info {
  color: #428bca;
  background-color: #fff;
}

.btn sup .badge {
  font-size: 10px !important;
  position: absolute !important;
  right: -10px;
  top: -4px !important;
  padding: 2px 5px;
  height: 15px;
}

.page-header .navbar-nav > li .dropdown-menu li > a {
  padding: 10px 8px
}

.dropdown-menu > li:not(.divider) {
  display: table;
  width: 100%;
}

.dropdown-menu > li:not(.divider) > a {
}

.dropdown-menu > li:not(.divider) > a > i {
  display: table-cell;
}

.dropdown-menu > li:not(.divider) a > span {
  display: table-cell;
  padding-left: 7px;
}

.page-footer {
}

.page-footer a {
  color: #a2abb7;
}

.page-footer a:hover {
  color: #fff;
}

#table_regions .row_region {
}

#table_regions .row_block td:nth-child(3) {
  padding-left: 50px;
}

#table td.actions {
  white-space: nowrap;
}

td.nowrap {
  white-space: nowrap;
}

.panel.panel-default .panel-body.panel-body-inverted {
  background: #fff;
}

@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 240px;
  }

  .dl-horizontal dt {
    width: 220px;
  }
}

.beta {
  background: url(../img/sticker-beta.png) no-repeat;
  width: 82px;
  height: 82px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.buttons-in-inline-form {
  display: inline-block;

}

.buttons-in-inline-form .form-group {
  padding-top: 0;
}

.img-avatar img {
  width: 26px;
  height: 26px;
}

.top-menu .nav-pills > li.dropdown-avatar > a {
  padding-top: 8px;
}

.progress-bar-label {
  display: block;
  padding-top: 10px;
}

.width-30 {
  width: 30%;
}

.setup-panel .list-group-item-heading {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 17px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #5b9bd1;
  font-weight: bold;
  margin: 10px auto;
}

.setup-panel .active .list-group-item-heading {
  background: #fff;
  color: #337ab7;
}

.setup-panel .list-group-item-text {
  min-height: 2.5em;
}

.checkbox + .checkbox {
  margin-top: 0;
}

dl.dl-inline {
  clear: both;
}

dl.dl-inline dt {
  display: inline-block;
}

dl.dl-inline dd {
  display: inline-block;
  text-align: right;
  float: right;
}

dl.no-margin {
  margin: 0;
}

/* Tiles */
.tiles .tile.selected.finished {
  border-color: green !important;
}

.tiles .tile.selected.finished .corner:after {
  border-right-color: green !important;
}

.relative {
  position: relative;
}

/* vypis stranek pro mobily (medard) */
@media (max-width: 767px) {
  table#grid thead {
    display: none;
  }

  #grid #tbody_filter {
    display: block;
    width: 100%;
  }

  table#grid tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    padding: 20px 0 15px 32px;
  }

  #grid #tbody_folders tr {
    padding-left: 15px;
  }

  table#grid td {
    border-top: 0;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  table#grid .td-move {
    height: 100%;
    position: absolute;
    width: auto;
  }

  table#grid .td-move span.move-icon {
    position: absolute;
    margin-left: -40px;
    height: calc(100% + 1px);
    margin-top: -21px;
  }

  #grid #tbody_folders .td-move span.move-icon {
    margin-left: -23px;
  }

  table#grid .td-move span.move-icon .fa-ellipsis-v {
    position: absolute;
    top: 45%;
    left: 40%;
  }

  table#grid .td-move input {
    margin-left: -20px;
  }

  table#grid .td-status,
  table#grid .td-title {
    display: inline;
  }

  table#grid #tbody_folders .td-status {
    padding-left: 0;
  }

  table#grid .td-status {
    width: 10%;
  }

  table#grid .td-title {
    font-size: 1.2em;
    padding-left: 0;
  }

  table#grid .td-title .item-title {
    display: inline;
  }

  table#grid .td-icons {
    width: 80%;
    float: right;
    display: block;
  }

  table#grid .td-icons span {
    display: inline-block;
    text-align: center;
  }

  table#grid .td-date {
    display: block;
    float: left;
    width: 20%;
    text-align: left;
    padding-left: 0;
  }

  table#grid .btns-actions {
    display: block;
    clear: both;
  }

  table#grid .td-subitems {
    display: block;
  }

  table#grid .td-thumbnail,
  table#grid .thumbnail {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  table#grid .td-thumbnail .thumbnail a > img {
    max-width: 100%;
    max-height: none;
    width: auto;
    height: auto;
  }

  #tbody_folders .td-thumbnail {
    padding-left: 0;
  }
}

.item-url {
  display: block;
  padding-left: 26px;
}

ul.list-news {
  list-style: none;
  padding-left: 0;
}

ul.list-news li {
  padding-bottom: 5px;
}

ul.list-news li .date {
  display: inline-block;
  background: #d9edf7;
  width: 80px;
  padding: 0.2em 0.5em 0.2em 0;
  text-align: right;
}

.display-block {
  display: block;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  font-family: 'Glyphicons Halflings' !important;
  font-size: 10px;
  margin-top: 3px;
}

.text-highlight {
  background: yellow;
}

h3 .label {
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 400;
  padding: 4px 6px;
}

.panel-title .label {
  margin-top: -2px;
  border: 1px solid #ffffff;
}

#frm-datagrid-filter .col-name {
  white-space: nowrap;
}

.datagrid-comments tbody td
{
  vertical-align: top !important;
}
.datagrid-comments tbody td.col-checkbox{
  padding-top: 7px;
}

ul.backup-contents { list-style: square; }
ul.backup-contents .backup-item { font-size: 105%; }
ul.backup-contents .backup-item-dir {}
ul.backup-contents .backup-item-json {}
ul.backup-contents .backup-item-empty { opacity: 0.75; }
ul.backup-contents .backup-item-title { font-weight: bold; }
ul.backup-contents .backup-item-desc {}
ul.backup-contents .backup-item-empty .backup-item-desc { font-style: italic; }
ul.backup-contents .backup-item-desc-count span { font-weight: bold; }
ul.backup-contents .backup-item-desc-size span { font-weight: bold; }

/*
 * Flags
 */
.flag-icon-en_gb {
  background-image: url(../img/gb.svg);
}

.flag-icon-sk_sk {
  background-image: url(../img/sk.svg);
}

.flag-icon-cs_cz {
  background-image: url(../img/cz.svg);
}

.flag-icon:before {
  content: "\00a0";
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

/*
 * Inline form in filebrowser
 */
.filebrowser-h5 {
  width: 202px;
  height: 20px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  opacity: 0.75;
}

.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto !important
}

.ui-autocomplete {
  z-index: 10055;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Použito v nastavení pro TinyMCE */
@media (min-width: 768px) { .tinymce_toolbar_type_img { width: 650px; } }
@media (min-width: 992px) { .tinymce_toolbar_type_img { width: 870px; } }
@media (min-width:1200px) { .tinymce_toolbar_type_img { width: 1070px; } }

.mce-i-selectall:before{content:"\e033"}

#gadgets {
  position: relative;
  width: 750px;
  height: auto;
}
#gadgets ul {
  overflow: hidden;
  position: relative;
  top: 0;
}
#gadgets li {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  cursor: move;
  display: block;
  float: none;
  height: 40px;
  margin: 0 0 15px 0;
  position: relative;
  width: 250px;
  text-align: center;
  color: #242424;
}

#gadgets .gcontent {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gadgets .gcontent span {
  font-size: 12px;
  line-height: 40px;
  padding: 0 0 0 0;
  position: relative;
  text-transform: uppercase;
}

#gadgets li.red {
  opacity: 0.5;
}
#gadgets li.green {
  opacity: 1;
}
#gadgets li:after {
  content: "";
  background: #50AB38;
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: 10px;
}
#gadgets li.red:after {
  background-position: bottom center;
  background: #ab3838;
}
#gadgets li:before {
  background-color: transparent;
  content: "";
  display: block;
  height: 32px;
  left: 6px;
  position: relative;
  top: 4px;
  width: 32px;
}

/*------hover efekty---------*/
#gadgets li:hover {
  border: 1px solid #B6B6B6;
  background: #fff3c3;
}
#gadgets li.active {
  background: #d9efd3;
}
#gadgets li:hover span {
  font-weight: bold;
}

/*--------vlastnosti jednotlivých šablon------------*/
#gadgets.template7 ul,
#gadgets.template12 ul {
  width: 1000px;
  position: absolute;
}
#gadgets.template7 ul {
  right: -245px;
}
#gadgets.template12 ul {
  left: -245px;
}
#gadgets.template7 li {
  float: right;
  margin: 0 215px 15px 0;
}
#gadgets.template7,
#gadgets.template12 {
  height: 290px;
}

#gadgets.template12  li {
  float: left;
  margin: 0 0 15px 215px;
}

/* nastaveni bloku */

#gadgets .gcontent a {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  font-size: 16px;
  display: none;
}

#gadgets li:hover .gcontent a {
  display: block;
}

#group_item_description p.fieldset-description {
  border-bottom: 0;
}

img.thumbnail-img {
  float: right;
  padding-right: 10px;
  height: 20px;
  width: auto;
}

div.bootstrap-select span.filter-option img {
  display: none;
}

#frm-issuedInvoiceForm #group_new_contact .form-group {
  width: 45%;
  display: inline-block;
  padding-right: 10px;
}

#frm-issuedInvoiceForm #group-params .form-group,
#frm-issuedInvoiceForm #group_bank_payment .form-group {
  vertical-align: top;
  width: 30%;
  display: inline-block;
  padding-right: 10px;
}

#frm-searchOrdersForm .bootstrap-select {
  width: 200px;
}

.group-col3 > .form-group {
  width: 30%;
  display: inline-block;
  padding-right: 10px;
}

.group-col2 > .form-group {
  width: 45%;
  display: inline-block;
  padding-right: 10px;
}

.form-control.normal-width.vat-rate {
  width: 150px;
}

ul#contentTab li.active a {
  color: #666;
  background-color: #f8f8f8;
}

form.search-form {
  background-color: #fff;
  padding: 1em 1em 0 1em;
  box-sizing: border-box;
}

#table-group-actions {
  padding-top: 10px;
}

#stats-order-table table > tbody > tr:last-child > td {
  font-weight: bold;
  border-top: 2px solid #ddd;
}

#group-comments label.required {
  display: none;
}

@media (min-width:992px) {
  .navbar.navbar-inverse .dropdown-menu {
    max-height: 90vh;
  }
}

@media (min-width: 768px){
  #group-souvisejici-platby .panel-body,
  #group-souvisejici-doprava .panel-body {
    column-count: 2;
    column-gap: 40px;
  }

  #group-souvisejici-platby .checkbox,
  #group-souvisejici-doprava .checkbox {
    margin-top: 0;
  }
}

.page-content.preview-mode > .row {
  display: flex;
}

@media (max-width: 991px) {
  .page-content.preview-mode > .row {
    flex-direction: column;
    height: auto;
  }
  #admin-frame-container,
  #preview-frame-container {
    height: 1000px;
  }
  #admin-frame-container {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  #admin-frame-container .ui-resizable-handle {
    display: none !important;
  }
  #preview-frame-container {
    padding-left: 15px;
  }
}

.page-content .portlet {
  margin-bottom: 0;
}

.frame-container {
  height: calc(100vh - 105px); /* bez horniho menu a footeru */
  /* height: calc(100vh - 105px); /* s hornim menu, bez footeru */ 
}

.dock-window iframe {
  height: 100%;
}

.frame-container.dock-enable {
  position: relative
}

.frame-container iframe {
  width: 100%;
  height: calc(100% - 25px);
  border: 0;
}

.frame-container .dock-window {
  padding-right: 0;
  position: absolute;
  right: 30px;
  bottom: 0;
  height: 500px;
  width: 700px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: white;
}

.frame-container .half {
  padding-left: 0;
}

/* Preview mode
====================================================================== */

.page-content.preview-mode {
  padding: 15px;
}


/* Dock bar
====================================================================== */

.dock-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
  width: 100%;
  background-color: #2a3645;
  padding: 0 5px;
}

.dock-window .dock-bar {
  cursor: move;
}

.dock-container a {
  color: #ddd;
  padding: 4px 8px;
}

.dock-container a:hover {
  color: #fff;
}

.dock-bar-space {
  flex-grow: 1;
}

.dock-bar .fa {
  font-size: 1.25rem;
}

.dock-bar .fa-home,
.dock-bar .fa-times {
  font-size: 1.375rem;
}

.dock-bar .fa-window-maximize,
.dock-bar .fa-window-minimize,
.dock-bar .fa-window-restore {
  font-size: 1.125rem;
}


/* Layout settings on dock bar (template window)
====================================================================== */

.dock-container {
  position: relative;
}

.dock-container .layout-settings {
  position: absolute;
  left: 0;
  top: 25px;
  width: 230px;
  height: 0;
  margin: 10px;
  overflow: hidden;
  background-color: #2a3645;
}

.dock-container .layout-settings:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -6px;
  left: 13px;
  border-bottom: 6px solid #2a3645;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.dock-container .layout-settings.open {
  height: auto;
  padding: 8px 0;
  overflow: visible;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dock-container .layout-settings a {
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  box-shadow: none;
}

.dock-container .layout-settings a:hover {
  color: #fff;
  background-color: #428BCA;
}

.dock-container .layout-settings a:hover .fa {
  opacity: 1;
}

.dock-container .layout-settings a:focus:not(:hover) {
  color: #ddd;
}


.dock-container .layout-settings .fa {
  width: 26px;
  padding-right: 10px;
  text-align: center;
  opacity: 0.8;
}


/* Set minimal dimensions for dock (modal) window
====================================================================== */

.dock-window {
  min-height: 280px;
  min-width: 340px;
  padding-bottom: 15px;
  border: none;
  overflow: hidden;
  transition: .2s;
  transform-origin: right bottom;
}


/* Dock full size
====================================================================== */

.dock-window.dock-fullsize {
  width: auto !important;
  left: 15px !important;
  right: 15px !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
}


/* Dock minimized view (in corner)
====================================================================== */

.dock-window.dock-compress {
  width: 50px !important;
  height: 50px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  right: 50px !important;
  left: auto !important;
  bottom: 17px !important;
  top: auto !important;
  transition: .2s;
  transform-origin: right bottom;
}
.dock-window.dock-compress .dock-bar {
  height: 50px !important;
  justify-content: center;
  cursor: initial;
}
.dock-window.dock-compress .ui-resizable-handle,
.dock-window.dock-compress .icon-settings,
.dock-window.dock-compress .dock-bar-space,
.dock-window.dock-compress .icon-refresh,
.dock-window.dock-compress .icon-maximize,
.dock-window.dock-compress .icon-home,
.dock-window.dock-compress .icon-close {
  display: none !important;
}
.dock-window.dock-compress #dockChangeView {
  padding: 15px;
}
.dock-window.dock-compress::before {
  display: none;
}


/* Custom resize corner for dock (modal) window
====================================================================== */

.dock-window .ui-resizable-handle {
  background-image: none;
}

.dock-window::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.15);
  bottom: 5px;
  right: 5px;
}


/* Disable dock (modal) view on mobile
====================================================================== */

@media (max-width: 991px) {
  .dock-enable {
    height: auto;
  }
  .dock-enable .dock-layout {
    height: 1000px;
  }
  .dock-enable iframe {
    height: calc(100% - 25px);
  }
  .dock-enable .dock-window {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    inset: auto !important;
    width: auto;
    max-width: 100%;
    height: 1000px;
    margin: 15px 15px 0;
  }
  .dock-enable .dock-window::before {
    display: none;
  }
  .dock-enable .dock-window iframe {
    height: calc(100% - 10px);
  }
  .dock-bar .icon-modal,
  .dock-bar .icon-close,
  .dock-bar #dockChangeView {
    display: none;
  }
}

/* Split view - custom resize handle
====================================================================== */

#admin-frame-container .ui-resizable-handle {
  width: 8px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='36' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' clip-rule='evenodd'/%3E%3C/clipPath%3E%3Cpath id='a' d='M0 0h8v36H0z'/%3E%3C/defs%3E%3Cg clip-path='url(%23b)' fill='%23B2B2B2'%3E%3Cpath d='M0 4a4 4 0 118 0 4 4 0 01-8 0zM0 18a4 4 0 118 0 4 4 0 01-8 0zM0 32a4 4 0 118 0 4 4 0 01-8 0z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}


/* Iframe scrollbar background
====================================================================== */

iframe {
  background-color: #fff;
}


/* Split view - minimal width
====================================================================== */

#preview-frame-container {
  min-width: 350px;
}


/* Admin window - 100% height
====================================================================== */

.preview-mode-container > #main-container > .portlet.light {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.preview-mode-container {
  padding-top: 0;
  padding-bottom: 0;
}

.preview-mode-container > #main-container {
  width: 100%;
  padding: 0;
}


/* Admin window - avoid border radius on fixed panel
====================================================================== */

.panel.fixed {
  border-radius: 0;
}


/* Admin window - fixed panel (button ulozit)
====================================================================== */

#group-buttons {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#group-buttons .form-group.fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin-bottom: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.85);
  border-top: 1px solid #CCC;
}

/* Dialog window - max height
====================================================================== */

.tox .tox-dialog {
  max-height: calc(100vh - 150px) !important;
  overflow: auto !important;
}


/* Collapsed menu (vysouvaci menu)
====================================================================== */

.page-header-menu.collapsing {
  overflow: hidden;
}
.page-header-menu.collapse.in {
  display: block;
}

@media (max-width: 991px) {
  .page-header .page-header-menu.collapsing {
    display: block;
    overflow: hidden;
  }
  .page-header-menu.collapse:not(.in) {
    /* prepsani nejakeho divneho js ktery
       pridava inline display: block */
    display: none !important;
  }
  .page-header-top .menu-toggler .fa,
  .menu-toggler-label {
    display: none;
  }
}


/* Preview mode collapsed menu (vysouvaci menu)
====================================================================== */

.page-header.preview-mode .page-header-top .menu-toggler {
  display: block;
}

.page-header.preview-mode .page-header-menu.collapse:not(.in) {
  /* prepsani nejakeho divneho js ktery
     pridava inline display: block */
  display: none !important;
}

@media (min-width: 992px) {
  .page-header.preview-mode {
    min-height: 75px;
  }

  .page-header.preview-mode .page-header-menu.collapse {
    display: none;
  }
  .page-header.preview-mode .page-header-menu.collapse.in {
    display: block;
  }

  /* vysouvaci menu v preview modu */
  .page-header.preview-mode .page-header-menu {
    height: auto;
    position: absolute;
    width: 100%;
  }

  .page-header.preview-mode .page-header-top .menu-toggler {
    font-size: 14px;
    color: #74889A;
    background: transparent;
    margin-top: 18px;
    margin-left: 3px;
    padding: 10px;
  }
  .page-header.preview-mode .page-header-top .menu-toggler:hover {
    color: #428BCA;
  }

  .page-header.preview-mode .page-header-top .menu-toggler .icon-bar {
    display: none;
  }

  .page-header.preview-mode .page-header-top .menu-toggler .fa,
  .page-header.preview-mode .page-header-top .menu-toggler .menu-toggler-label {
    display: inline;
  }

  /* odsunuti iframes pri vysunutem menu */
  #admin-frame-container,
  #preview-frame-container,
  .dock-layout,
  .dock-fullsize {
    height: 100% !important;
    transition: .3s;
  }
  #admin-frame-container.pt-50,
  #preview-frame-container.pt-50,
  .dock-layout.pt-50 {
    padding-top: 50px;
    transition: .3s;
  }
  .dock-fullsize:not(.dock-compress).pt-50 {
    margin-top: 50px;
    height: calc(100% - 50px) !important;
    transition: .3s;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* uprava menu tak, aby se veslo na sirku na jeden radek */
  .page-header-menu .navbar > .container {
    display: flex;
    justify-content: center;
  }
  .page-header-menu .navbar-nav {
    display: flex;
    align-items: stretch;
  }
  .page-header-menu .navbar-nav > li > a {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }
  .page-header-menu .navbar-nav > li > a > i {
    margin-bottom: 3px;
  }
  .page-header-menu .navbar-nav > li > a > .caret {
    position: absolute;
    bottom: 9px;
  }

  /* zmena vysky headru kvuli vetsimu menu */
  .page-header {
    min-height: 141px;
  }

  /* menu je o neco vyssi -> odsunuti iframes o vetsi kus */
  #admin-frame-container.pt-50,
  #preview-frame-container.pt-50,
  .dock-layout.pt-50 {
    padding-top: 67px;
  }
  .dock-fullsize.pt-50 {
    margin-top: 67px;
    height: calc(100% - 67px) !important;
  }
}

@media (max-width: 991px) {
  .page-content.preview-mode {
    padding-top: 0;
  }
}


/* Admin panel - preventing menu items overflow
====================================================================== */

/* zabraneni tomu, aby posledni dropdown menu na radku
   zalezalo za pravy okraj obrazovky */
@media (min-width: 992px) and (max-width: 1400px) {
  .page-header-menu .navbar-nav > .dropdown:last-child > .dropdown-menu {
    left: auto;
    right: 0;
  }
}


/* Admin panel - logo
====================================================================== */

.page-header .page-header-top .page-logo {
  width: 220px;
}


/* Admin panel - website icon
====================================================================== */

#top-menu-icons i.fa {
  font-size: 14px;
}


/* Admin panel - menu icon
====================================================================== */

/* .page-header.preview-mode .navbar-toggle {
  background: transparent;
  margin-top: 20px;
}

.page-header.preview-mode .navbar-toggle .icon-bar {
  border-radius: 2px !important;
  background-color: #74889A;
} */

#top-menu-icons li a {
  padding-right: 0;
}

.nav > li > a {
  display: inline-block;
}

/* Admin panel - preview mode toggler
====================================================================== */

.preview-mode-toggle {
  position: relative;
}

/* Product page responsive fix
====================================================================== */

#group-product .group-col3 .form-group .input-group,
#group-product .group-col3 .form-group select {
  width: 100%;
}

#group-product .group-col3 {
  display: flex;
  flex-wrap: wrap;
}

#group-product .group-col3 .form-group {
  width: 33.333%
}

#group_payment_section_active .form-group {
  vertical-align: top;
}

@media (max-width: 479px) {
  #group-product .group-col3 .form-group {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  #group-product .group-col3 .form-group {
    width: 20%;
  }
}


/* inPage Wizard fix
====================================================================== */

.nav-pills.nav-justified.setup-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.nav-pills.nav-justified.setup-panel > li {
  display: block;
  width: 100%;
  text-align: center;
  flex: 1 1 0px; /* px je zde kvuli IE */
}

.nav-pills.nav-justified.setup-panel > li > a {
  width: 100%;
}

@media (min-width: 692px) {
  .nav-pills.nav-justified.setup-panel {
    flex-direction: row;
  }
}

.wizard-steps-desktop {
  display: none !important;
}

.wizard-steps-mobile {
  display: flex;
  margin-bottom: 2rem;
}

@media (min-width: 692px) {
  .wizard-steps-mobile {
    display: none;   
  }
  .wizard-steps-desktop {
    display: flex !important;
  }
}

.wizard-steps-mobile button {
  margin-left: 1rem;
}

/* vyber sablon */
.body-wizard .portlet-body > .row {
  display: flex;
  flex-wrap: wrap;
}


/* Alert messages
====================================================================== */

#snippet--alert {
  display: flex;
  background: #fff;
}

#snippet--alert .alert {
  width: 100%;
  margin: 15px;
  border: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .07);
}

#snippet--alert .alert-success {
  background: #ecfce8;
}
#snippet--alert .alert-error,
#snippet--alert .alert-danger {
  background: #ffe5e5;
}
#snippet--alert .alert-warning {
  background: #fff2e5;
}
#snippet--alert .alert-info {
  background: #ebf3f9;
}

#snippet--alert .alert button.close {
  top: 0;
  width: 20px;
  height: 20px;
  background-position: center;
}

.datepicker-container {
  position: relative;
}

.form-group.label-block label {
  display: block;
}

.dropdown-menu {
  min-width: 210px;
}

@media (min-width: 768px){
  .dropdown-menu > li.sub-item > .submenu {
    min-width: 195px;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
  }

  .dropdown-menu > li.sub-item:hover > .submenu {
    display: block;
  }

  #navbar .dropdown > .dropdown-menu:after,
  #navbar .dropdown > .dropdown-menu:before {
    content: none;
  }

  #navbar .dropdown.sub-item span,
  #navbar .dropdown.sub-item i {
    display: inline-table;
  }

  #navbar .dropdown span.fa-caret-right {
    float:right;
    margin-right: 1em;
  }
}

@media (max-height: 645px) and (min-width: 768px) {
  .dropdown-menu > li.sub-item > .submenu {
    display: none;
    position: relative;
    left: 0;
    top: 0;
  }
  .navbar.navbar-inverse .dropdown-menu {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 767px){
  .dropdown-menu > li.sub-item > .submenu {
    padding-left: 20px;
  }
}

form.packeta-form label[for=frm-shippingForm-cod],
form.packeta-form label[for=frm-shippingForm-value],
form.packeta-form label[for=frm-shippingForm-width],
form.packeta-form label[for=frm-shippingForm-height],
form.packeta-form label[for=frm-shippingForm-company],
form.packeta-form label[for=frm-shippingForm-length] {
  font-weight: 400;
}

form.zslt-form label[for=frm-shippingForm-company]
{
  font-weight: 400;
}

form.zslt-form label[for=frm-shippingForm-cod],
form.zslt-form label[for=frm-shippingForm-value] {
  font-weight: 400;
}

#group_structured_active div.form-group:nth-child(3),
#group_structured_active div.form-group:nth-child(4),
#group_structured_active div.form-group:nth-child(5),
#group_structured_active div.form-group:nth-child(6),
#group_structured_active div.form-group:nth-child(7),
#group_structured_active div.form-group:nth-child(8) {
  display: inline-flex;
  flex-direction: column;
  width: 49%
}

#files_show_details > label.required {
  display: block;
}

#files_show_details div.checkbox:nth-child(2),
#files_show_details div.checkbox:nth-child(3),
#files_show_details div.checkbox:nth-child(4),
#files_show_details div.checkbox:nth-child(5),
#files_show_details div.checkbox:nth-child(6),
#files_show_details div.checkbox:nth-child(7),
#files_show_details div.checkbox:nth-child(8),
#files_show_details div.checkbox:nth-child(9),
#files_show_details div.checkbox:nth-child(10),
#files_show_details div.checkbox:nth-child(11) {
  display: inline-flex;
  flex-direction: column;
  width: 40%
}

.colorscheme a:hover,
.colorscheme a:focus {
  text-decoration: none;
}

.alert-upgrade {
  display: flex;
  padding: 2rem;
  line-height: 1.6;
}

.alert-upgrade .alert-icon {
  font-size: 2.5rem;
  min-width: 4.5rem;
}


/* Profesni sablony
====================================================================== */

.templates-list {
  display: flex;
  flex-wrap: wrap;
}

.template-thumb-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.template-preview-link:hover,
.template-preview-link:focus {
  text-decoration: none;
}

.template-preview-link .fa {
  margin-left: .5rem;
}

.template .thumb .img-responsive {
  width: 100%;
}

/* Upgrade table
====================================================================== */

.upgrade-table-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.upgrade-table {
  max-width: 30rem;
  flex-grow: 1;
  text-align: center;
  padding: 1.5rem 0;
  margin: .75rem;
  border-radius: .5rem !important;
  background-color: #fbfbfb;
}
.upgrade-table.highlight {
  border: 1px solid #90C283;
  background-color: #EDFCEA;
}
.upgrade-table:first-child {
  border: 1px solid #dedede;
}
.upgrade-table:last-child {
  border: 1px solid #90C283;
}
.upgrade-table > div {
  border-radius: .375rem !important;
  padding: .75rem;
}
.upgrade-table-accent {
  font-weight: 600;
  font-size: 1.4em;
}
.upgrade-table .btn.disabled {
  opacity: .9;
  color: #555;
}
.upgrade-table .btn.disabled:hover {
  cursor: initial;
  opacity: 1;
  color: #333;
}
.upgrade-table .btn-default.disabled,
.upgrade-table .btn-default.disabled:hover {
  background-color: gray;
  color: white;
  opacity: 1;
}
.upgrade-table .text-success {
  color: #3C9825;
}
.upgrade-table .fa {
  padding-right: .25em;
}
.upgrade-table h3 {
  margin-top: .75em;
  margin-bottom: .5em;
  font-weight: 500;
}
.rating {
  margin-bottom: .5rem;
}
.rating .fa {
  color: #428bca;
  font-size: 1.5rem;
}

#frm-upgradeForm #group-buttons .form-group {
  text-align: right;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Login blog block
====================================================================== */

.login .content {
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767.98px) {
  .login .content,
  .blog-news .card {
    max-width: 470px;
    margin-inline: auto;
  }
}

.blog-news {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.blog-news h2 {
  color: #fff;
}
.blog-news .card {
  border: none;
  border-radius: 15px !important;
  overflow: hidden;
  box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.25);
  margin-block: 1rem;
  transition: .2s;
}
.blog-news .card:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.blog-news .thumbnail {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.blog-news .thumbnail img {
  max-width: 100%;
}
.blog-news .info {
  color: #444;
  background: #f2f2f2;
  padding: 3rem;
}
.blog-news .info span {
  color: #777;
}
.blog-news .info h3 {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2rem;
}
.blog-news .info .fa {
  padding-right: 0.5rem;
}
.blog-news .info p {
  margin-top: 1rem;
  color: #777;
  font-size: 1.5rem;
}
.blog-news a {
  color: #444;
}
.blog-news a:hover {
  color: #4b86bc;
  text-decoration: none;
}

/* Loader overlay
====================================================================== */

.overlay {
  height: 100%;
  width:  100%;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.75);
  overflow-x: hidden;
  /* backdrop-filter: blur(1px); */
}

.loader {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
}

.loader-bar {
  position: relative;
  width: 100px;
  height: 5px;
  margin: 25px auto;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 3px !important;
  background-color: #000;
  background-color: rgba(0,0,0, 0.75);
}

.loader-bar-inner {
  position: absolute;
  left: -1px;
  bottom: 0;
  height: 3px;
  width: 25%;
  border-radius: 3px !important;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, .5);
  transition: 3s;
}

.spinner {
  position: relative;
  width: 32px;
  height: 32px;
  top: 32px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 50px;
}
.spinner .blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 50% !important;
}
.spinner .blob.blob-top {
  top: 0;
  -webkit-animation: blob-top 1s infinite ease-in;
          animation: blob-top 1s infinite ease-in;
}
.spinner .blob.blob-bottom {
  top: 100%;
  -webkit-animation: blob-bottom 1s infinite ease-in;
          animation: blob-bottom 1s infinite ease-in;
}
.spinner .blob.blob-left {
  left: 0;
  -webkit-animation: blob-left 1s infinite ease-in;
          animation: blob-left 1s infinite ease-in;
}
.spinner .move-blob {
  background: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, .5);
  top: 0;
  -webkit-animation: blob-spinner-mover 1s infinite ease-in;
          animation: blob-spinner-mover 1s infinite ease-in;
}

@keyframes blob-bottom {
  25%, 50%, 75% {
      top: 50%;
      left: 100%;
  }
  100% {
      top: 0;
      left: 50%;
  }
}

@keyframes blob-left {
  25% {
      top: 50%;
      left: 0;
  }
  50%, 100% {
      top: 100%;
      left: 50%;
  }
}

@keyframes blob-top {
  50% {
      top: 0;
      left: 50%;
  }
  75%, 100% {
      top: 50%;
      left: 0;
  }
}

@keyframes blob-spinner-mover {
  0%, 100% {
      top: 0;
      left: 50%;
  }
  25% {
      top: 50%;
      left: 100%;
  }
  50% {
      top: 100%;
      left: 50%;
  }
  75% {
      top: 50%;
      left: 0;
  }
}

.blink-me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.visible-link.login-link {
  height: 43px;
  padding: 11px 13px !important;
  background-color: #dde3ec;
}

@media (min-width: 1200px) {
  .blog-news .info {
    min-height: 266px;
  }
}

/*form-check form-switch
=============================*/
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
.form-check-input[type=checkbox] {
  border-radius: 0.25em!important;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0!important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em!important;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* tab publish form-switch
============================*/
.nav-publish {
  display:flex;
  justify-content:end
}

.nav-publish .form-switch{
  padding: 0px 15px 0px 3.5rem;
}

.nav-publish .form-check-label{
  margin-bottom:0;
}

.blog-news .thumbnail {
  position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 0;
padding: 0;
padding-bottom: 66.6666666667%;
margin: auto;
margin-bottom: 0;
border: none;
}
.blog-news .thumbnail img {
  position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 100%;
height: 100%;
max-height: unset;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: .2s;
transition: .2s;
}