/*!***************************************************************
MINICORE CSS settings
****************************************************************/

/*!************************************************************************************************************
  ##Device = All
  ##Screen = All 
**************************************************************************************************************/

body {
  /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
  font-size: 1rem;
  background-color: #f0f2f5;
  color: #3C4858;
  font-weight: 300;
  padding-top: 40px;
}

.sidebar-collapse .main-header,
.sidebar-collapse .main-header .navbar,
.sidebar-collapse .content-wrapper,
.sidebar-collapse .main-footer {
  transition: transform .3s ease-in-out, margin .3s ease-in-out;
  margin-left: 0;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.main-header {
  position: relative;
  max-height: 100px;

  background-color: #6f42c1 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(156, 39, 176, 0.46);
  z-index: 4;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}

.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 10px 25px;
  position:absolute;
}


.main-header {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  padding-top: 40px;
}


.header-text {
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  display: block;
  float: left;
  height: 100%;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  font-weight: 300;
  overflow: hidden;
  color: #ffffff;
  border-bottom: 0 solid transparent;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

/* Setting styles for header-container */
.header-container {
  position: fixed; /* Fix the header at the top of the viewport */
  top: 0; /* Align the header to the top */
  width: 100%; /* Adjust width as needed */
  height: 40px;
  display: flex;
  justify-content: space-between; /* Align items horizontally with space between them */
  align-items: center; /* Align items vertically */
  background-color: #001529; /* Change color as per your preference */
  color: #fff; /* Change text color as per your preference */
  z-index: 1000; /* Ensure the header appears above other content */
}


/* Align content to the right */
.header-container .right-content {
  margin-left: auto; /* Pushes the content to the right */
  margin-right: 14px; /* Add space between content and edge of the screen */
}

.main-index {
  min-height: 100vh;
}

.main-pool {
  min-height: 100vh;
}

.content-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}

.content-header>h1 {
  margin: 0;
  font-size: 24px;
}

.content-header>h1>small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300
}

.content {
  min-height: 100px;
  padding: 0px;
  /*padding-right: 15px;
  padding-left: 15px;*/
  padding-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
}

.loading-dot {
  animation: loadingAnimation 1s infinite;
}

@keyframes loadingAnimation {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

/*!***************************************************************
                  Set Payment threshold form
*****************************************************************/
#myModal {
  display: none;
  position: fixed;
  z-index: 9999; /* Set z-index to a high value */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  padding-top: 50px;
}
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* Centers the modal vertically and horizontally */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 265px; /* Adjust the maximum width as needed */
}

.close {
  color: red;
  float: none; /* Remove the float property */
  font-size: 28px;
  font-weight: bold;
  position: absolute; /* Position the close button absolutely */
  top: 10px; /* Adjust the top position as needed */
  right: 10px; /* Position the close button to the right */
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#ipAddressModal {
  width: 100%; /* Adjust the percentage as needed */
}

#thresholdValueModal {
  width: 100%; /* Adjust the percentage as needed */
}


/*!***************************************************************
                  SIDEBAR
****************************************************************/
.main-sidebar {
  top: 0;
  left: 0;
  padding-top: 40px;

  font-size: 16px;

  width: 230px;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  display: block;
  position: fixed;

  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-origin: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;

  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out
}


.main-sidebar::after {
  content: "";
  /*background: url('../img/sidebar-1.jpg');*/
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;

  width: 100%;
  height: 100%;
  height: auto !important;


}

.sidebar {
  padding-bottom: 10px
}

.sidebar li a {
  margin: 10px 15px 0;
  border-radius: 3px;
  color: #3C4858;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: capitalize;

  padding: 10px 15px;
}

.sidebar li.active>a,
.sidebar li.active>a i {
  color: #5b0a91;
}

.sidebar i {
  font-size: 20px;
  float: left;
  margin-right: 15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  /* color: #a9afbb; */
}

.sidebar i span {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  display: block;
  height: auto;
  white-space: nowrap;
}

.sidebar .logo {
  padding: 0px 0px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 4;
}

.sidebar .logo:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(180, 180, 180, 0.3);
}

.sidebar .logo p {
  float: center;
  font-size: 20px;
  margin: 10px 10px;
  color: #FFFFFF;
  line-height: 20px;
}


.sidebar .logo .simple-text {
  text-transform: uppercase;
  padding: 5px 0px;
  display: inline-block;
  font-size: 18px;
  color: #3C4858;
  white-space: nowrap;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  display: block;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
  white-space: nowrap;
  overflow: hidden
}


