﻿body,
html {
  margin: 0;
  padding: 35px 0;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
body.free,
html.free {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.hidden {
  display: none;
}
/*Telerik modifications*/
.cellnowrap {
  overflow: hidden !important ;
}
input.riTextBox {
  height: 34px !important;
}
.rounded {
  border-radius: 3px;
  overflow: hidden;
  /*color: #dbcf00;*/
}
.gridbuttons,
.gridbuttons a {
  color: #ffffff !important;
}
.gridbuttons a:hover {
  text-decoration: none;
}
/* DELETE tlačítko – změní barvu ikonky */
/* Změna barvy delete ikonky v celém webu */
.RadGrid .rgActionButton.rgDel .rgDelIcon {
  color: #dc3545 !important;
  /* Změna barvy samotné ikonky */
}
.RadGrid .rgActionButton.rgDel:hover .rgDelIcon {
  color: #dc3545 !important;
  /* Změna barvy samotné ikonky */
  border: 1px solid #dc3545 !important;
  /* Stejná barva pro ohraničení */
}
.rgCommandCellLeft .t-button {
  background-color: #5bc0de !important;
  color: #ffffff !important;
}
.rgCommandCellLeft .t-button:hover,
.rgCommandCellLeft .t-button:focus {
  background-color: #337ab7 !important;
}
/*checkbox as button*/
.checkbox .btn,
.checkbox-inline .btn {
  padding-left: 2em;
  min-width: 8em;
  margin-bottom: 15px;
}
.checkbox label,
.checkbox-inline label {
  text-align: left;
  padding-left: 0.5em;
}
/*padding of raddock*/
.rdMiddle .rdCenter .rdContent {
  margin-top: 0.5em;
}
/** For asyncupload browse button */
html .RadUpload .ruFakeInput {
  width: 100%;
  height: 34px;
}
html .RadUpload .ruBrowse {
  /*width: 100%;*/
  height: 30px;
  line-height: 22px;
}
/*RadNotification styly*/
.rnok .rnTitleBar {
  background-image: none !important;
  background-color: #00c71a !important;
  color: white !important;
}
.rnerror .rnTitleBar {
  background-image: none !important;
  background-color: #e10000 !important;
  color: white !important;
}
/*RadGrid EditForm wrapper*/
@media (max-width: 768px) {
  .FormTemplate {
    /* Firefox */
    max-width: -moz-calc(100vw - 15px) !important;
    /* WebKit */
    max-width: -webkit-calc(100vw - 15px) !important;
    /* Opera */
    max-width: -o-calc(100vw - 15px) !important;
    /* Standard */
    max-width: calc(100vw - 15px) !important;
    /* Left align */
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .FormTemplate {
    max-width: 750px !important;
    /* Left align */
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .FormTemplate {
    max-width: 970px !important;
    /* Left align */
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .FormTemplate {
    max-width: 1170px !important;
    /* Left align */
    margin-left: 0 !important;
  }
}
.numerickeyboard {
  /*text-decoration: none;*/
}
#introtop {
  background: #ffffff;
  padding: 0 0 50px;
}
#intromiddle {
  background: url(images/paralax.jpg) 50% 0 fixed;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.8);
  padding: 100px 0;
  min-height: 200px;
  color: gold !important;
}
#introbottom {
  background: #ffffff 50% 0 fixed;
  padding: 50px 0;
}
.bg-content {
  background-color: rgba(9, 11, 4, 0.7);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  color: #ffffff !important;
}
.bg-content a {
  color: #ffffff !important;
}
.bg-content a:hover {
  color: gray !important;
}
/*Editorial styles*/
.editorial h1,
.editorial h2 {
  color: #000000;
}
.editorial h2 {
  font-size: 16px;
  font-weight: bold;
}
.editorial p {
  color: #555555;
}
.editorialb h1,
.editorialb h2 {
  color: #000000;
}
.editorialb h2 {
  font-size: 23px;
}
.editorialb p,
.editorialb li {
  color: #555555;
}
.custom-bullet li {
  display: block;
}
.custom-bullet li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #CCCCCC;
}
/*Bootstrap modifications*/
.avatar-container {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
.img-avatar {
  border-radius: 50%;
  height: 300px;
  width: 300px;
  overflow: hidden;
  border: 5px solid #5bc0de;
  text-align: center;
}
.img-avatar img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: 100%;
  /*position: absolute;
    width: 300px;
    height: auto;*/
  /*top: 50%;
    transform: translateY(-50%);*/
}
.avatar-badge {
  position: relative;
  display: table;
  bottom: 35px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  width: 100%;
}
.avatar-badge .badge {
  background-color: #5bc0de;
  font-size: 20px;
  min-width: 200px;
  padding: 10px !important;
}
.lb-md {
  min-width: 3em !important;
  display: inline-block !important;
  font-size: 1.1em !important;
}
.labelValue_ {
  font-weight: 600;
  color: gray;
}
.text-error {
  color: #d9534f !important;
}
.text-success {
  color: #5cb85c !important;
}
@media (min-width: 400px) {
  .row-bottom-align-text {
    position: relative !important;
  }
  .col-bottom-align-text {
    position: absolute !important;
    bottom: 5px;
    right: 1px;
  }
}
.badgelabeldanger {
  background-color: #d9534f !important;
}
.badgelabelsuccess {
  background-color: #5cb85c !important;
}
.badgelabelwarning {
  background-color: #F7C440 !important;
}
.badgelabelinfo {
  background-color: #5bc0de !important;
}
.modal-dialog_ {
  position: relative;
  width: 100%;
  margin: 10px auto;
}
.maxwidth_ {
  max-width: 1050px;
}
.MapOuterDiv {
  width: 100%;
  min-height: 300px;
  height: calc(100vh - 200px);
  padding: 0;
}
.ChartOuterDiv {
  display: table;
  width: 100%;
  /*min-height: 300px;*/
  min-height: calc(100vw * 2/4 - 200px);
  max-height: 140vw;
  height: calc(100vh - 200px);
  padding: 0;
}
.MenuChart {
  display: table-row;
  width: 100%;
}
.Chart {
  display: table-row;
  width: 100%;
  height: 100%;
}
.gmap {
  width: 100%;
  min-height: 300px;
  max-height: 90vw;
  height: calc(90vh - 200px);
  padding: 0;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-equal-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.osobniudaje {
  padding: 10px 0 0 4px;
}
.osobniudaje * {
  font-size: 1.4em;
  color: gray;
}
/*Back to topp arrow*/
#back-top {
  position: fixed;
  bottom: 10px;
  right: 0;
  margin-right: 0px;
}
#back-top a {
  width: 64px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}
