html {
  font-family:Tahoma, Geneva, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {

}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
/*  padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
}
.row {
/*  margin-right: -15px;
  margin-left: -15px;*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
/*  min-height: 1px;*/
/*  padding-right: 15px;
  padding-left: 15px;*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 800px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1300px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.unselectable{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.orange_font{
    font-family:Tahoma, Geneva, sans-serif;     
}

.orange_zprava {
	/*	border: 1px solid #ac5b0f; */       
	display: block;
	width: 100%;
	background-color: #ffce7a;
	text-align: center;
        z-index: 5000;
        
}
.orange_zprava span	{
	display:block;
	padding: 3em;
	font-size: 20px;
       
}

.orange_hidden{
	display:none;
}
.orange_topline{       
	background-color:#000;
	color:#f99e45;
	text-align: right;
	background-image:url(../Orange_img/logo_orange_male.png);
	background-position:left;
	background-size:contain;
	background-repeat:no-repeat;
        z-index: 5000;
}
.orange_topline img{
	padding:0.3em;
        vertical-align: middle;

}
.orange_topline a{        
	color:#f99e45;
	text-decoration:none;
	}
.orange_uzivatel{
        
	font-size:15px;
	padding: 0.4em;
}
#orange_editorswich{
      
	display: block;
	background-color:#333;
	width:100%;
	text-align:right;	
}
#orange_editorswich img{	
	padding:0.3em;
	clear:both;			
}
.orange_blok{
    padding: 0;    
}

.orange_blok_okraj{
	border:#FDDAB7 double 3px;
	}
.orange_nastaveni_upozorneni{
        background-color: #FF0000;
        color: #FFF;
        font-size: 1.3em;
        padding: 0.2em;
        }
.inline-form {
    max-width:none !important;
    
}
.orange_form{
    font-family:Tahoma, Geneva, sans-serif;
/*    font-size:10px;*/
    background-color: #333;
    color: #f99e45;
    text-align: left;        
    margin: 0 auto;
    max-width: 800px;
      
}


.orange_form input, .orange_form textarea, .orange_form select{
	color:#000;
       
       
}
.orange_form .form-component, .orange_form .form-buttons {
    margin: 5px !important;
}

.orange_form *:focus
{
    border-bottom-style: inset;
}
.orange_form label{
    font-size:13px;
    padding: 2px;
    text-align:right;
}
.orange_form input:not([type="submit"]), .orange_form textarea, .orange_form select
{
    width: 100%;
   /* min-width: 400px;*/
    background: #fafafa;
    border: 1px solid #ccc; 
}
.orange_form input:not([type="submit"]):focus, .orange_form textarea:focus
{
    box-shadow: 0 2px 0px #f99e45;
    border-bottom: 0;
    margin-bottom: 1px;
}
/*** radio, checkbox ***/

.orange_form input[type="radio"],.orange_form input[type="checkbox"]
{
    display: none;
}

.orange_form input[type="radio"] + label:before,.orange_form input[type="checkbox"] + label:before
{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;    
    vertical-align: middle;
    background: #fafafa;
    border: 1px solid #ccc;
    margin: 5px;
    
}

.orange_form input[type="radio"] + label:before
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.orange_form input[type="radio"]:checked + label:before, .orange_form input[type="checkbox"]:checked + label:before
{
    background: #f99e45;
    border: 1px solid #ac5b0f;
}
/*** file ***/

.orange_form input[type="file"]
{
    cursor: pointer;
    border: 0;
    background: transparent;
}

.orange_form input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
    background: #ddd;
    border: 0;
    border-bottom: 2px solid #bababa;
    padding: 5px 10px;
    outline: 0;
}

.orange_form input[type="file"]::-webkit-file-upload-button:hover
{
    background: #f99e45;
    border-bottom: 2px solid #ac5b0f;
    color: #fafafa;
}

.orange_form input[type="file"]:focus
{
    box-shadow: 0 0 0 red;
}

/*** select ***/

.orange_form select
{
    /*min-width: 200px;*/
    outline: 0;
    padding: 0px;  
    background: #fafafa;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
   /* width: calc(100% - 130px);*/
}

.orange_form select[size]:not([size="1"]), .orange_form select[multiple]
{
    padding: 0px;
}
.orange_form input[type="file"]{
    color: white;
}

.orange_form input[type="submit"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
/*    border: 1px solid #ac5b0f;*/
    background: #f99e45;
    color: white;
    padding: 6px 25px;
    display: inline-block;
    cursor: pointer;
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 1.5em;

}

