@import url(grid12.css);
.termin_kalendar .rezervacia div {
  cursor: pointer;
  color: white;
  padding: .2px 5px;
  text-align: center; }
  .termin_kalendar .rezervacia div.volne {
    background: #569500; }
  .termin_kalendar .rezervacia div.ciastocne_obsadene {
    background: #f0ad4e; }
  .termin_kalendar .rezervacia div.obsadene, .termin_kalendar .rezervacia div.zatvorene {
    background: #bc0101;
    cursor: auto; }
  .termin_kalendar .rezervacia div:hover.volne, .termin_kalendar .rezervacia div:hover.ciastocne_obsadene {
    background: white;
    color: black; }
.termin_kalendar div.nextprev {
  overflow: hidden; }
  .termin_kalendar div.nextprev a {
    display: inline-block; }
    .termin_kalendar div.nextprev a.next {
      float: right; }
.termin_kalendar table thead tr th {
  font-size: 1em;
  line-height: 1.2em; }
.termin_kalendar .form-group {
  margin-bottom: .5em;
  overflow: hidden; }
  .termin_kalendar .form-group .form-control {
    border: 1px solid #ccc;
    padding: .25em .5em;
    width: 100%;
    background: white; }
    .termin_kalendar .form-group .form-control.highlite {
      background: #fcc908; }
.termin_kalendar .submit {
  font-size: 2em;
  font-family: "RobotoCondensed-Regular";
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 1em;
  box-shadow: 0px 10px 14px -7px #3e7327;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #569500), color-stop(1, #427300));
  background: -moz-linear-gradient(top, #569500 5%, #427300 100%);
  background: -webkit-linear-gradient(top, #569500 5%, #427300 100%);
  background: -o-linear-gradient(top, #569500 5%, #427300 100%);
  background: -ms-linear-gradient(top, #569500 5%, #427300 100%);
  background: linear-gradient(to bottom, #569500 5%, #427300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#569500', endColorstr='#427300',GradientType=0);
  background-color: #569500;
  border-radius: 10px;
  border: 1px solid #427300;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 6px 30px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #5b8a3c; }
  .termin_kalendar .submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #427300), color-stop(1, #569500));
    background: -moz-linear-gradient(top, #427300 5%, #569500 100%);
    background: -webkit-linear-gradient(top, #427300 5%, #569500 100%);
    background: -o-linear-gradient(top, #427300 5%, #569500 100%);
    background: -ms-linear-gradient(top, #427300 5%, #569500 100%);
    background: linear-gradient(to bottom, #427300 5%, #569500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#427300', endColorstr='#569500',GradientType=0);
    background-color: #427300; }
.termin_kalendar .alert {
  padding: 1em;
  margin-bottom: 1em;
  text-align: center; }
  .termin_kalendar .alert.alert-danger {
    background: #bc0101;
    color: white; }
.termin_kalendar.jaskyna_view .submit {
  width: 96%;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  padding: .5em; }

/*# sourceMappingURL=termin_kalendar.css.map */
