.user_aktivni_N {
  color: silver;
}
.cursor, .pointer {
  cursor: pointer;
}
.poznamka {
  font-size: 0.80em;
}
#top {
  position: fixed;
  width: 100%; 
}
#kalendar_table td {
  width: 14.2857%;
  border: 1px solid silver;
}
.kalendar_den {
  /*background-color: #f5f5f5;*/
  background-color: #f2fdff;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
  /*border-bottom: 1px solid #f3f3f3;*/
}
.kalendar_lekce {
  min-height: 65px;
  position: relative;
}
#navbarMenu {
  font-size: 15px;
}
.cursor-pointer {
  cursor: pointer;
}
#table_lekce td {
  vertical-align: middle;
}
.loading {
  width: 300px;
}
#kalendar_table_header {
  /*background-color: #F17170;*/
  background-color: #FA9E1F;
  color: #ffffff;
}
#kalendar_table_header2 {
  /*background-color: #F17170;*/
  background-color: #FFF5C2;
  color: #000000;
}
.lekce_zrusena td {
  color: red;
}
.lekce_pocet {
  position: absolute;
  right: 0px;
  color: #fff;
  font-weight: bold;
  top: -3px;
  font-size: 13px;
  background-color: #f00;
  padding: 1px 7px;
  line-height: 1.4;
}


/* Large devices - screen-lg (šíøka mensi než 1200px) */
@media (max-width: 1199px) {


}


/* Medium devices - screen-md (šíøka mensi než 992px) */
@media (max-width: 991px) {

.lekce_pocet {
  position: absolute;
  right: 0px;
  color: #fff;
  font-weight: bold;
  top: -3px;
  font-size: 10px;
  background-color: #f00;
  padding: 2px 5px;
  line-height: 1.2;
}

}

/* Small devices - screen-sm (šíøka mensi než 768px) */
@media (max-width: 767px) { 

}


/* Extra small devices - screen-xs (šíøka mensi než 576px) */
@media (max-width: 575px) { 

.kalendar_lekce { font-size: 0.85em; min-height: 30px; }
}