.orange_form input[type="submit"]:hover {
    background: #ac5b0f;
}
.orange_pod_form{
    font-family:Tahoma, Geneva, sans-serif;
    text-align: left;        
    margin: 0 auto;
    max-width: 800px;
    clear: both;
}
.orange_pod_sirsi_form{
    font-family:Tahoma, Geneva, sans-serif;
    text-align: left; 
    margin: 0 auto;
    max-width: 1200px;
    clear: both;
}
.clear {
    clear: both;
}
.formcisla{
    display: inline-block;
    position:relative;
    padding:0;
}
.inline-form .form-component {        
    display: inline-block;
    /* [disabled]min-width: 20em; */
    margin-right: 10px !important;
    vertical-align:top;
    /* [disabled]float: left; */
}
.inline-form .form-buttons {
    display: inline-block;
}
.inline-form input[type="submit"]  {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #ac5b0f;
    background: #f99e45;
    color: white;
    padding: 6px 25px;
    display: inline-block;
    cursor: pointer;
    font-family:Tahoma, Geneva, sans-serif;

}

.inline-form input[type="submit"]:hover  {
    background: #ac5b0f;
}

.inline-form input[type="file"]{
    color: white;
}
.inline-form label {
    text-align: left;
    padding:0em;

}
.sirsi_form{
    max-width: 1200px;
}
.orange_button_form{
        
	display:inline-block;
}
.orange_formhead{
	color:#f99e45;
	
	text-align:center;
       
}
.orange_form_pul{
   float: none;

}
@media (min-width: 750px) {
.orange_form_pul{
    float: left;
    width: 50%;
}
.orange_form_pul form{
    max-width: 600px;
    margin: 0 auto;
}
}
.orange_sipka{
	color:#999;
	font-size:10px;
	cursor:pointer;
	
}
.orange_vloz_blok{
	color:#FDDAB7;
	font-size:10px;
	cursor:pointer;
	
}
.orange_topline,.orange_pageeditor{
    z-index: 9000;
}

.orange_vkladacilista{        
	background-color: #333;
	/*color: #f99e45;*/
	text-align: left;
        font-size: 12px;
	display: inline-block;
	clear: both;
	padding: 0 0.3em 0 0;
	display:none;
        z-index: 5000;
	/* [disabled]width: 100%; */
}
.orange_updown{
	display: inline-block;
	position: relative;	
	cursor:pointer;
	z-index: 90;
	float:right;
	padding: 0 0.25em;
}
.orange_pole{

}
.orange_pole_okraj{
	border:#999 dashed thin;
}
.orange_edit_roh{
	float:left;	
	position:static;
	width: 15px;
	height: 15px;
	background-image:url(/Orange_img/ruzek.png);
	background-repeat:no-repeat;

}
.orange_edit_roh:hover {
	float:left;	
	position:static;
	width: 15px;
	height: 15px;
	background-image:url(/Orange_img/roh.png);
	background-repeat:no-repeat;

}

.orange_tuzka{
	display: inline-block;
	position:relative;
	/*top: -10px;
	left: -20px;*/
	cursor:pointer;
	z-index: 5020;
}
.orange_nastaveni{
	display: inline-block;
        font-size: 12px;	
	z-index: 90;
	cursor:pointer;
	margin: 0 0.25em;
}
.orange_nastaveni_box{
    
	display: none;
	position: fixed;
        font-size: 12px;
	top:0;
	left:0;
	bottom:0;
	background-color: #333;
	z-index: 5030;
}

.orange_kosik, .orange_kosik_foto{
	display: inline-block;
	position: relative;
	float:right;
	margin: 0.2em;
	cursor:pointer;
	z-index: 90;
}
.orange_odpoj{
	display: inline-block;
	position: relative;
	float:right;
	cursor:pointer;
	z-index: 90;
}
.orange_uparrow input[type="submit"], .orange_downarrow input[type="submit"], 
.orange_blok_uparrow input[type="submit"], .orange_blok_downarrow input[type="submit"]
{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border:0;
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display: inline-block;
    cursor: pointer;
	padding: 5px;
	width:12px;
	height:15px;
	position:relative;
}
.orange_uparrow input[type="submit"] {
	background-image: url(../Orange_img/up.png);
}
.orange_downarrow input[type="submit"] {
	background-image: url(../Orange_img/down.png);
}
.orange_blok_uparrow input[type="submit"]{
	background-image: url(../Orange_img/b-up.png);
}
.orange_blok_downarrow input[type="submit"]{
	background-image: url(../Orange_img/b-down.png);
}
.orange_uparrow input[type="submit"]:hover, .orange_blok_uparrow input[type="submit"]:hover {
	background-color:transparent;
	position:relative;
	top:-2px;
}