/*!***************************************************************
                  TABLES
****************************************************************/
.table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.table tr {
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

.table tr:hover {
  background-color: #ccc;
}

.table td {
  padding: 0.5rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

.table td:hover {
  cursor: pointer;
}

table td.effort0 {
  color: #50C878;
}

table td.effort1 {
  color: #FFA500;
}


table td.effort2 {
  color: #FF8C00;
}


table td.effort3 {
  color: #FF6347;
}


table td.effort4 {
  color: #FF4500;
}

div.effort0 {
  color: #50C878;
}

div.effort1 {
  color: #FFA500;
}


div.effort2 {
  color: #FF8C00;
}


div.effort3 {
  color: #FF6347;
}


div.effort4 {
  color: #FF4500;
}




.table a {
  color: #308bb2;
  font-weight: bold;
}

.table a:hover {
  text-decoration: nounderline;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-right: 1px;

  border: 0px;
  border-radius: 6px;

  padding-top: 8px;
  padding-bottom: 8px;
/*  padding-left: 30px;
  padding-right: 30px;*/

  position: relative;

}

#pool-coins td.coin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1rem;
  /*display: inline-block;*/
}

#pool-coins img.coinimg {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-left: .7rem;
  margin-right: .7rem;
  display: inline-block;
}



#miner-workers tr.miner-workers {
  background-color: #eaeaea;
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#miner-workers td {
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#miners tr.miners {
  background-color: #eaeaea;
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#miners td {
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#blocks tr.blocks {
  background-color: #eaeaea;
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#blocks td {
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#payments tr.payments {
  background-color: #eaeaea;
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#payments td {
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#pool-config tr.pool-config {
  background-color: #eaeaea;
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#pool-config td {
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#miner-config tr.miner-config {
  background-color: #eaeaea;
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}

#miner-config td {
  border-top: 1px solid #dee2e6;
  font-size: 1.05rem;
}


/*!***************************************************************
  FOOTER - Index & Pool footer
****************************************************************/
.main-footer {
  position: absolute;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  text-align: left;

  bottom: 0;
  /* stick to bottom */
  border-top: 1px solid #e7e7e7;
  background-color: rgb(25, 25, 25);
  color: #fff;
  /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;

  z-index: 10;
}

.main-footer a {
  color: #fff;
}

.main-index-footer {
  position: absolute;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;


  bottom: 0;
  /* stick to bottom */
  border-top: 1px solid #e7e7e7;
  background-color: rgb(25, 25, 25);
  color: #fff;
  /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;

  z-index: 10;
}

.main-index-footer a {
  color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/*!***************************************************************
                 CARD - card & info box 
****************************************************************/
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px
}

.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2)
}

.info-box-icon>img {
  max-width: 100%
}

.info-box-content {
  padding: 5px 10px;
  margin-left: 90px
}

.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #0c0c0c;
}

.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0c0c0c;
}

.info-box-text {
  text-transform: uppercase
}

.card {
  border: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
  color: #333333;
  background: #fff;
  border: 1px solid #f0f2f5eee;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  word-wrap: normal;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

div.card-table {
  height: calc(100% - 40px);
}

div.card-chart {
  height: calc(100% - 40px);
}

.card .card-chart {
  height: 220px;
}

.card [class*="card-header"] .ct-chart .ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
}

.card [class*="card-header"] .ct-chart .ct-label {
  color: rgba(255, 255, 255, 0.7);
}

.card [class*="card-header"] .ct-chart .ct-series-a .ct-point,
.card [class*="card-header"] .ct-chart .ct-series-a .ct-line,
.card [class*="card-header"] .ct-chart .ct-series-a .ct-bar,
.card [class*="card-header"] .ct-chart .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.8);
}

.card-header {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;

  border-radius: 3px;

  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;

  position: relative;

  background-color: #fff;

}

.card-title {
  margin-top: 0px;
  margin-bottom: 3px;

}

.card-category {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  border-radius: 0px;

  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;

  color: black;

}

.card-body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  border-bottom: 1px;
  border-radius: 0px;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;

  font-size: 16px;
}

.card-body .table {
  margin-bottom: 0px;

}

.card-footer {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;

  font-size: 12px;

}

