/*** upravy stylu bootstrap ***/
body {
    color: #515053;
    font-family: Arial,sans-serif;
    font-size: 14px;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
div.main {
/*  border-radius: 5px;*/
  margin-top: 20px;
  margin-bottom: 180px;
/*  min-height: 580px;
  border: 1px solid rgba(0, 0, 0, .07);
  box-shadow: 0 0 0.5em 0.2em rgba(0, 0, 0, 0.2);*/
  padding: 1em;
}
h1,
.h1 {
  font-size: 30px;
  color: #006BAB;
  margin-top: 0px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 14px;
}
.notransbg {
  background: white;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.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 {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 720px) {
  .container {
    width: 600px;
  }
  body {
    /* background-image: url("pozadi.png"); */
    background-image: url("/stream/_pics/web_pozadi_-_uni_.png");
    background-position: calc(50% + 80px) -100px;
  }
}
/* header */
header {
    background-image: url("/stream/_pics/hlava_up.png");
    background-position: bottom;
    border: 0 none;
    height: 130px;
    width: auto;
}
.logo {
    margin-left: -90px;
    margin-top: 20px;
    float: left;
}
.logo a:hover img {
    cursor:pointer;
    /*opacity: 0.8;
    transition: all 0.5s ease 0s;*/
}
@media (max-width: 850px) {
  .logo {
    margin-left: 0;
  }
  div.main {
    margin-bottom: 0px;
  }
}
@media (max-width: 719px) {
  header {
    background-image: url("/stream/_pics/hlava_up.png");
    border: 0 none;
    height: 100px;
    width: auto;
  }
  .logo {
    margin-left: 0;
    margin-top: 15px;
  }
  .logo img {
    height: 70px;
    margin-left: 20px;
    width: auto;
  }
}
ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
input#edit-pass,input#edit-name {
  border:1px solid #dadada;
  background-color:#ececec;
  height:2em;
}
input#edit-submit {
  border:1px solid #dadada;
  background-color:#ececec;
  height:2em;
/*  max-width:30%;*/
  text-align:center;
  margin-top:10px;
}
input#edit-submit:hover,input#edit-submit:focus {
  cursor:pointer;
  background-color:#c1c1c1;
  border:1px solid #dadada;
}
input#edit-submit:visited {
  border:1px solid #dadada;
}

/* footer */
footer.classic {
    margin-top: 2em;
    box-shadow: 0px 500px 0px 500px #E6E6E6;
}
footer .foot-wrapper {
    background-color: #E6E6E6;
    color: #555;
    margin: 0;
    padding: 28px 0;
    width: 100%;
    font-size: 12px;
}
footer .foot-wrapper a {
    color: #555;
}
footer .foot-wrapper a:hover {
    color: #2a6496;
}
footer .foot-wrapper .ftcol2 {
  margin-top: 16px;
}
footer .foot-wrapper .ftcol4 {
  margin-top: 16px;
}
footer .foot-wrapper .ftcol4 img {
  margin-right: 5px;
}
@media (min-width: 992px) {
  footer .foot-wrapper .ftcol4  {
    text-align: right;
  }
}

/*** upravy stylu TYPO3 ***/
.styleimage DIV.csc-textpic-left DIV.csc-textpic-imagewrap {
  float: none;
}
div.styleimage DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin-bottom: 20px;
}
div.csc-frame-frame1 {
  background: #E6E6E6;
  color: #555;
  padding: 16px;
}
div.csc-frame-frame1 p {
  margin: 0;
}
table p {
  margin: 0;
}

/*** upravy stylu formularu ***/
table.void {
 width:100%;
 border:0;
}
a.div-link, .div-link:hover, .div-link:active, .div-link:visited, .div-link:focus {
  display: block;
  color: #515053;
  text-decoration:none;
  outline : none;
}
div.link {
  text-align:center;
  vertical-align:middle;
  border-radius: 5px;
  background-color:#ececec;
  border:1px solid #dadada;
  padding: 1em;
  margin: 10px 0px;
  color: #515053;
  font-size:15px;
  cursor: pointer;
}
div.link:hover {
  background-color:#c1c1c1;
  border:1px solid #bababa;
}

/* other */
.info-help {
  cursor: help;
}
.hover-pointer {
  cursor: pointer;
}
.download::after {
    font-family: 'Glyphicons Halflings';
    content: '\e025';
    font-size: small;
    margin-left: .5em;
    opacity: .85;
}
.external-link-new-window::after {
    font-family: 'Glyphicons Halflings';
    content: '\e164';
    font-size: x-small;
    margin-left: .5em;
    opacity: .85;
}