.orange_downarrow input[type="submit"]:hover, .orange_blok_downarrow input[type="submit"]:hover {
	background-color:transparent;
	position:relative;
	top:2px;
	/*border: 1px solid #ac5b0f;*/
	
}

.orange_prihlaseni{
	margin: 0 auto;
	width: 80%;
	text-align:left;
	padding:1em;
        
        max-width: 800px;
}
.orange_prihlaseni h2, .orange_administrace h2{
	padding:1em;
        
}
.orange_prihlaseni form, .orange_administrace form{
    padding:1em;  
}

.orange_administrace{
	margin: 0 auto;
	width: 80%;
	text-align:left;
	padding:1em;
        
        max-width: 800px;
}
.orange_administrace a {
    color: #FFFFFF;
}
.orange_administrace a:visited {
    color: #FFFFFF;
}
.orange_administrace a:hover {
    color: #FFFFFF;
}
.orange_overlaybox{
    background: #333;
/*    font-size: 12px;*/
    color:#f99e45;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6000;
    display:none;
    border: medium solid #f99e45;
    overflow:scroll;
    text-align:center;
    
      
}
.orange_overlaybox input, .orange_overlaybox textarea{
		color:#000;
                font-family:Tahoma, Geneva, sans-serif;
              
}
.orange_overlaybox input[type="submit"]{
	color:#FFF;
        font-family:Tahoma, Geneva, sans-serif;
        
}
.orange_button{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #003399;
    background: #6accfa;
    color: white;
    margin: 0 5px;
    padding: 6px 25px;
    display: inline-block;
    cursor: pointer;
    font-family:Tahoma, Geneva, sans-serif;
}
.orange_napis{
    display: block;
    width: 100%;
    color:#f99e45; 
    font-size: 1.2em; 
    text-align: left; 
    clear: both;}
.orange_button:hover{
    background: #003399;
}
.orange_hide_button{
	text-align:center;
}

#formheslo{
	display:none;
	}
.orange_baner{
	position:relative;

}
.orange_table table{
    width: 100%;
}
.orange_table_hidden{
    display: none;
}
.orange_table_visible{
    display: block;
}
.orange_baner_img{
	width: 100%;}
.orange_baner_text{
	position: absolute;	
	overflow: hidden;       
}
.orange_baner_text_nahore_vlevo{
    top: 0px; left: 0px; right: 0px;
    text-align: left;}
.orange_baner_text_nahore_vpravo{
    top: 0px; left: 0px; right: 0px;
    text-align: right;}
.orange_baner_text_dole_vlevo{
    left: 0px; right: 0px; bottom: 0px;
    text-align: left;}
.orange_baner_text_dole_vpravo{
    left: 0px; right: 0px; bottom: 0px;
    text-align: right;}


.v1{font-size: 0.6em; font-weight: 300;}
.v2{font-size: 0.6em; font-weight: 400;}
.v3{font-size: 0.6em; font-weight: 600;}
.v4{font-size: 0.8em; font-weight: 300;}
.v5{font-size: 0.8em; font-weight: 400;}
.v6{font-size: 0.8em; font-weight: 600;}
.v7{font-size: 1.0em; font-weight: 300;}
.v8{font-size: 1.0em; font-weight: 400;}
.v9{font-size: 1.0em; font-weight: 600;}
.v10{font-size: 1.2em; font-weight: 300;}
.v11{font-size: 1.2em; font-weight: 400;}
.v12{font-size: 1.2em; font-weight: 600;}
.galerie{
	clear:both;
	/*max-width: 800px;*/
	margin: auto;
	padding: 0;
}
.flex-images { overflow: hidden; }
.flex-images .item { float: left; margin: 5px; box-sizing: content-box; overflow: hidden; position: relative;  }
.flex-images .item img {
	display: block;
	width: auto;
	height: 99%;	
}
.orange_table{
    background-color: #eee   
}
.orange_table caption{
    font-size: 2em;
    font-weight: 400;
}
.orange_table td, .orange_table th{
    padding: 0.5em;
    text-align: center;
    vertical-align: middle;
}
.orange_nahled img{
    width: 100px;
    height: auto;
}


