/* cont1 */
#cont1, #cont2 {
    position: fixed;
    top: 50px;
    right: -100%;
    bottom: 0;
    background: #f7f7ff;
    padding: 10px;
    max-width: 50%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-align: center;
	min-width: 640px;
	box-shadow: -3px -3px 10px rgb(0 0 0 / 0.2);
	overflow: auto;
}
#cont2.full {
	position: absolute;
    max-width: 100%;
    right: 0;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: none;
}
#cont1 > div, #cont2 > div {
	overflow: auto;
    height: 100%;
}
#cont1 > div {
    height: calc(100% - 135px);
}
#container .katA.sc1 #cont1, #container .katA.sc2 #cont2 {
    right: 0;
}
#container .katA.sc1 .listPDF, #container .katA.sc2 .listPDF {
    margin: 0 auto;
}
#container .katA.sc1.sc2 #cont1, #container .katA.sc1.sc2 #cont2 {
    max-width: 33%;
    min-width: auto;
    width: 32%;
}
#container .katA.sc1.sc2 #cont2 {
    right: 33%;
}
#cont1 > i.fa-times, #cont2 > i.fa-times {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    font-size: 25px;
    cursor: pointer;
    z-index: 5;
}
/* comment */
.comment form {
    position: relative;
}

.comment form .bsub {
    position: absolute;
    top: 0px;
    right: 0px;
}

.comment form b {
    border: none !important;
    border-left: 1px solid #cbcbcb !important;
}

.comment .msg {
    border: 1px solid #cbcbcb;
    margin: 20px;
    border-radius: 10px;
    padding: 10px;
}

.comment .msg > .box {
    position: relative;
}

.comment .msg > .box.tal > .art {
    background: #aafffd;
}

.comment .msg > .box > .art {
    padding: 10px;
    margin: 10px;
    background: #f6fcff;
    border-radius: 5px;
    text-align: left;
}

.comment .msg > .box:hover > .art {
    background: #d9dee0;
}

.comment .msg > .box > .tim {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 11px;
}

.comment .msg > .box > .cza {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 11px;
}

.comment .msg > .box > .cza > a {
    margin-left: 10px;
}
/* menus */
.menus {
    text-align: center;
}

.menus > a {
	position: relative;
    margin: 10px;
    border: 2px solid;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
}

.menus > div {
	position: relative;
}

.menus > a > i:nth-child(1) {
    margin-right: 10px;
}

.menus > a > i:nth-child(2) {
    position: absolute;
    top: -7px;
    right: -6px;
    background: #fff;
    border-radius: 100%;
}

.menus > a[hret] {
    color: #469d00;
    font-weight: bold;
}

.menus > a:hover {
    background: #e7e7e7;
}
/* task info */
.pti > p {
    margin: 0;
    text-align: right;
}
.pti > p > p {
    display: inline-block;
    background: #e8e8e8;
    margin: 0 10px;
    padding: 5px 10px;
}

.pti > p > p > t {
    margin-right: 10px;
}
/* aktywnosc */
.aktime {
    position: relative;
    display: inline-block;
    width: 200px;
    padding: 0 30px;
}

.aktime > .bsub {
    display: none;
}

.aktime input {
    text-align: center;
}
.aktime .wybrany_czas {
    position: absolute;
    top: 20px;
    left: 13px;
}
.aktime .wybrany_czas b {
    width: 161px;
    display: inline-block;
    margin-top: 36px;
    vertical-align: bottom;
}
.wybrany_czas i {
    vertical-align: top;
}
.aktime .itl {
    z-index: 5;
}
/* zlecajacy */
.ustime {
    display: inline-block;
    white-space: nowrap;
}
.ustime > div {
    display: inline-block;
    width: 100px;
}
.ustime input {
    text-align: center;
}
/* wykres */
.wykres {
    text-align: center;
}
/* lacznie */
.lacznie {
    text-align: center;
}
.lacznie > p > s, .lacznie > p > b {
    display: inline-block;
    width: 150px;
    text-align: left;
    text-decoration: none;
}
/* usun-filtr */
a.usun-filtr {
    color: #f00;
}
/* wybrany czas */
.wybrany_czas {
    text-align: center;
}

.wybrany_czas i {
    cursor: pointer;
    padding: 10px;
}
.wybrany_czas.wee b {
    color: #8200ff;
}
.wybrany_czas.for b {
    color: #f00;
}
/* table */
table.listPDF th s {
	display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    vertical-align: super;
    margin-left: 5px;
}
