body {
  font-size: 13px;
}

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

.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: #f3f3f3;
  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: #f4f4f4;
  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;
}

input.title {
  font-weight: bold;
}

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

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

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

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

/*ck editor*/
.cke_chrome {
  background: transparent !important;
  border: 0px !important;
  padding: 0px !important;
}

.cke_bottom, .cke_top {
  background: transparent !important;
}

.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: #009900;
  color: #37C314;
}

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

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

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

/*
.alert{
  background: #fff !important;
  border-width: 1px 1px 1px 3px;
}
.alert-danger{
  border-color: #990000;
  color: #990000;
}
*/

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

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

.bootstrap-select .dropdown-menu {
  font-size: 13px;
  border: 1px solid #799bd2;
  background: #ffffe5;
  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;
}

.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: 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);*/
  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: #990000;
  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: 0px;
  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;
}

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

  .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 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  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 a.image {
  display: block
}

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

#ibrowser div.sizing {
    margin: 0;
    padding: 0 0 5px 0;
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 99%;
    background-color: rgba(255, 255, 255, 0.75);
}

#ibrowser .li:hover div.sizing {
  display: block;
}

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

/* table diff */
table.diff {
  table-layout: fixed;
  width: 100%;
  white-space: pre-wrap;
  background: #fff;
}

table.diff tbody tr td:nth-child(2) {
  width: 2%
}

table.diff col.content {
  width: auto
}

table.diff col.content.diffsplit {
  width: 49%
}

table.diff col.diffsplit.middle {
  width: auto
}

table.diff col.ltype {
  width: 30px
}

table.diff tr {
  background-color: transparent
}

table.diff th {
  padding: 8px;
  vertical-align: middle;
  word-wrap: break-word;
  background: #f5f5f5;
  font-weight: 600;
  border-bottom: 2px solid #ddd;
}

table.diff th.empty {
  background: transparent;
  padding: 0;
  border: 0;
}

table.diff td {
  font-family: Consolas, Monaco, monospace;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 .5em;
  vertical-align: top;
  word-wrap: break-word
}

table.diff td h1, table.diff td h2, table.diff td h3, table.diff td h4, table.diff td h5, table.diff td h6 {
  margin: 0
}

table.diff .diff-addedline ins, table.diff .diff-deletedline del {
  text-decoration: none
}

table.diff .diff-deletedline {
  background-color: #ffe9e9
}

table.diff .diff-deletedline del {
  background-color: #faa
}

table.diff .diff-addedline {
  background-color: #e9ffe9
}

table.diff .diff-addedline ins {
  background-color: #afa
}

#group-buttons {
}

/* 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;
  padding: 1px 6px;
}

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

/*
 * Inline form in filebrowser
 */
.filebrowser-filter-form .form-group label {
  display: inline-block !important;
}
.admin2-filebrowser-h5 {
  width: 202px;
  height: 20px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  opacity: 0.75;
}
#frm-filebrowserSelectGalleryForm-filter {
  max-width: 240px !important;
}



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



/**
 * ZobrazenÃ­ carouselu v dialozÃ­ch TinyMCE
 */
.mce-inpagemotivebankcontrol.carousel {
  position: relative;
  width: 690px !important;
}
.mce-inpagemotivebankcontrol.carousel .carousel-indicators {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0px;
  margin-left: -50%;
  margin-top: 10px;
  text-align: center;
  list-style: none;
}
.mce-inpagemotivebankcontrol.carousel .carousel-indicators li {
  background-color: transparent;
  border: 1px solid #ff00b4;
  border-radius: 10px !important;
  box-shadow: 0px 0px 5px rgba(255, 44, 55, 0.5);
  display: inline-block;
  height: 10px;
  margin: 0;
  margin-right: 2px;
  text-indent: -999px;
  cursor: pointer;
  width: 10px;
}
.mce-inpagemotivebankcontrol.carousel .carousel-indicators li.active {
  background-color: #ff00b4;
  height: 12px;
  width: 12px;
}
.mce-inpagemotivebankcontrol.carousel .carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mce-inpagemotivebankcontrol.carousel .carousel-inner .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.mce-inpagemotivebankcontrol.carousel .carousel-inner .item img {}
.mce-inpagemotivebankcontrol.carousel .carousel-inner .item .carousel-caption {
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
.mce-inpagemotivebankcontrol.carousel .carousel-inner .item .carousel-caption .motive-title {
  color: #ff00b4;
  display: block;
  font-size: 16px;
  font-weight: 600;
  left: calc(50% - 50px);
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(255, 44, 55, 0.5);
  top: 5px;
  width: 100px;
}
.mce-inpagemotivebankcontrol.carousel .carousel-inner .item.active {
  display: block;
}
.mce-inpagemotivebankcontrol.carousel .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #ff00b4;
  text-align: center;
}
.mce-inpagemotivebankcontrol.carousel .carousel-control.left {
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-repeat: repeat-x;
  left: 0px;
}
.mce-inpagemotivebankcontrol.carousel .carousel-control.right {
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-repeat: repeat-x;
  left: auto;
  right: 0px;
}
.mce-inpagemotivebankcontrol.carousel .carousel-control span {
  color: #ff00b4;
  font-size: 48px;
  position: relative;
  top: 38px;
  text-shadow: 2px 2px 3px rgba(255, 44, 55, 0.2);
}
.mce-inpagemotivebankcontrol.carousel .carousel-control.left span { left: -10px; }
.mce-inpagemotivebankcontrol.carousel .carousel-control.right span { right: -10px; }
.mce-inpagemotivebankcontrol.carousel .motive-variants {
  display: block;
  left: calc(50% - 100px);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 31px;
  width: 200px;
}
.mce-inpagemotivebankcontrol.carousel .motive-variants > li {
  box-shadow: 0px 0px 5px rgba(255, 44, 55, 0.5);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.mce-inpagemotivebankcontrol.carousel .motive-variants > li > span {
  background-color: black;
  border: 2px solid black;
  border-radius: 25% !important;
  box-shadow: 0px 0px 5px rgba(255, 44, 55, 0.5);
  cursor: pointer;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.mce-inpagemotivebankcontrol.carousel .motive-inner {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mce-inpagemotivebankcontrol.carousel .motive-inner h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
  text-align: center;
}
.mce-inpagemotivebankcontrol.carousel .motive-inner h5 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}



/*
 * Seznam Mapy
 */
.mce-inpageseznammapycontrol {
  background-color: #ddd !important;
  overflow: hidden;
}
.mce-inpageseznammapycontrol > div {
  min-width: 602px;
  height: 300px;
}


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

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