[ Scroll bar ]*/
.js-pscroll {
  position: relative;
  overflow: hidden;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 1366px;
  margin: 0 auto;
}
.wrap-table100 {
  width: 1170px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.table100 {
  background-color: #fff;
}

th, td {
  font-weight: unset;
  padding-right: 10px;
  border: 1px solid white;
  word-wrap: break-word;
}

/*==================================================================
[ Fix header ]*/
.table100 {
  position: relative;
  padding-top: 28px;
}

.table100-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.table100-head th {
  text-align: center;
  padding: 9px 10px;
}

/* .table100-body { */
/*   overflow-y:scroll; */
/* } */

.table100-body tr {
	width: 100%;
}

.table100-body td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.table100-footer {
  width: 100%%;
}

/* .table100-footer tr { */
/*   text-align: center; */
/* } */

.table100-footer td {
  font-weight: bold;
  text-transform: uppercase;
}

.tableHeader {
	width: 100%;
  	overflow-x: auto;
	table-layout:fixed;
}

.tableBody {
	width: 100%;
  	overflow-x: auto;
	table-layout:fixed;
}

/*==================================================================
[ Ver2 ]*/

.table100.ver2 .table100-head {
  background-color: #8c8c8e;
}

.table100.ver2 th {
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4;
/*   text-align: center; */

  background-color: transparent;
}

.table100.ver2 td {
  font-family: inherit;
  font-size: 10px;
  color: #999;
  background-color: #f4f4f4;
  padding: 9px 10px 6px 10px;
}

.table100.ver2 .table100-body tr {
  border-bottom: 1px solid #f2f2f2;
}

.tooltip {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana;
}

a[id^="pagina"] {
  font-family: Verdana;
  font-size: 11px;
}

a:link[id^="pagina"] {
  text-decoration: none;
  color: #999;
}

a:visited[id^="pagina"] {
  text-decoration: none;
  color: #999;
}

a:hover[id^="pagina"] {
  text-decoration: none;
  color: #999;
}

a:active[id^="pagina"] {
  text-decoration: none;
  color: #999;
}
span[id^="pagina"] {
  font-family: Verdana;
  font-size: 11px;
  color: #999;
}