﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: green;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.google-maps {
        position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.tabulka {border-collapse: collapse; width: 620px; font-size:14px;}
.tabulka tr td {background: #EDE6E0; border: 2px solid #92D248; padding: 4px 6px 4px 6px;}
.tabulka tr th {background: #DAE1EB; border: 2px solid #92D248; padding: 4px 6px 4px 6px;}
.tabulka tr td.tb-center {text-align: center;}
.table tr.tb-head td {background: #75c617; font-weight: bold; color: #ffffff;}
.table {text-align: center;}
.tleft {text-align: left;}
.tabulka tr.tb-head th {background: #99B0C8; font-weight: bold; color: #133653; text-align: left;}
.tabulka tr th.tb-center {text-align: center;}


.akce_link1:link {text-decoration: none;color:green;font-size: 20px;}
.akce_link1:visited {color:green; font-size: 20px;}
.akce_link1:hover, 
.akce_link1:active {color:black; font-size: 20px;}

.akce_link:link {text-decoration: none;color:green;}
.akce_link:visited {color:green}
.akce_link:hover, 
.akce_link:active {color:black}

.bottoml:link {text-decoration: none;color:#ff0000;}
.bottoml:visited {color:#ff0000}
.bottoml:hover, 
.bottoml:active {color:black}

.policko {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.policko1 {
    display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.policko2 {
  display: block;
  width: 100%;
  height: 64px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.policko2:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.policko2::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.policko2:-ms-input-placeholder {
  color: #999;
}
.policko2::-webkit-input-placeholder {
  color: #999;
}
.policko2[disabled],
.policko2[readonly],
fieldset[disabled] .policko2 {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.policko2 {
  height: auto;
}

.mezera {
    padding: 0px 0px 5px 0px;
}

.jumbotron1 {
    padding: 10px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron1 h1,
    .jumbotron1 .h1 {
        color: inherit;
    }

    .jumbotron1 p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

.container1 .jumbotron {
    border-radius: 6px;
}

.jumbotron1 .container {
    max-width: 100%;
}

.myclear {
    clear:both;
}