/* Styl pro sekci zadávání SN a výběrů v příjemce */
.sn-container { background: #f9f9f9; border: 2px solid #028A28; padding: 15px; margin: 15px 0; border-radius: 5px; }
.sn-row { display: flex; align-items: center; margin-bottom: 8px; gap: 10px; }
.sn-label { font-weight: bold; min-width: 100px; color: #333; }
.sn-input { padding: 5px; border: 1px solid #ccc; border-radius: 3px; width: 250px; }
.sn-select { padding: 5px; border: 1px solid #ccc; border-radius: 3px; width: 262px; }
.sn-submit { background-color: #028A28; color: white; padding: 8px 20px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; }
.sn-submit:hover { background-color: #026d1f; }

A:link {color:#000000;font-weight:bold;text-decoration:none}
A:visited {color:#000000;font-weight:bold;text-decoration:none}
A:active {color:#000000;font-weight:bold;text-decoration:none}
A:hover {color:#000000;font-weight:bold;text-decoration:none}

.tabulka TABLE, .tabulka TR, .tabulka TH, .tabulka TD{ 
  COLOR: #000000;
  FONT-FAMILY:Verdana;
  font-size:11;
  A:link {color:#190D0E};
  A:visited {color:#190D0E};
  A:active {color:#190D0E};
  padding: 0px 3px 0px 3px;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 1px solid black;
}

.delitelna TABLE, .delitelna TR, .delitelna TD, .delitelna TD{
  COLOR: #000000;
  FONT-FAMILY:Verdana;
  font-size:11;
  A:link {color:#190D0E};
  A:visited {color:#190D0E};
  A:active {color:#190D0E};
  padding: 0px 3px 0px 3px;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 1px solid black;
  word-break: break-all; 
  word-wrap: break-word;
}
TABLE, TD, TR, TH, .bez TABLE, .bez TR, .bez TD, .bez TD{
  COLOR: #000000;
  FONT-FAMILY:Verdana;
  font-size:11;
  A:link {color:#190D0E};
  A:visited {color:#190D0E};
  A:active {color:#190D0E};
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0px;
  border: none;
  word-wrap: break-word;
}

.eshop TABLE, .eshop TR, .eshop TH, .eshop TD{ 
  COLOR: #000000;
  FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  A:link {color:#190D0E};
  A:visited {color:#190D0E};
  A:active {color:#190D0E};
  padding: 0px 3px 0px 3px;
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0px;
  border-collapse: collapse;
}

BODY {
  COLOR: #6C6C6C;
  background-COLOR: #FFFFFF;
  FONT-FAMILY:Verdana;
  font-size:13;
  margin: 5px 0px 5px 0px ;
  A:link {color:#190D0E};
  A:visited {color:#190D0E};
  A:active {color:#190D0E};
}

FORM {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.suda {background: #E8E8E8;}

A.funkce:link {color:blue;}
A.funkce:visited {color:blue;}
A.funkce:hover {color:#33FF33;}
A.funkce:active {color:red;}

.fixed-dialog{
  position: fixed;
  top: 50px;
  left: 50px;
}

#szlider{
    width:440px;
    height:40px;
    border:1px solid #000;
    overflow:hidden;
    background: white;
    display: ;
    opacity: 10;

    position: absolute; 
    z-index:3;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    }
#szliderbar{
    margin: 10 0 0 0;
    width:0;
    height:20px;
    background: #66CC00; }
#szazalek {
    color: #000000;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    left: 25px;
    position: relative;
    top: -19px; }
#schovat {
    position: absolute; z-index: 2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0.5;
    background: white;
}
  
#te_shaded {
   z-index:999;
}

input[type=submit] {
	background-color:#88F279; 
	font-weight:bold; 
	font-size: 120%;
	border-radius: 6px;
	}

.tlacitko {
	background-color:#88F279; 
	font-weight:bold; 
	font-size: 120%;
	border-radius: 6px;
	height:50px;
	min-width: 250px;
	display: inline-block;
     }

.cancel {
	background-color:red; 
	font-weight:bold; 
	font-size: 120%;
	border-radius: 6px;
	height:50px;
	min-width: 250px;
     }

.submitT {
	background-color:#88F279; 
	font-weight:bold; 
	font-size: 200%;
	border-radius: 16px;
	height: 100px;
	width: 400px;
	display: inline-block;
     }
 
.cancelT {
	background-color:red; 
	font-weight:bold; 
	color:white;
	font-size: 200%;
	border-radius: 16px;
	height:100px;
	width: 400px;
	min-width: 400px;
     }
 
.tlacitkoT {
	font-weight:bold; 
	font-size: 160%;
	border-radius: 12px;
	height:60px;
	width: 300px;
	border: 2px solid black;
     }

@keyframes blinking {
	0% {
	  background-color: white;
	}
	50% {
	  background-color: red;
	}
	100% {
	  background-color: white;
	}
}

/* Tímto nahraď původní blok .checkbox-list-grp na konci svého CSS souboru */
.checkbox-list-grp { 
    height: 130px !important; 
    width: 140px !important; 
    overflow-y: scroll !important; 
    overflow-x: hidden !important;
    border: 1px solid #999 !important; 
    border-radius: 2px !important; 
    padding: 2px !important; 
    background: #fff !important; 
    display: block !important;
}

.checkbox-list-grp label { 
    display: block !important; 
    padding: 0px 0px !important; 
    margin-bottom: 1px !important; 
    cursor: pointer !important; 
    font-weight: normal !important; 
    font-size: 11px !important; 
    background: #fdfdfd !important; 
    border-top: 1px solid #eee !important; 
    border-right: 1px solid #eee !important; 
    border-bottom: 1px solid #eee !important; 
    /* border-left se nesmí vynucovat přes !important, protože se barví dynamicky v PHP */
    border-radius: 0 3px 3px 0 !important; 
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
    line-height: 1.4 !important;
}

.checkbox-list-grp label:hover { 
    background-color: #e2e6ea !important; 
}

.checkbox-list-grp input[type="checkbox"] { 
    margin-right: 2px !important; 
    vertical-align: middle !important; 
    display: inline-block !important;
}

.chk-controls-grp { 
    font-size: 11px !important; 
    text-align: center !important; 
    margin-top: 5px !important; 
    width: 140px !important; 
    display: block !important;
}

.chk-controls-grp a { 
    text-decoration: none !important; 
    color: #007bff !important; 
    padding: 2px 4px !important; 
}

.chk-controls-grp a:hover { 
    text-decoration: underline !important; 
    background: #e9ecef !important; 
    border-radius: 3px !important; 
}