body {
text-align: justify;
margin-left: 40px;
margin-right: 40px;}

div {
width: 80%;
padding: 10px;
border: 1px solid GoldenRod;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;}

/*
ul li {
*/
*:not(li)>ul li{
/* width: 95%;*/
list-style-type: circle;
margin-left: 40px;
}
a:link {
color: #555555;
background-color: transparent;
text-decoration: none;
}
/*
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
*/

p, li {
margin-top: 5px;
}

a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
a.noname {
color: black;
background-color: #ffffff;
/*
background-color: transparent;
background-color: yellow;
*/
text-decoration: none;
}
a.noname:link{
color: black;
background-color: transparent;
text-decoration: none;
}
a.noname:visited{
color: black;
background-color: transparent;
text-decoration: none;
}
a.noname:hover{
color: black;
background-color: #eeeeee;
text-decoration: none;
}
a.noname:active{
color: black;
background-color: transparent;
text-decoration: none;
}
a.noname:target{
color: Black;
background-color: #ffffcc;
text-decoration: none;
}
.b2toc
{
float: right;
font-size: small
}
table, th, td {
border: 1px solid Black;
border-collapse: collapse;
text-align: center;
}

.nbdr {
border: 0px;
border-collapse: collapse;
text-align: left;
}

table.list { 
border: 0px;
border-collapse: initial;
padding-left: 80px;
width: 80%;
}
table.xlist { 
width: 30%;
border: 1px solid Black;
}
table.xxlist { 
width: 80%;
border: 1px solid Black;
}
.hdr { 
text-align: center;
padding-left: 80px;
width: 80%;
}
h4.hdr { 
text-align: center;
padding-left: 40px;
width: 80%;
}
td.list0 { 
font-weight: bold;
text-align: center;
padding: 8px;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
td.list0b { 
font-weight: bold;
text-align: center;
padding: 8px;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: 0px;
border-right: 0px;
}
td.list00 { 
font-weight: bold;
text-transform: uppercase;
text-align: left;
border: 0px;
padding-left: 0px;
}
td.list30 { 
text-align: left;
border: 0px;
padding-left: 30px;
}
td.list60 { 
text-align: left;
border: 0px;
padding-left: 60px;
}
td.list80 { 
text-align: left;
border: 0px;
padding-left: 80px;
}

.btn {
/* font-size: small; */
    background-image: url(https://zps.tsk-praha.cz/shared/img/manual16.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    padding-right: 16px;     /* make text start to the right of the image */
    margin-left: 6px;     /* make text start to the right of the image */
    margin-right: 6px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.btc {
    background-image: url(https://zps.tsk-praha.cz/shared/img/copybw.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    padding-right: 16px;     /* make text start to the right of the image */
    margin-left: 6px;     /* make text start to the right of the image */
    margin-right: 6px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}
.btc.copied {
    background-image: url(https://zps.tsk-praha.cz/shared/img/checkmark16.png); /* 16px x 16px */
}

div.tooltip  {
border: 0px;
width: auto;
margin: auto;
}

.tooltip .tooltiptext {
  visibility: hidden;
/*  width: 120px;*/
  background-color: white;
  color: black;
  text-align: center;
/*  padding: 5px 0;*/
  padding: 10px;
  border-radius: 6px;
  border: 1px solid GoldenRod;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
div.HideCmt {
   display: none;
   margin-left: -20px;
background-color: transparent;
border: 2px solid Blue;
}
div.HideSpc {
   display: none;
   margin-left: -20px;
background-color: transparent;
border: 2px solid Blue;
}

div.HideChg {
   display: none;
   margin-left: -20px;
background-color: transparent;
border: 4px solid Red;
}

div.HideRfc {
   display: none;
   margin-left: -20px;
background-color: transparent;
border: 4px solid Green;
}
div.HideHst {
   display: none;
   margin-left: -20px;
background-color: transparent;
border: 4px solid Green;
}

p.CmtHdr {
background-color:yellow; 
text-align:right;
}
p.SpcHdr {
background-color:yellow; 
text-align:right;
}

p.ChgHdr {
background-color:yellow; 
text-align:right;
}

p.RfcHdr {
background-color:yellow; 
text-align:right;
}
p.HstHdr {
background-color:yellow; 
text-align:right;
}

.ShowChgText{
    content: url(https://zps.tsk-praha.cz/shared/img/history16.png); /* 16px x 16px */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}
.CloseChgText{
 content: url(https://zps.tsk-praha.cz/shared/img/delete16.png); /* 16px x 16px */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: top; /* align the text vertically centered */
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: -4px;
    padding: 2px;
    background-color: White; 
}

.ShowCmtText{
    content: url(https://zps.tsk-praha.cz/shared/img/cmtg16.png); /* 16px x 16px */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}
.ShowSpcText{
    content: url(https://zps.tsk-praha.cz/shared/img/cmtb16.png); /* 16px x 16px */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}
.CloseCmtText{
    content: url(https://zps.tsk-praha.cz/shared/img/delete16.png); /* 16px x 16px */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: top; /* align the text vertically centered */
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: -4px;
    padding: 2px;
    background-color: White; 
}
.CloseSpcText{
    content: url(https://zps.tsk-praha.cz/shared/img/delete16.png); /* 16px x 16px */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: top; /* align the text vertically centered */
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: -4px;
    padding: 2px;
    background-color: White; 
}
.ShowRfcText{
    content: url(https://zps.tsk-praha.cz/shared/img/warning16.png); /* 16px x 16px */
    /* text-align: right; */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}
.CloseRfcText{
    content: url(https://zps.tsk-praha.cz/shared/img/delete16.png); /* 16px x 16px */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: top; /* align the text vertically centered */
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: -4px;
    padding: 2px;
    background-color: White; 
}
.ShowHstText{
    content: url(https://zps.tsk-praha.cz/shared/img/history16.png); /* 16px x 16px */
    /* text-align: right; */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}
.CloseHstText{
    content: url(https://zps.tsk-praha.cz/shared/img/delete16.png); /* 16px x 16px */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: top; /* align the text vertically centered */
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: -4px;
    padding: 2px;
    background-color: White; 
}
