/* ============================== */
/* === Powered by locomputing === */
/* ============================== */

.toltip {
  position: relative;
}

table.table  {
border: 2px solid #333333;
margin: 0 auto;
width: 100%;
font-size: 75%;
padding: .1em .3em;; 
border-collapse:  collapse;
text-align: left;
}
.table th {
border-bottom:3px solid #999999;
padding: .1em .3em;;
}
.table td {
border: 1px solid #999999;
padding: .1em .3em;;
}

.border {
width: 100%;
height: .015em;
background: silver;
}

table#tpag  {
	height: auto;
	margin: 0;
	width: auto;
	border: 0px solid transparent;
	border-left: .42em solid #f3f3f3;
	background: white;
}

table#tpag td {
	font-size: 50%;
	padding: 0 .35em;
	width: auto;
	text-align: center;
	border: 1px solid lightgray;
}

table#tpag td a {
	display: block;
	text-decoration: none;
}
table#tpag td a:hover {
	color: green;
}


table#tpag td.prev, table#tpag td.next {
	width: 30px;
	font-size: 45%;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
table#tpag  td.sfront {
font-size: 50%;
border: none;
cursor: default;
}


table#tpag td.dots {
padding: 0;
width:auto;
}

table#tpag td.fulli {
	border:none;
}
table#tpag td.fullo {
	border:none;
	text-align: left;
}

table#tpag td.lseite {
	display: none;
}
table#tpag td.lseite {
	display: none;
}
table#tpag td.little {
	display: none;
}
table#tpag td.little1 {
	display: none;
}
table#tpag td.num-cont {
	display: none;
}
table#tpag td.prevs {
	display: none;
}
table#tpag td.nexts {
	display: none;
}

table#tpag td.currentpage {
	font-weight: bold;
	color: red;
	border: .1em solid red;
	font-size: 55%;
	-webkit-text-stroke: .0155em black;
	cursor: default;
}

table#tpag .dots form {
border:none;	
}

table#tpag .dots input[type="number"]{
	appearance: textfield;
}

table#tpag .dots input[type="number"] {
	position: relative;
	margin: 0;
	text-align: center;
	width: 1.5em;
	color:blue;
	font-weight: normal;
	padding: 0;
	border: none;
	text-decoration: none;
	outline: none;
	font-size: 90%;
}   

table#tpag .dots input::-webkit-outer-spin-button,
table#tpag .dots input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

table#tpag .dots input[type="number"]:focus {
	text-decoration-color: green;
}
 
table#tpag .dots input[type="number"]:hover {
	text-decoration-color: blue;
}

table#tpag input[type='number']::placeholder {
	font-size: 70%;
	color:black;
	font-weight:bold;
	opacity: 1;
	letter-spacing: .25em;
	border: none;
}

table#tpag .dots input.numbi {
	font-size: 90%;
	color: blue;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
table#tpag .inf_txt {
	position: absolute;
	width: auto;
	padding: .15em .5em;
	background: white;
	color: navy;
	border: 2px solid navy;
	font-size: 75%;
	font-weight: normal;
	margin: -2em 0 0 -2.75em;
	border-radius: .25em;
	z-index: 99;
}

table#tpag .inf_txt:after, table#tpag .inf_txt:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

table#tpag .inf_txt:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: navy;
	border-width: .5em;
	margin-left: -.5em;
}

table#tpag .inf_txt:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: navy;
	border-width: .5em;
	margin-left: -.5em;
}

table#tpag .inf_txt {
    display:none
}
table#tpag .dots:hover > .inf_txt {
    display:block;
}


table#tpag .info_text {
	position: absolute;
	width:auto;
	height: .95em;
	padding: 0;
	background: white;
	color: navy;
	border: 2px solid maroon;
	font-size: 1.9em;
	font-weight: normal;
	margin: .78em 0 0 -1.5em;
	border-radius: .15em;
	background: white;
	z-index: 99999;
}

table#tpag .info_text {
	display:none;
}



table#tpag .dots:hover > .info_text {
	display:block;
}

.inf_ktxt {
	display: none;
}

table#tpag td.currentpage form {
	display:none;
}











@media screen and (max-width: 49.95em){

table#tpag  {
	margin: 0;
	width: auto;
	border-left: .52em solid #f3f3f3;
	border: none;
}

table#tpag td {
	padding: 0;
	font-size: 15px;
	border: none;
}

table#tpag td.prev, table#tpag td.next {
	width: 15px;
	font-size: 15px;
    vertical-align: text-bottom;
	border: none;
}

table#tpag td.prevs, table#tpag td.nexts {
    display: none;
}

table#tpag  td.sfront {
display: none;
}


table#tpag .little input::-webkit-outer-spin-button,
table#tpag .little input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
table#tpag .little input[type="number"]{
	appearance: textfield;
}


table#tpag td.little .numbi {
   position: relative;
   width: 28px;
   height: auto;
   padding: 0;
   margin: 0;
	font-size: 15px;
	text-align: center;
	color: red;
	font-weight: bold;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

table#tpag td.little1 .numbi:focus {
	color: green;
	font-weight: bold;
	cursor: pointer;
	border: none;
	box-shadow: none;
	outline: none;
}



table#tpag td.little {
	display: inline-block;
	width: auto;
	margin: 0;
	text-align: center;
	padding: 0;
	font-size: 16px;
	border:none;
	outline: none;
}
table#tpag td.little1 {
	display: inline-block;
	width: 50px;
	margin: 0;
	text-align: center;
	padding: 0;
	font-size: 15px;
	border:none;
	outline: none;
}

table#tpag td.page {
	display: none;
}
table#tpag td.dots {
	display: none;
}
table#tpag td.start {
	display: none;
}
table#tpag td.currentpage {
	display: none;
}

table#tpag .tooltip {
  position: absolute; 
  background: white;
  display: block;
  width: 5.1em;
  font-size: 2.5em;
  border: 2px dashed maroon;
  border-radius: 3px;
  margin: .75em 0 0 -1em;
  padding:0;
  z-index: 99;
}

table#tpag .tooltip {
    display:none;
}
table#tpag .little:hover > .tooltip {
    display:block;
}
table#tpag .tooltip img {
max-width: 100%;
height: auto;
}

table#tpag .tooltip1 {
  position: absolute; 
  background: white;
  display: block;
  font-size: 2.5em;
  width: 5.1rem;
  border: 2px dashed maroon;
  border-radius: 3px;
  margin: -1.5em 0 0 -1em;
}

table#tpag .tooltip1 {
    display:none;
}
table#tpag .little:hover > .tooltip1 {
    display:block;
}

table#tpag td.fulli {
display:none;
}
table#tpag td.fullo {
display:none;
}

.little, .little1, .prevs, .nexts {
    display: !important; 
}

}


















































