/* detail */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body{
  font-family: 'Open Sans', sans-serif;
  /* background: #007aae;   */
  /* background: #9ebdca;         */
  background: #e7e7e7;        
}

h2{
  font-size: 16px;
}

#idSchranky{
  cursor: pointer;
  border-bottom: 1px dashed grey;
  font-weight: bold;      
}
#m{
  min-height: 30vh;
  width: 100%;
  position: absolute;
  left: 0px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.container{
  margin-top: 1vh;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
a{
  color: grey;
  text-decoration: underline;
}
a:hover{
  color: #007AAE;
}
.zdroj-dat{
  font-size: 70%;
  float: right;
}

.card-body{
  padding-top: 0px !important;
  /* border-top: 5px solid #007aae; */
  -webkit-box-shadow: -4px -4px 58px -20px rgba(0,0,0,0.75);
  -moz-box-shadow: -4px -4px 58px -20px rgba(0,0,0,0.75);
  box-shadow: -4px -4px 58px -20px rgba(0,0,0,0.75);
}

.card-title{
  margin-top: 20px;
}

@media only screen and (max-width: 672px){
  .col-md-4, .col-md-8, .col-md-12, .col-md-6{
    font-size: 85%;
  }    
}

.img-lupa{
  float: left;
  position: relative;
  top: 10px;
  max-width: 35px;
  margin-right: 20px;
}

