/* .dataTables_wrapper, .dataTables_length, .dataTables_filter {
    white-space:nowrap;
    margin-right: 0;
    margin-left: 0;
   
} */
/* .dataTables_filter input[type=search] {
    width: 100px;
    -webkit-appearance: textfield;
} */
table.dataTable {
    max-width: 100% !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
/*    justify-content: center;  <-- this one */
}
div.dataTables_info {
    padding-top: 0.3em !important;
}
div.dataTables_paginate {
    text-align: center;
}
.page-link {
    padding: 0.3rem 0.5rem;
}
.footer {
  /* padding-top: 10px;
  padding-bottom: 30px; */
/*  position: absolute;
  bottom: 0; */
  width: 100%;
  height: 50px; /* Set the fixed height of the footer here */
  line-height: 50px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
#tableListOfPools th:nth-of-type(2), #tableListOfPools  td:nth-of-type(2) {
    text-align: center;
}
.response_msg{
    margin-top:5px;
    font-size:13px;
    /* background:#ffffff;
    color:#ffffff;
    width:250px; */
    padding:3px;
    /* display:none;
    font-weight:bold; */
    text-align: left;
    font-family:Ubuntu,Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
}
/* html {
    position: relative;
    min-height: 100%;
    color:#555555;
    height: 100%;
    background-size:cover;
} */
html, body {
    color:#555555;
    height: 100%;
    background-size:cover;
/*    margin-bottom: 60px; */
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* .col,[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
} */
.outer {
  display: table;
/*  position: absolute; */
/*  height: 100%; */
  padding-top: 10px;
  height: calc(100% - 50px - 50px);
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.inner, .container {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
#  width: 510px;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