.card-input {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.card-shadow {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.card .card-header {
  z-index: 3 !important;
}


.card[class*="card-header bg-"] {
  color: #fff;

}

.card .card-header {
  border-bottom: none;
  background: transparent;
}

.card-btn {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;

  border-radius: 6px;

  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;

  display: inline-block;
  text-transform: uppercase;
  text-align: center;

}



/*!************************************************************************************************************
  ##Device = Tablets, Ipads (portrait) and desktops
  ##Screen = B/w 768px 
**************************************************************************************************************/
@media screen and (min-width: 768px) {
  /*!***************************************************************
  INDEX - Pool Coins Table 
****************************************************************/

  #pool-coins tr {
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #pool-coins tr:hover {
    background-color: #ccc;
  }

  #pool-coins td:hover {
    cursor: pointer;
  }

  #pool-coins td {
    font-size: 1.05rem;
  }

  #pool-coins td.coin {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1.1rem;
  }

  #pool-coins img.coinimg {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: .7rem;
    margin-right: .7rem;
    display: inline-block;
  }

  #pool-coins a {
		color: #5b0a91;
	}

  #pool-coins a:hover {
    text-decoration: nounderline;
  }

  #miner-workers tr.miner-workers {
    background-color: #eaeaea;
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #miner-workers td {
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #miners tr.miners {
    background-color: #eaeaea;
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #miners td {
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #blocks tr.blocks {
    background-color: #eaeaea;
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #blocks td {
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #payments tr.payments {
    background-color: #eaeaea;
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #payments td {
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #pool-config tr.pool-config {
    background-color: #eaeaea;
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #pool-config td {
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #miner-config tr.miner-config {
    background-color: #eaeaea;
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  #miner-config td {
    border-top: 1px solid #dee2e6;
    font-size: 1.05rem;
  }

  .sidebar-collapse .main-header .logo {
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    width: 0px;
    padding: 0px;
  }

  .main-header,
  .content-wrapper,
  .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820
  }

  .content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800
  }

  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0)
  }

  .content-header {
    display: none;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px 
*/
@media (min-width: 768px) and (orientation: landscape) {}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .col-hide {
    display: none;
  }

  .card-btn.col-hide {
    display: none;
  }

  .algo {
    display: none;
  }

  .net-hash {
    display: none;
  }

  .net-diff {
    display: none;
  }

  .content-header {
    display: block;
  }

  .content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800
  }

  .main-header .navbar,
  .main-header,
  .navbar,
  .content-wrapper,
  .main-footer {
    margin-left: 0
  }

  .header-text {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 100%;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
    color: #ffffff;
    border-bottom: 0 solid transparent;
  }

  .sidebar-open .main-header,
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0)
  }

  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0)
  }

  .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;

  }

  .table tr {
    border-top: 1px solid #dee2e6;
    font-size: 0.75rem;
  }

  .table tr:hover {
    background-color: #ccc;
  }

  .table td {
    padding: 0.3rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 0.75rem;
  }


}


/* 
  ##Device = Smartphones Mobiles (Portrait)
  ##Screen = B/w  479px
*/
@media (max-width: 480px) {
  .content-header {
    display: block;
  }

  .content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800
  }

  .table td {
    padding: 0.3rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 0.9rem;
  }

  table td.effort1 {
    color: #FFA500;
  }


  table td.effort2 {
    color: #FF8C00;
  }


  table td.effort3 {
    color: #FF6347;
  }


  table td.effort4 {
    color: #FF4500;
  }

  div.effort0 {
    color: #50C878;
  }
  
  div.effort1 {
    color: #FFA500;
  }
  
  
  div.effort2 {
    color: #FF8C00;
  }
  
  
  div.effort3 {
    color: #FF6347;
  }
  
  
  div.effort4 {
    color: #FF4500;
  }
  

  /* Force table to not be like tables anymore */
  #pool-coins table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    padding-bottom: 10px;
  }


#pool-coins th:hover {
    background-color: #f2f2f2 !important;
}

/* Ensure higher specificity for .asc:after and .desc:after rules */
#pool-coins th.asc:after {
    content: 'VVV�' !important;
}

