/* v=1.5.6.8 */
@font-face{font-family:'FontAwesome';src:url(/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");font-weight:400;font-style:normal}
body {position: absolute;margin: 0;height: 100%;width: 100%;font-family: 'Roboto', sans-serif;/*font-family: Lato, Helvetica, sans-serif;*/}
a { color: #000; text-decoration: none; }
.dn { display: none !important; }
.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }
div.new { background: #e7e7e7; }
.rem { opacity: 0; height: 0; -webkit-transition-duration: .5s; transition-duration: .5s; }
/* button add */
a.iadd {
    background: #eec22d;
    border-color: #eec22d;
    color: #fff;
}
/*
a.iadd { display: block; margin: 30px auto; width: 300px; text-align: center; font-size: 20px; padding: 5px 10px; border: 1px solid #ced4da; border-radius: 5px; color: #00009c; text-decoration: none; background: #ceeeff; }
a.iadd:after { font: normal normal normal 20px/1 FontAwesome; content: "\f055"; margin: 10px; }
*/
/* showMSG */
.showMSG { position: fixed; top: 0; right: 0; z-index: 50; max-width: 200px; background: #fff; overflow: hidden; }
.showMSG > div { opacity: 1; border: 1px solid #000; margin: 10px; padding: 10px; position: relative; border-radius: 5px; background: #ffffff; -webkit-transition-duration: .5s; transition-duration:.5s; }
.showMSG > div.str { margin: -36px 10px 0 10px; opacity: 0; }			
.showMSG > div > i { cursor: pointer; position: absolute; top: -6px; right: -4px; background: #fff; }
.showMSG > div > p { font-size: 12px; margin: 0; }
/* Loading */
.Loading {
	position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.Loading div.pulse {
    height: 60px;
    width: 60px;
    margin: auto;
}
.Loading div.pulse > div {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: #868686;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
	animation-delay:.1s;
    transform: scale(0);
    opacity: 0;
}
@-webkit-keyframes scaleout{
	0%{-webkit-transform:scale(0);opacity:1;}
	100%{-webkit-transform:scale(1);opacity:0;}
}
@keyframes scaleout{
	0%{-webkit-transform:scale(0);transform:scale(0);opacity:1;}
	100%{-webkit-transform:scale(1);transform:scale(1);opacity:0;}
}
/* input / textarea */
.csi div.itl { position: relative; margin: 20px; }
.csi div.itl > label, .csi div.ici > label, .csi div.itl > s { position: absolute; top: 11px; left: 15px; font-size: 13.3333px; color: #b0b0b0; background: rgba(255, 255, 255, 0); padding: 0 5px; transition: 0.2s ease all; }
.csi div.itl s { text-decoration: none; }
.csi div.itl > i.fa-times-circle, .csi div.ici > i.fa-times-circle { position: absolute; top: 0; right: 0; font-size: 20px; padding: 10px; cursor: pointer; }
.csi div.itl > textarea, .csi div.itl > input, .csi select  { padding: 10px; border-radius: 10px; width: calc(100% - 20px); border: 1px solid #cbcbcb; }
.csi div.itl > input[type="file"] { cursor: copy; padding: 30px 4px 60px 16px; }
.csi div.itl > b { position: absolute; bottom: 20px; left: 17px; z-index: -1; font-weight: bold; }
.csi select  { width: 100%; }
.csi div.its > input { padding: 10px 10px 10px 20px; }
.csi div.its .size { position: absolute; top: 6px; left: 4px; cursor: pointer; }
.csi div.its .size > i { display: block; padding: 0 3px; line-height: 12px; }
.csi div.itl.img img { width: 150px; display: block; margin: auto; }
.csi div.itl.img button { width: 150px; display: block; margin: auto; }
.csi div.itl.ful button { width: 100%; }
div.itl > label > s > i { cursor: pointer; }
div.itl > p.info { text-align: left; font-size: 14px; background: #e6e6e6; border-radius: 10px; margin: 10px 0; padding: 10px; }
div.itl > p.info > b { margin: 10px 0; display: inline-block; }
div.itl:not(.act) > p.info { display: none; }

.csi div.ise > input { position: relative; z-index: 2; width: calc(100% - 40px); }
.csi div.ise > label { z-index: 3; }
.csi div.ise > select { position: absolute; top: 0; left: 0; z-index: 1; width: calc(100% + 2px); padding: 9px; cursor: pointer; }

.csi a.fileCSV { margin-left: 27px; }
.csi a.fileCSV i { margin: 0 10px; }

.csi div.itl.readonly label, .csi div.itl > s,
.csi div.itl > input:focus ~ label, .csi div.itl > textarea:focus ~ label,
.csi div.itl > input:active ~ label, .csi div.itl > textarea:active ~ label,
.csi div.itl > input:not(:focus):valid ~ label, .csi div.itl > textarea:not(:focus):valid ~ label {
	top: -7px;
	font-size: 12px;
	color: #323232;
	background: rgba(255, 255, 255, 1);
	z-index: 9;
}

.csi div.itl > textarea:disabled, .csi div.itl > input:disabled, .csi select:disabled  { background: #fff; border: 1px solid #e3e3e3; color: #bebebe; }
.csi div.itl > textarea:disabled ~ label, .csi div.itl > input:disabled ~ label, .csi select:disabled ~ label { color: #cacaca; }
.csi div.itl > textarea { height: 60px; }

.csi div.itl > textarea:focus , .csi div.itl > input:focus , .csi select:focus {
  outline: none;  
  background-color: #fff;
}

.csi div.itl > textarea:-internal-autofill-selected, .csi div.itl > input:-internal-autofill-selected, .csi select:-internal-autofill-selected  { 
	background-color: rgb(255, 255, 255) !important;
}

.csi .itl .itc {
	position: absolute;
    top: 26.5px;
    right: 15px;
    background: rgba(255, 255, 255, 1);
    padding: 0 5px;
}
.csi .itl .itc > input {
	vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 1px;
}
.csi .itl .itc > label {
	vertical-align: middle;
    font-size: 12px;
}  
/* itr */
.csi .itr {
    padding: 10px;
}

.csi .itr:hover {
    background: #d9d9d9;
}

.csi .itr > label {
    vertical-align: middle;
    padding: 4px 0;
    display: inline-block;
}

.csi .itr > input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    float: right;
    /* display: table-cell; */
}
/* itv */
.itv {
    position: relative;
    margin: 20px;
}

.itv input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.itv label {
    vertical-align: middle;
}

.itv b {
    display: block;
    text-align: center;
    text-decoration: underline;
}
/* minSearch */
.csi .itl.minSearch > input {
	padding: 10px 30px 10px 10px;
    width: calc(100% - 43px);
}
.csi .itl.minSearch > i.fa-times {
	position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
}
/**/
div.itd {
	position: relative;
    width: 51px;
    margin: 0;
    display: inline-block;
    vertical-align: super;
}
div.itd input {
    padding: 2px 0 7px 0;
    border: 1px solid #cbcbcb;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}
div.itd label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    font-size: 8px;
    color: #323232;
    white-space: nowrap;
    text-align: center;
}
/* button */
.busu {
	float: left;
    opacity: .5;
}
.bsub {
    text-align: right;
}

.bsub > b, .busu > b {
	position: relative;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    padding: 10px 30px;
    font-weight: normal;
    color: #202020;
    cursor: pointer;
    margin: 0 20px;
    text-align: center;
}

.bsub > b > s, .busu > b > s {
    position: absolute;
    display: block;
    font-size: 9px;
    text-decoration: none;
    bottom: 1px;
    right: 10px;
}

.bsub > b:hover, .busu > b:hover {
    border: 1px solid #202020;
}

.busu:hover {
	opacity: 1;
}
	
.bsub > b:before, .busu > b:before {
    position: absolute;
    bottom: -3px;
    right: -3px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    background: #fff;
    padding: 2px;
}

.bsub.sok > b:before, .busu.sok > b:before {
	content: '\f00c';
}
.bsub.stx > b:before, .busu.stx > b:before {
	content: '\f00d';
}
.bsub.slo > b:before, .busu.slo > b:before {
	content: '\f110';
	border-radius: 100%;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* menu */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	height: 47px;
    background: #000000;
    z-index: 30;
}

.header .hLeft {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
}

.header .hLeft .hPage {
    display: inline-block;
}

.header .hLeft .hPage img {
	width: 140px;
	height: 22px;
}

.fa-menu{position: absolute;top: 0;right: 0;width: 64px;height: 54px;cursor: pointer;}
.fa-menu{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;}
.fa-menu i{display:block;position:absolute;height:5px;width:40px;background:#5B5C5B;border-radius:25px;opacity:1;left:12px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
.fa-menu i:nth-child(1){top:12px;}
.fa-menu i:nth-child(2){top:24px;}
.fa-menu i:nth-child(3){top:36px;}
body.menu .fa-menu i:nth-child(1){background:#fff;top:24px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}
body.menu .fa-menu i:nth-child(2){background:#fff;opacity:0;left:-60px;}
body.menu .fa-menu i:nth-child(3){background:#fff;top:24px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}

/*
.header > i.menu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    cursor: pointer;
}

.header > i.menu:before {
    content: "\f0c9";
}

body.menu .header > i.menu:before {
    content: "\f00d";
}
*/

.header .hRight {
    position: fixed;
    top: 52px;
    right: -150px;
    bottom: 0;
    width: 150px;
    background: #000000;
    transition: .2s;
}

body.menu .header .hRight {
    right: 0;
}

.header .hRight > a, .header .hRight > div {
    display: block;
    text-align: center;
    padding: 13.5px;
    cursor: pointer;
    color: #fff;
	position: relative;
}

.header .hRight > select {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 16px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    text-transform: uppercase;
}

.header .hRight > a:hover, .header .hRight > div:hover {
    background: #3a3a3a;
}

.header .hRight > div > i {
    margin-right: 10px;
}

.header .hRight > a:hover:before, .header .hRight > div:hover:before,
.header .hRight > a.act:before, .header .hRight > div.act:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    right: 0;
    background: #eec22d;
}

/* poz */
@media screen and (min-width: 900px) {
	.header .hRight {
	    top: 1px;
	    bottom: auto;
	    right: 0;
	    left: 200px;
	    width: calc(100% - 200px);
	    text-align: right;
	}
	
	.header .hRight > a, .header .hRight > div {
	    display: inline-block;
	}
	
	.header .hRight > a.mfl {
		float: left;
	}
	
	.header .hRight > select {
	    display: none;
	}
}

/* container */
div#container {
	transition: .2s;
	min-height: calc(100% - 128px);
	position: relative;
	margin-top: 60px;
}
body.menu #container {
	width: calc(100% - 150px);
}
div#container .wmin {
    max-width: 700px;
    margin: auto;
}
div#container .wmin img {
    margin: auto;
    display: block;
}
div#container > div > h1 {
	text-align: center;
}
/* footer */
.footer {
    text-align: center;
    background: #f5f5f5;
}

.footer > div {
    padding: 16px;
    font-size: 14px;
}
/* menuLeft */
.menuLeft {
    /* position: relative; */
    /* background: #fff; */
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    /* box-shadow: 0px 0px 10px #000; */
    text-align: center;
    /* top: -100%; */
}
body.ml .menuLeft {
    top: 0;
}
.menuLeft > div {
    margin: 5px 0;
}
.menuLeft i.fa-times-circle {
    display: none;
}
.menuLeft h1 {
    font-size: 22px;
    text-align: center;
}
.menuLeft .csi div.itl, .menuLeft .itv, .menuLeft .bsub {
    display: inline-block;
    width: 160px;
	margin: 5px 5px 10px 5px;
}
body.ml div#container {
	margin-top: 10px;
}

/*
body.ml div#container {
    margin-left: 200px;
}
.menuLeft {
    position: fixed;
    top: 47px;
    left: -210px;
    width: 200px;
    overflow: auto;
	background: #fff;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    box-shadow: 0px 0px 10px #000;
}
.menuLeft > div {
    margin: 20px 0;
}
body.ml .menuLeft {
    left: 0;
}
.menuLeft i.fa-times-circle {
    display: none;
}

.menuLeft h1 {
    font-size: 22px;
    text-align: center;
}
*/
/* table */
.listPDF { display: table; /*width: 80%;*/ margin: auto; position: relative; text-align: center; white-space: nowrap; }
table.listPDF { text-align: right; }
.listPDF > div { display: table-row; line-height: 2; }
.listPDF > div.arc { opacity: .2; }
/*.listPDF > div.red { background: #fdd !important; }*/
.listPDF > div.act, table.listPDF tbody tr.act { background: #f2f2f2 !important; color: #469d00; }	
.listPDF > div:hover, table.listPDF tbody tr:hover { background: #d9d9d9 !important; }
.listPDF > div.m20 { color: #1e00a4; }
.listPDF > div.cen { color: #2f00ff; }	
.listPDF > div > div { display: table-cell; border-bottom: 1px solid #dee2e6; padding: 10px; -webkit-transition-duration: .5s; transition-duration:.5s; }
.listPDF > div.onePDF.domn:hover > div { padding: 0 10px 20px 10px; }
.listPDF > div:nth-child(1) { font-weight: bold; }
.listPDF > div:nth-child(1) s {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    vertical-align: super;
    margin-left: 5px;
}
.listPDF > div > div:nth-child(1) { font-weight: bold; text-align: left; }
.listPDF > div.m20 > div:nth-child(1) { padding-left: 20px; }
.listPDF .peye {
    position: relative;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listPDF .peye.del {
	text-decoration: line-through;
}
.listPDF .peye > s {
    position: absolute;
    top: 0;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
}
.listPDF .peye > s > i {
    font-style: normal;
    margin: 0;
    opacity: 0;
	-webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.listPDF .onePDF:hover .peye > s > i {
    opacity: 1;
    margin-left: 20px;
}
.listPDF > div > div > a, .listPDF > tbody > tr > th > a {
    display: inline-block;
    position: relative;
}
.listPDF > div > div > a > i, .listPDF > tbody > tr > th > a > i {
    padding: 0 15px;
}
.listPDF > div > div > a > i.fa-eye, .listPDF > tbody > tr > th > a > i.fa-eye {
    display: none;
}
.listPDF > div > div > a > b, .listPDF > tbody > tr > th > a > b {
	display: none;
    font-weight: 400;
    position: absolute;
    bottom: -10px;
    left: 50%;
    font-size: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.listPDF > div > div > a:hover > b, .listPDF > tbody > tr > th > a:hover > b {
	display: block;
}
.listPDF > div > div.opt .cks {
    cursor: pointer;
    margin-right: 30px;
}
/* popup popdn */
div.popup > div, div.popdn > div {
    position: fixed;
	z-index: 20;
	top: 15%;
    left: 28%;
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    background: #fff;
    box-shadow: 0 0 20px #b9b9b9, inset 0 0 20px #b9b9b9;
    border-radius: 20px;
    padding: 30px;
    max-width: 90%;
    max-height: 90%;
    min-width: 380px;
	/*width: 45%;*/
}
div.popup.zi > div, div.popdn.zi > div {
	z-index: 21;
}
div.popup i.fa-times-circle, div.popdn i.fa-times-circle {
    position: absolute;
    top: -4px;
    right: -4px;
    font-size: 39px;
    cursor: pointer;
}

.infobox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 40;
    visibility: hidden;
    opacity: 0;
	-webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.infobox.act {
    visibility: inherit;
    opacity: 1;
}

.infobox .bag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .8);
}

.infobox .cod {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: auto;
    min-width: 300px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    overflow: auto;
    padding: 20px 10px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.infobox.act .cod {
    top: 50%;
}

.err_msg {
	position: absolute;
    z-index: 500;
    background: inherit;
    border-radius: 10px;
    margin: 15px;
}

.err_msg > div {
	position: relative;
    display: inline-block;
    background: inherit;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.err_msg > div > div {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: .5vw 1vw;
    min-width: 200px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
}












/*
div#container {
    width: 100%;
}
.logo {
    max-width: 1200px;
    margin: auto;
    padding: 30px 10px;
    height: 30px;
}

.logo > div {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.logo > div:nth-child(2) {
    text-align: right;
    font-size: 20px;
    float: right;
    line-height: 1.6;
    text-transform: uppercase;
}
.logo > div:nth-child(2) > i {
    font-style: normal;
    vertical-align: middle;
}
form.lang {
    display: inline-block;
    margin-left: 10px;
}
form.lang .slan {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

.baza {
    position: relative;
}
.baza > img {
    width: 100%;
}
.baza > div {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
form.search {
    max-width: 700px;
    margin: 20px auto;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    text-align: center;
    background: #f9f9f9;
    padding: 30px;
    box-shadow: 0 10px 35px #949494;
}

form.search > div:nth-child(1) {
    font-size: 24px;
    text-transform: capitalize;
}

form.search > div:nth-child(2) {
    margin: 10px;
}

form.search input[type="text"] {
    width: 80%;
    display: block;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    text-align: center;
    font-size: 20px;
}

form.search input[type="submit"] {
    margin-top: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #f00;
    border: none;
    padding: 7px 60px;
}
.seares {
    text-align: center;
    margin: 30px;
}
.seares > p {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}
.seares .allPDF {
    display: table;
    margin: auto;
    text-align: left;
}

.seares .onePDF {
    display: table-row;
}

.seares .onePDF i {
    height: 36px;
    width: 10px;
    background: #000;
}

.seares .onePDF > div {
    display: inline-block;
    vertical-align: middle;
}

.seares .onePDF > img {
    vertical-align: middle;
    margin: 15px;
}

.seares .onePDF > div > div > a {
    color: #fff;
    display: inline-block;
    background: #f00;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 7px;
}

.seares .onePDF > div > div:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
}

.seares .onePDF {
    display: table-row;
    padding: 10px;
    margin: 10px;
}

.footer {
    border-top: 2px solid #ccc;
}

.footer > div {
    text-align: center;
    padding: 20px;
    color: #ccc;
}





.infoForm { display: none; }
.progress {
    position: relative;
    width: 80%;
    margin: auto;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}
.progress .bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.progress .percent { position:absolute; display:inline-block; top:3px; left:48%; }
div#status {
    text-align: center;
    font-size: 20px;
    margin: 10px;
}
.listPDF {
    display: table;
    width: 80%;
    margin: auto;
}

.listPDF > div {
    display: table-row;
	line-height: 2;
}

.listPDF > div:hover {
    background: #d9d9d9;
}

.listPDF > div > div {
    display: table-cell;
	border-bottom: 1px solid #dee2e6;
    padding: 10px;
}
.listPDF > div:nth-child(1) {
    font-weight: bold;
}

.listPDF > div > div:nth-child(1) {
    font-weight: bold;
}
.header {
    background: #e7e7e7;
    padding: 10px;
}

.header > a {
    color: #5b5b5b;
    margin: 0 10px;
    vertical-align: middle;
    text-decoration: none;
}
.header > a > img {
    height: 17px;
    vertical-align: middle;
    margin-top: -3px;
}
.header > a.wyloguj {
    float: right;
}

.header > a:hover {
    text-decoration: underline;
}
div#logowanie {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

div#logowanie input {
    display: block;
    width: 330px;
    padding: 5px 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin: auto;
}
form.newPDF > input {
    display: block;
    width: 360px;
    margin: 20px auto;
    padding: 5px 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
































































.popup { position: fixed; top: 50%; left: 50%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); border-radius: 7px; box-shadow: inset 0 0 5px #bebebe, 0 0 30px #bebebe; padding: 10px; max-width: 500px; width: 80%; text-align: center; background: #fff; }
.popup > i { position: absolute; top: -8px; right: -6px; font-size: 30px; cursor: pointer;}
.popup > h1 { margin: 10px; font-size: 30px;}
.popup > p { margin: 10px; font-size: 16px;}
.popup > a { display: block; padding: 5px 10px; border: 1px solid #ced4da; border-radius: 5px; float: right; color: #0000cd; text-decoration: none;}
.popup > a:hover, a.iadd:hover { background: #e8e8e8; }


.onePDF > ul { position: absolute; list-style-type: none; margin: 0; padding: 0; text-align: left; display: none; left: 0; width: 100%; margin-top: 27px; font-size: 12px; }
.onePDF.domn:hover > ul { display: block; }
.onePDF > input.ilink { position: absolute; top: 10px; left: 10px; width: 1px; height: 1px; border: none; z-index: -1; }
.onePDF > ul > li { display: inline-block; }
.onePDF > ul > li > a { text-decoration: none; color: #3f3f3f; border: 1px solid #3f3f3f; padding: 0 10px; border-radius: 5px; margin: 0 10px; cursor: pointer; }
 
.wykres { text-align: center; }
.wykres > div { display: block; width: 100%; max-width: 500px; border: 1px dashed #cbcbcb; margin: 20px auto; background: #fff; border-radius: 10px; vertical-align: top; }
.wykres > div > div { margin: 20px; text-align: left; }
.wykres > div > div > div { position: relative; }
.wykres > div > div > div > p { position: relative; z-index: 1; margin-right: 40px; }
.wykres > div > div > div > b { position: absolute; top: 0; right: 0; z-index: 1; }
.wykres > div > div > div > i { position: absolute; left: 0; bottom: 2px; top: 0; }
.wykres > div > div > div.act > i { background: #deffd9; }
.wykres > div > div > div:not(.act) > i { background: #ffd9d9; }

.csi > input { display: block; width: 360px; margin: 20px auto; padding: 5px 10px; border: 1px solid #ced4da; border-radius: 5px; }
.csi .col1, .csi .col2 { width: 50%; display: inline-block; vertical-align: top; }








.csi div.itl.toinp > input[type="checkbox"] { position: absolute; top: 6px; right: 5px; width: 20px; height: 20px; }.
.csi div.itl.toinp > input[type="text"] { padding: 10px 40px 10px 10px; width: calc(100% - 50px); }
.csi div.itl > div.box { padding: 10px; border-radius: 10px; border: 1px solid #cbcbcb; }
.csi div.icl { margin: 20px; }
.csi div.icl > input { width: 20px; height: 20px; vertical-align: middle; }
.csi div.icl > label { vertical-align: middle; }
.csi div.icl > div.itl { margin: 0 5px; width: 80px; display: inline-block; }
.csi select { width: 100%; }
.boxlang { width: 300px; border: 1px dashed #000; border-radius: 10px; text-align: center; margin: 20px auto; }
.boxlang > p, .boxlang > a { margin: 20px auto; display: block; }
.boxlang > a { cursor: pointer; text-decoration: underline; }
.csi .col2 .pyt { position: relative; border: 1px dashed #cbcbcb; margin: 20px; background: #fff; }
.csi .col2 .pyt > i, .csi .col2 .pyt .toinp i { opacity: 1; -webkit-transition-duration:.5s;transition-duration:.5s }	
.csi .col2 .pyt:not(:hover) > i, .csi .col2 .pyt .toinp:not(:hover) i { opacity: 0; }
.csi .col2 .rpyt, .csi .col2 .rodp { position: absolute; top: -6px; right: -6px; font-size: 18px; cursor: pointer; background: #fff; }
.csi .col2 .rodp { font-size: 16px; }
.csi .col2 .resp, .csi .col2 .reso { position: absolute; top: -8px; left: -7px; font-size: 18px; cursor: pointer; background: #fff; }
.csi .col2 .reso { font-size: 16px; }
.csi .col2 .odpo, .csi .col2 .pyta { display: block; text-align: center; font-size: 26px; cursor: pointer; margin: 10px auto; }
.csi .col2 .odpo:hover, .csi .col2 .pyta:hover { color: #0075c6; }
.csi .ui-res-bag { height: 57px; background: #e7e7e7; }

// file upload
.uploadForm {
    position: absolute;
    top: 70px;
    right: 10px;
    background: #fff;
    border-radius: 10px;
    z-index: 2;
}
.uploadForm input.sbtf {
    padding: 31px;
    border: 1px dashed #000;
    border-radius: 10px;
}
.uploadForm input.sbtn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.f1_upload_form p {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
}
.f1_upload_form p b {
    background: #fff;
}
.f1_upload_form i {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-style: normal;
    font-size: 14px;
}
.f1_upload_process {
    position: absolute;
    top: 10px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    margin: 0;
    z-index: 5;
    text-align: center;
    vertical-align: middle;
    display: none;
}
.uploadForm iframe {
    display: none;
}
*/





