/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.bg-dark {
    background-color: #222!important;
}


.btn-primary {
    color: #fff;
    background-color: #1a2684 !important;
    border-color: #000066 !important;
}
.color-primary {
    color: #1a2684 !important;
}

.prechod {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,7db9e8+100 */
  background: #007bff; /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.metodikaInfo{
  display: none;
  color: red;
  padding: 5px;
  margin-bottom: 5px;
}
.finalPrice{
  color: darkred;
  font-weight: bolder;
}

a.navbar-brand {
  color: #eee !important;
}
a.navbar-brand .red {
    color: #0099ff;
}

input[type="checkbox"] {
    width: 1.25em;
    height: 1.25em;
    top: -0.1em;
    left: 0.75em;
}
.modal-content {
    border-radius: .5rem !important;
}
footer.py-5{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.smap .cluster div {
    box-sizing: content-box;
}

body > div.mapaRegistrovanych {
//  max-width: 100% !important;
}
#m{
  width:100%; min-height:699px;
}
#underconstruction{
 color: orange; text-shadow: 1px 1px 3px #000000; margin-top: 0.6em;
    background-image: url('/images/underconstruction.svg'); background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
}
#ares{
  display:none; z-index:5000; background: #000; width:100%; height: 100%; position:fixed; top:0; left:0; opacity: 0.6;
    filter: alpha(opacity=60);
}
#ares .center-block{
  position:fixed;
 left:50%;
 margin-left:-150px;
 width:375px;
 height:75px;
 background: #333;
 padding:10px 15px 10px 15px;
 border:1px solid #333;
 z-index:1001;
 font-size: x-large;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
 color: #fff;
}
#ares .center-block div{
  width:320px; margin: 10px auto;
}
.pageNotFound{
  color:red;font-size: 130%;width: 80%;margin: 0 auto;
}
.pageNotFound div
{
  float: left;margin-top: 2%;width: 12em;
}
.pageNotFound strong
{
  font-weight:bolder;
}
.w-16
{
  width:16%;
}
.w-18
{
  width:18%;
}

@media (min-width: 576px){
  .container {
    max-width: none !important;
  }
}
@media (min-width: 768px){
  .container {
    max-width: none !important;
  }
}
@media (min-width: 992px){
  .container {
      max-width: 992px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
