html {
  font-family: Arial;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.raf-row {
  overflow: hidden;
  width: 100%;
}
.raf-row.raf-padding {
  padding: 5px 0;
}
.raf-row:after {
  content: "";
  display: table;
  clear: both;
}
.raf-row .raf-w12 {
  width: 100.0%;
}
.raf-row .raf-w11 {
  width: 91.66%;
}
.raf-row .raf-w10 {
  width: 83.333%;
}
.raf-row .raf-w9 {
  width: 75.0%;
}
.raf-row .raf-w8 {
  width: 66.66%;
}
.raf-row .raf-w7 {
  width: 58.33%;
}
.raf-row .raf-w6 {
  width: 50.0%;
}
.raf-row .raf-w5 {
  width: 41.66%;
}
.raf-row .raf-w4 {
  width: 33.333%;
}
.raf-row .raf-w3 {
  width: 25.0%;
}
.raf-row .raf-w2 {
  width: 16.667%;
}
.raf-row .raf-w1 {
  width: 8.333%;
}
.raf-w3em {
  width: 3em !important;
}
.raf-w4em {
  width: 4em !important;
}
.raf-w5em {
  width: 5em !important;
}
.raf-w8em {
  width: 8em !important;
}
.raf-w10em {
  width: 10em !important;
}
.raf-w15em {
  width: 15em !important;
}
.raf-w20em {
  width: 20em !important;
}
.raf-w25em {
  width: 25em !important;
}
.raf-w30em {
  width: 30em !important;
}
.raf-w35em {
  width: 35em !important;
}
.raf-w40em {
  width: 40em !important;
}
.raf-w45em {
  width: 45em !important;
}
.raf-w50em {
  width: 50em !important;
}
.raf-w60em {
  width: 60em !important;
}
.raf-w100pr {
  width: 100% !important;
}
.raf-row > [class*='raf-w'] {
  float: left;
  min-height: 1px;
}
.raf-row.raf-padding > [class*='raf-w'] {
  padding-right: 10px;
}
.raf-row > [class*='raf-w']:last-of-type {
  padding-right: 0;
}
.raf-center {
  text-align: center;
}
.raf-right {
  text-align: right;
}
.raf-left {
  text-align: left;
}
.raf-block {
  display: block !important;
}
.raf-block-center {
  margin: 0 auto !important;
}
.raf-nowrap {
  white-space: nowrap !important;
}
.raf-button,
.raf-form input[type="submit"],
.raf-form button {
  padding: 0.2em 0.5em;
  margin: 0.2em;
  width: auto;
  border: 1px solid #859;
  background-color: #682b8D;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.raf-button.raf-sel,
.raf-button:hover,
.raf-form input[type="submit"].raf-sel,
.raf-form input[type="submit"]:hover,
.raf-form button.raf-sel,
.raf-form button:hover {
  background-color: #9e53cb;
  border-color: #b692c2;
  cursor: pointer;
}
.raf-button[disabled],
.raf-button.raf-disabled,
.raf-form input[type="submit"][disabled],
.raf-form input[type="submit"].raf-disabled,
.raf-form button[disabled],
.raf-form button.raf-disabled {
  border-color: #a071b0;
  color: #999;
  background-color: #8537b4;
  cursor: not-allowed;
}
.raf-form input,
.raf-form select,
.raf-form textarea {
  padding: 0.1em 0.2em;
  border: 1px solid #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
.raf-form input[disabled],
.raf-form select[disabled],
.raf-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.raf-form input[readonly],
.raf-form select[readonly],
.raf-form textarea[readonly] {
  background: #eee;
  color: #777;
  border-color: #ccc;
}
.raf-form input[type="checkbox"],
.raf-form input[type="radio"] {
  border: none;
  width: auto;
}
.raf-form input:focus,
.raf-form select:focus,
.raf-form textarea:focus {
  border-color: #129FEA;
}
.raf-form select[multiple] {
  height: auto;
}
.raf-form legend {
  padding: 0 5px;
  margin-left: 5px;
}
.raf-form .raf-label {
  text-align: right;
  font-weight: bold;
  padding-right: .3em;
}
.raf-form .raf-label:after {
  content: ':';
}
.raf-form fieldset,
fieldset.raf-form {
  margin: 0;
  padding: 0.35em 0.75em;
  border: 1px solid #aaa;
  display: inline-block;
}
.raf-form-margin input,
.raf-form-margin select,
.raf-form-margin textarea,
.raf-form-margin button {
  margin: 0.2em 0;
}
.raf-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #888;
}
.raf-table td,
.raf-table th {
  border: 1px solid #888;
  background-color: #fff;
  padding: 3px 6px;
}
.raf-table th {
  background-color: #ddd;
  font-weight: bold;
}
.raf-table tr:nth-child(2n-1) td {
  background-color: #fafafa;
}
.raf-table tr:hover td,
.raf-table tr.raf-sel td {
  background-color: #eef;
}
.raf-table-no-horizontal td {
  border-top: none;
  border-bottom: none;
  padding: 3px 8px;
}
.raf-table-no-horizontal th {
  border-bottom: 1px solid #888;
}
.raf-table-no-vertical td,
.raf-table-no-vertical th {
  border-right: none;
  border-left: none;
}
.raf-table-detail,
.raf-table-detail-2 {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.raf-table-detail td,
.raf-table-detail th,
.raf-table-detail-2 td,
.raf-table-detail-2 th {
  border: 1px solid #888;
  background-color: #fff;
  padding: 3px 6px;
  vertical-align: top;
}
.raf-table-detail th,
.raf-table-detail-2 th {
  text-align: right;
}
.raf-table-detail-2 {
  border: 1px solid #888;
}
.raf-table-detail-2 td,
.raf-table-detail-2 th {
  border-style: none;
}
.raf-table-form {
  border-spacing: 0;
  border: none;
}
.raf-table-form td,
.raf-table-form th {
  padding: 3px;
  vertical-align: top;
}
.raf-table-form th {
  padding-top: 5px;
  text-align: right;
}
.raf-window {
  border: 1px solid #888;
  margin: 8px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #f3f3f3;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: rgba(0,0,0,0.8) 4px 4px 6px;
  -moz-box-shadow: rgba(0,0,0,0.8) 4px 4px 6px;
  box-shadow: rgba(0,0,0,0.8) 4px 4px 6px;
}
.raf-window .raf-window-title {
  margin: 0;
  padding: 4px;
  background-color: #682b8D;
  background-image: linear-gradient(rgba(255,255,255,0.1) 0px,rgba(0,0,0,0.1) 100%);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1) 0px,rgba(0,0,0,0.1) 100%);
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #888;
  font-weight: bold;
  color: #fff;
}
.raf-window .raf-window-close {
  position: absolute;
  right: 0.5em;
  top: 0.3em;
  cursor: pointer;
  font-weight: bold;
  font-family: Verdana;
}
.raf-window .raf-window-content {
  padding: 6px;
  text-align: left;
}
.raf-window.raf-error {
  border: 1px solid #a77;
}
.raf-window.raf-error .raf-window-title {
  border-bottom-color: #b99;
  background-color: #fdd;
  background-image: linear-gradient(rgba(255,255,255,0.1) 0px,rgba(0,0,0,0.1) 100%);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.1) 0px,rgba(0,0,0,0.1) 100%);
  color: #900;
}
.raf-window-center {
  display: block;
  margin: 8px auto;
}
.raf-window-modal-background {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.raf-window-modal-background .raf-window {
  position: fixed;
  margin: 0px auto;
  width: 50%;
  min-height: 20%;
  left: 25%;
  top: 25%;
  border: 1px solid #777;
  -webkit-box-shadow: rgba(0,0,0,0.8) 8px 8px 12px;
  -moz-box-shadow: rgba(0,0,0,0.8) 8px 8px 12px;
  box-shadow: rgba(0,0,0,0.8) 8px 8px 12px;
}
.raf-menu-h,
.raf-menu-h ul {
  border: 1px solid #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background-color: #ED8B00;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.raf-menu-h:after {
  content: "";
  display: table;
  clear: both;
}
.raf-menu-h li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid #FFF;
}
.raf-menu-h li:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.raf-menu-h li a,
.raf-menu-h li:hover ul li a {
  padding: .5em;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.raf-menu-h li:hover > ul,
.raf-menu-h li:hover ul li a {
  display: block;
}
.raf-menu-h .raf-sel,
.raf-menu-h li:hover {
  background-color: #4b1f66;
  border-color: #e6e6e6;
}
.raf-menu-h ul {
  position: absolute;
  margin-top: -5px;
  display: none;
  z-index: 100;
  -webkit-box-shadow: rgba(0,0,0,0.8) 4px 4px 6px;
  -moz-box-shadow: rgba(0,0,0,0.8) 4px 4px 6px;
  box-shadow: rgba(0,0,0,0.8) 4px 4px 6px;
}
.raf-menu-h ul li {
  float: none;
  border: none;
  display: block;
  border-bottom: 1px solid #FFF;
}
.raf-menu-h ul li:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.raf-menu-h ul li:last-child {
  border: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.raf-menu-h .raf-submenu:after {
  content: '\25bc';
}
body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
a {
  text-decoration: none;
  color: blue;
}
h1,
h2 {
  color: #702082;
  margin: 0.5em 0;
}
h3,
h4 {
  color: #ED8B00;
  margin: 0.3em 0;
}
.div_err {
  max-width: 30em;
  padding: 4px;
  background-color: #ff0;
  border: 1px solid red;
  margin: 10px auto;
}
.span_err {
  color: red;
}
.input_err {
  background-color: #fbb;
}
.message,
.message_err {
  background-color: yellow;
  text-align: center;
  border: 1px solid #bb5;
  padding: 3px 10px;
  position: absolute;
  top: 4px;
  right: 10px;
}
.message_err {
  background-color: red;
  border: 1px solid #800;
  color: white;
}
.platno {
  width: 800px;
  margin: 0px auto;
}
.hlavicka {
  width: 100%;
  height: 60px;
}
.hlavicka a {
  font-weight: bold;
}
.obsah {
  width: 600px;
  min-height: 400px;
  margin: 50px auto 0px auto;
  display: block;
}
.uzivatel {
  text-align: right;
  font-size: 80%;
  color: #555;
}
.hledej {
  min-height: 20em;
}
.hledej #vypis {
  margin-top: 1em;
}
.soubory div {
  margin-bottom: 10px;
}
.vypis-dodatku {
  width: 500px;
  margin: 0px auto;
}
.vypis-dodatku table {
  margin-top: 20px;
}
.vypis-dodatku div {
  padding: 5px 2px;
}
.vypis-dodatku th {
  white-space: nowrap;
}
.vypis-dodatku-admin {
  width: 700px;
  margin: 0px auto;
}
.vypis-dodatku-admin table {
  margin-top: 10px;
}
.vypis-dodatku-admin div {
  padding: 3px 1px;
}
.vypis-dodatku-admin th {
  white-space: nowrap;
}
a img {
  vertical-align: middle;
  padding: 0 5px;
}
.hlaska {
  font-size: 120%;
  color: #ED8B00;
  text-align: center;
  margin-top: 70px;
}
.raf-button.mini {
  font-size: 80%;
  font-weight: normal;
}
.mini-upozorneni {
  width: 600px;
  margin: 5px auto 0px auto;
  display: block;
}
.mini-upozorneni .raf-window-content {
  text-align: center;
}
.kod {
  vertical-align: middle;
}