#pool-coins th.desc:after {
    content: ' PPP�' !important;
}

  /* Hide table headers (but not display: none;, for accessibility) */
  #pool-coins thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #pool-coins tr {
    border: 2px solid #ccc;
    margin-bottom: 10px;
  }

  #pool-coins td {
    /* Behave  like a "row" */
    border: 1;
    position: relative;
    padding-left: 50%;
    vertical-align: middle;
    text-align: center;
  }

  #pool-coins td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
  }

  #pool-coins img.coinimg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: .2rem;
    margin-right: .2rem;
    display: inline-block;

  }

  /*
	Label the data
	*/
  #pool-coins td:nth-of-type(1):before, #pool-coins td:nth-of-type(1):link {
    content: "Pool coin";
    font-weight: bold;
  }

  #pool-coins td:nth-of-type(2):before {
    content: "Symbol";
  }

  #pool-coins td:nth-of-type(3):before {
    content: "Algorithm";
  }

  #pool-coins td:nth-of-type(4):before {
    content: "Pool Fee";
  }

  #pool-coins td:nth-of-type(5):before {
    content: "Minimum Payment";
  }

  #pool-coins td:nth-of-type(6):before {
    content: "Miners";
  }

  #pool-coins td:nth-of-type(7):before {
    content: "Pool Hashrate";
  }

  #pool-coins td:nth-of-type(8):before {
    content: "Network Dominance";
  }

  #pool-coins td:nth-of-type(9):before {
    content: "Network Hashrate";
  }

  #pool-coins td:nth-of-type(10):before {
    content: "Network Difficulty";
  }

  #pool-coins td:nth-of-type(11):before {
    content: "BlockHeight";
  }

  #pool-coins td:nth-of-type(12):before {
    content: "Last Found";
  }

  /*	#pool-coins td:nth-of-type(13):before { content: ""; }*/

  /* Force table to not be like tables anymore */
  #pool-coins-blocks table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    padding-bottom: 10px;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #pool-coins-blocks thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #pool-coins-blocks tr {
    border: 2px solid #ccc;
    margin-bottom: 10px;
  }

  #pool-coins-blocks td {
    /* Behave  like a "row" */
    border: 1;
    position: relative;
    padding-left: 50%;
    vertical-align: middle;
  }

  #pool-coins-blocks td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
  }

  #pool-coins-blocks img.coinimg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: .2rem;
    margin-right: .2rem;
    display: inline-block;
  }

  /*
        Label the data
        */
  #pool-coins-blocks td:nth-of-type(1):before {
    content: "Found Time";
    font-weight: bold;
  }

  #pool-coins-blocks td:nth-of-type(2):before {
    content: "Finder";
    font-weight: bold;
  }

  #pool-coins-blocks td:nth-of-type(3):before {
    content: "Height";
    font-weight: bold;
  }

  #pool-coins-blocks td:nth-of-type(4):before {
    content: "Net Diff";
    font-weight: bold;
  }

  #pool-coins-blocks td:nth-of-type(5):before {
    content: "Effort";
    font-weight: bold;
  }

  #pool-coins-blocks td:nth-of-type(6):before {
    content: "Reward";
    font-weight: bold;
  }

  #pool-coins-blocks td:nth-of-type(7):before {
    content: "Status";
    font-weight: bold;
  }

  #pool-coins-blocks td:nth-of-type(8):before {
    content: "Confirmation";
    font-weight: bold;
  }




  /* Force table to not be like tables anymore */
  #pool-miner-blocks table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    padding-bottom: 10px;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #pool-miner-blocks thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #pool-miner-blocks tr {
    border: 2px solid #ccc;
    margin-bottom: 10px;
  }

  #pool-miner-blocks td {
    /* Behave  like a "row" */
    border: 1;
    position: relative;
    padding-left: 50%;
    vertical-align: middle;
  }

  #pool-miner-blocks td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
  }

  #pool-miner-blocks img.coinimg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: .2rem;
    margin-right: .2rem;
    display: inline-block;
  }

  /*
        Label the data
        */
  #pool-miner-blocks td:nth-of-type(1):before {
    content: "Found Time";
    font-weight: bold;
  }

  #pool-miner-blocks td:nth-of-type(2):before {
    content: "Height";
    font-weight: bold;
  }

  #pool-miner-blocks td:nth-of-type(3):before {
    content: "Net Diff";
    font-weight: bold;
  }

  #pool-miner-blocks td:nth-of-type(4):before {
    content: "Effort";
    font-weight: bold;
  }

  #pool-miner-blocks td:nth-of-type(5):before {
    content: "Reward";
    font-weight: bold;
  }

  #pool-miner-blocks td:nth-of-type(6):before {
    content: "Status";
    font-weight: bold;
  }

  #pool-miner-blocks td:nth-of-type(7):before {
    content: "Confirmation";
    font-weight: bold;
  }







  /* Force table to not be like tables anymore */
  #pool-miners table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    padding-bottom: 10px;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #pool-miners thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #pool-miners tr {
    border: 2px solid #ccc;
    margin-bottom: 10px;
  }

  #pool-miners td {
    /* Behave  like a "row" */
    border: 1;
    position: relative;
    padding-left: 50%;
    vertical-align: middle;
  }

  #pool-miners td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
  }

  #pool-miners img.coinimg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: .2rem;
    margin-right: .2rem;
    display: inline-block;
  }

  /*
        Label the data
        */
  #pool-miners td:nth-of-type(1):before {
    content: "Address";
    font-weight: bold;
  }

  #pool-miners td:nth-of-type(2):before {
    content: "Hashrate";
    font-weight: bold;
  }

  #pool-miners td:nth-of-type(3):before {
    content: "Share Rate";
    font-weight: bold;
  }

  /* Force table to not be like tables anymore */
  #pool-payments table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    padding-bottom: 10px;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #pool-payments thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #pool-payments tr {
    border: 2px solid #ccc;
    margin-bottom: 10px;
  }

  #pool-payments td {
    /* Behave  like a "row" */
    border: 1;
    position: relative;
    padding-left: 50%;
    vertical-align: middle;
  }

  #pool-payments td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
  }

  #pool-payments img.coinimg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: .2rem;
    margin-right: .2rem;
    display: inline-block;
  }

  /*
        Label the data
        */
  #pool-payments td:nth-of-type(1):before {
    content: "Sent";
    font-weight: bold;
  }

  #pool-payments td:nth-of-type(2):before {
    content: "Address";
    font-weight: bold;
  }

  #pool-payments td:nth-of-type(3):before {
    content: "Amount";
    font-weight: bold;
  }

  #pool-payments td:nth-of-type(4):before {
    content: "Confirmation";
    font-weight: bold;
  }

  /* Force table to not be like tables anymore */
  #pool-config-new table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: none;
    padding-bottom: 10px;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #pool-config-new thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #pool-config-new tr {
    border: 2px solid #ccc;
    margin-bottom: 10px;
  }

  #pool-config-new td {
    /* Behave  like a "row" */
    border: 1;
    position: relative;
    /*padding-left: 50%;*/
    vertical-align: middle;
    display: block;

  }

  #pool-config-new td:first-child {
    font-weight: bold
  }

  #pool-config-new td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
  }

  #pool-config-new img.coinimg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: .2rem;
    margin-right: .2rem;
    display: inline-block;
  }

  /*
        Label the data
        
        #pool-config-new td:nth-of-type(1):before { content: "Item"; font-weight: bold;}
        #pool-config-new td:nth-of-type(2):before { content: "Value"; font-weight: bold;}
	*/

  /* Force table to not be like tables anymore */
  #pool-miner-workers table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    padding-bottom: 10px;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #pool-miner-workers thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #pool-miner-workers tr {
    border: 2px solid #ccc;
    margin-bottom: 10px;
  }

  #pool-miner-workers td {
    /* Behave  like a "row" */
    border: 1;
    position: relative;
    padding-left: 50%;
    vertical-align: middle;
  }

  #pool-miner-workers td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
  }

  #pool-miner-workers img.coinimg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: .2rem;
    margin-right: .2rem;
    display: inline-block;
  }

  /*
        Label the data
        */
  #pool-miner-workers td:nth-of-type(1):before {
    content: "Index";
    font-weight: bold;
  }

  #pool-miner-workers td:nth-of-type(2):before {
    content: "Name";
    font-weight: bold;
  }

  #pool-miner-workers td:nth-of-type(3):before {
    content: "Hashrate";
    font-weight: bold;
  }

  #pool-miner-workers td:nth-of-type(3):before {
    content: "Share Rate";
    font-weight: bold;
  }





  /* Force table to not be like tables anymore */
  #pool-miner-earnings table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    padding-bottom: 0px;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #pool-miner-earnings thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #pool-miner-earnings tr {
    border: 2px solid #ccc;
    margin-bottom: 10px;
  }

  #pool-miner-earnings td {
    /* Behave  like a "row" */
    border: 1;
    position: relative;
    padding-left: 50%;
    vertical-align: middle;
  }

  #pool-miner-earnings td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
  }

  #pool-miner-earnings img.coinimg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: .2rem;
    margin-right: .2rem;
    display: inline-block;
  }

  /*
        Label the data
        */
  #pool-miner-earnings td:nth-of-type(1):before {
    content: "Date";
    font-weight: bold;
  }

  #pool-miner-earnings td:nth-of-type(2):before {
    content: "Amount";
    font-weight: bold;
  }




  .sidebar-open .main-header,
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0)
  }

  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0)
  }

}
