/*

	2021-2024 Bootstrap 5

*/

#footer {
	font-size:0.8em;
	border-top:2px dotted #ccc;
	clear:both;
}

.above-nav {
	color:#999;
}

.table-akce td,.table-akce th {
  padding:2px 4px;
  font-size:0.8em;
  white-space: nowrap;  
}

.table-akce th {text-align:center}
.table-akce th a {
  color:#333;
  text-decoration:none;
}

.bg-light-green {
  background-color:#ddffdd!important; /*#9f9*/
}

.bg-light-yellow {
  background-color:#ff9!important;
}

.bg-light-blue {
  background-color:#cceeff!important;
}

.bg-light-grey {
  background-color:#eeeeee!important;
}

.bg-pink {
  background-color:#fcc!important;
}


/*
bootstrap change - Nishkam
*/
.bg-secondary {
  background-color: #cccccc!important;
  color:#333!important;
}

#input .bg-warning {
  background-color: #ffc!important;
  color:#333!important;
}


.bg-white, .bg-white td {
  background-color:white!important;
}

.added {
  -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
  transition: width 2s, height 2s, background-color 2s, transform 2s;
}

.dropdown-menu {
  z-index:10000;
}

.nobr  {
  white-space: nowrap;  hyphens: none;
}

.green-corner {
    background-color: #0f0;
    height: 10px;
    right: -1px; left:auto;
    float:right;
    position: relative;
    top: -2px;
    width: 5px;
    text-align:right;
    transform: rotate(-45deg);
}
.red-corner {
  background-color: #f00!important;
  height: 7px;
  right: -1px; left:auto;
  float:right;
  position: relative;
  top: -2px;
  width: 3px;
  text-align:right;
  transform: rotate(-45deg);
  margin-left: -3px;
}



.table-hover > tbody > tr:hover > td, 
.table-hover > tbody > tr:hover > td div {
  background: #dce3e8;
}

#karta-produktu .form-label,#karta-produktu .form-check>label {
  font-weight:bold;
}

h3.trm:before {
  height: 40px;
  content: "";
  display:block;
}

.navbar-nav .btn {
  min-width:5em;
}

.table.table-akce {
  width:auto;
}
.table-akce th.bg-warning {
  background-color:#ffdd33!important;
}


#tlacitka .btn {
  width:7em;
}

.position-relative-big {
  overflow: scroll;
  height:900px;
  margin-top:134px;
}

.position-relative-small {
  overflow: scroll;
  height:900px;
  margin-top:94px;
}

#navbar-pis .btn-check:active+.btn-primary,
#navbar-pis .btn-check:checked+.btn-primary, 
#navbar-pis .btn-primary.active, 
#navbar-pis .btn-primary:active {
 background-color: #0d6efd; /* original primary */
 border-color: #0d6efd;
}

#navbar-pis .btn-primary {
  background-color: #90a9d7;
  border-color: #90a9d7;
  font-weight: 600;  
}

.nav-link.active {
  border-top:1px solid #9cf;  /* 0d6efd */
  border-left:1px solid #9cf;
  border-right:1px solid #9cf; 
  border-radius: 7px 7px 0 0;
  background-color:#ddeeff;
  border-bottom:0;
}

.my-submenu {
  border-bottom: 3px solid #ddeeff;
}

.my-submenu .nav_item {
  width:8em;
  text-align:center;
}

#tlacitka * {
  font-weight: 700;
}

/* .nav_item .nonactive a, .my-submenu .nav_item a.nav_link */

#form-akce {
  width:1000px;
  margin:0 auto;
}

.view-buttons .btn {
  width:7rem;
}