/* arrow icon (span tag) */
#back-top span {
  width: 64px;
  height: 64px;
  display: block;
  margin-bottom: 7px;
  background: #ddd url(images/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover span {
  background-color: #777;
}
/*Hide show password solution*/
::-ms-reveal,
::-ms-clear {
  display: none !important;
}
.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url(images/wink.png);
  /* fallback */
  /*background-image: url(images/wink.svg), none;*/
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hideShowPassword-toggle-hide {
  background-position: -44px center;
}
/*.hideShowPassword-toggle:focus,*/
.hideShowPassword-toggle:hover {
  border-color: #0088cc;
  outline: transparent;
}
/*Galerie*/
/*pozadi nahledu obrazku v Controls/UcMediaThumbs.ascx */
div.thumbsBackground {
  /*height: 138px; 
    width: 138px;*/
  /*margin-top: 1px; 
    margin-left: 1px; 
    margin-right: 1px; 
    margin-bottom: 1px;
    padding: 0;
    border: 1px solid #C0C0C0;        
    text-align: center;
    vertical-align:middle ;*/
  /*background: #ffffff;*/
  margin-bottom: 10px;
}
div.thumbsBackground:hover {
  /*border: 1px solid #25a0da;*/
  /*background: #F0F0F0;*/
}
.popiseknadfotkou {
  display: block;
  text-align: center;
  width: 100%;
  color: gray;
  font-size: 10px;
}
.imgDetail {
  width: 50vw;
}
/*Tabulka pro zobrazeni detailu - tableDetail */
.tableDetail {
  width: 100%;
  border-collapse: collapse;
}
.tableDetail td,
.tableDetail th {
  padding: 6px 14px;
  /* větší mezery kolem textu */
  border: 1px solid #ccc;
  /* jemné ohraničení */
}
.tableDetail th {
  background-color: #f5f5f5;
  font-weight: bold;
}
/*initial progress IE*/
.reset-this {
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}