
.indicator{
  width: 80px;
  height: 12px;
}

.verticalCenter {
    display: inline-block;
    position: relative; 
    transform: translate(5px, -12px);
    }

#editNickNickName{
    width: 100px;
    height: 20px;
    padding: 1px
}

/* ###################################################### */
/* div popupInfo */
#rowMenu {
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  background-color: #7a8fa5ff;
  color:   #2f3f50ff;
  border: 1px solid rgb(171, 190, 211);
  border-radius: 5px;
  padding: 17px 0px 17px 5px;
  z-index: 2;
  display: flex;
  visibility: visible;
  opacity: 0;
  transition: visibility 0.2s 0.2s, opacity 0.2s linear;
}

#rowMenu li {
  padding: 6px;
}

#rowMenu a {
  font-size: 15px;
}

/* table */
.tableWrapper{
  max-width: 98%;
  margin: 0 auto;
}
.tableTextTitle {
    color:  #2f3f50ff;
    font-size: 19px;
    border-bottom: 1px solid  #2f3f50ff;
    margin-bottom: 12px;
    padding: 4px;
}
.prices-footer-wrapper{
  margin-top: 10px;
  display: flex;
  justify-content: center;
  
}
.prices-footer {
  font-size: 12px;
              text-align: center;
}
.prices-footer a{

  text-decoration: none;
  color:  #2f3f50ff !important;
  cursor: pointer !important;
}

table.dataTable thead tr th:nth-child(7),
table.dataTable tbody tr td:nth-child(7),
table.dataTable thead tr th:nth-child(9),
table.dataTable tbody tr td:nth-child(9){
    text-align: left;
}

table.dataTable thead tr th:nth-child(11),
table.dataTable tbody tr td:nth-child(11){
    text-align: right;
}

table.dataTable thead tr th:nth-child(6),
table.dataTable tbody tr td:nth-child(6),
table.dataTable thead tr th:nth-child(8),
table.dataTable tbody tr td:nth-child(8),
table.dataTable thead tr th:nth-child(12),
table.dataTable tbody tr td:nth-child(12){
    text-align: center;
}

/* table search, paging, info */
.dt-search label,
.dt-length label,
.dt-info{
    font-size: 14px;
    position:relative;
}

.nodeInfoBox table{
    width: 100%;
    padding: 8px;
    white-space: nowrap;
}
.nodeInfoBox tbody td{
    padding: 3px;
}
.nodeInfoBox tbody tr:nth-child(1) td:nth-child(1) {
    /*text-align: center;*/
    vertical-align: middle;
}

.nodeInfoBox tbody tr:nth-child(even):nth-child(n+3){
    box-shadow: inset 0 0 0 9999px rgba(0, 97, 201, 0.045);
}

