@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(//fonts.googleapis.com/css?family=Inconsolata:400,700);

body {  
  /*background-color: #f5f5f5;*/
	color: #a0a0a0;
	/*background: #272b30;*/
	background: #343a40;;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #e7296b;
	margin: 0;
	padding: 0;
	margin-bottom: 85px;
	font-size: 14px;
	overflow-y: scroll;
}
a {
  color: #014e71;
}
a:hover {
  color: #0274a8;
}
hr {
  border-top-color: #0274a8;
}
strong, b {
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
h3,.h3 {
  font-size: 32px;
  margin-bottom: 14px;
}
code {
  color: #0274a8;
  background-color: #efefef;
  padding: 2px 10px;
  border-radius: 0;
}
.text-success{
	color: #00C851;
}
.text-warning{
	color:#ffbb33;
}
.text-danger{
	color:#ff4444;
}
.text-info{
	color:#33b5e5;
}
.padding-5 { padding: 5px !important; }
.padding-10 { padding: 10px !important; }
.padding-15 { padding: 15px !important; }
.padding-20 { padding: 20px !important; }
.padding-25 { padding: 25px !important; }
.padding-30 { padding: 30px !important; }

.padding-t-5 { padding-top: 5px !important; }
.padding-t-10 { padding-top: 10px !important; }
.padding-t-15 { padding-top: 15px !important; }
.padding-t-20 { padding-top: 20px !important; }
.padding-t-25 { padding-top: 25px !important; }
.padding-t-30 { padding-top: 30px !important; }

.padding-b-5 { padding-bottom: 5px !important; }
.padding-b-10 { padding-bottom: 10px !important; }
.padding-b-15 { padding-bottom: 15px !important; }
.padding-b-20 { padding-bottom: 20px !important; }
.padding-b-25 { padding-bottom: 25px !important; }
.padding-b-30 { padding-bottom: 30px !important; }

.padding-l-5 { padding-left: 5px !important; }
.padding-l-10 { padding-left: 10px !important; }
.padding-l-15 { padding-left: 15px !important; }
.padding-l-20 { padding-left: 20px !important; }
.padding-l-25 { padding-left: 25px !important; }
.padding-l-30 { padding-left: 30px !important; }

.padding-r-5 { padding-right: 5px !important; }
.padding-r-10 { padding-right: 10px !important; }
.padding-r-15 { padding-right: 15px !important; }
.padding-r-20 { padding-right: 20px !important; }
.padding-r-25 { padding-right: 25px !important; }
.padding-r-30 { padding-right: 30px !important; }

.push-up-5 { margin-top: 5px !important; }
.push-up-10 { margin-top: 10px !important; }
.push-up-15 { margin-top: 15px !important; }
.push-up-20 { margin-top: 20px !important; }
.push-up-25 { margin-top: 25px !important; }
.push-up-30 { margin-top: 30px !important; }

.push-down-5 { margin-bottom: 5px !important; }
.push-down-10 { margin-bottom: 10px !important; }
.push-down-15 { margin-bottom: 15px !important; }
.push-down-20 { margin-bottom: 20px !important; }
.push-down-25 { margin-bottom: 25px !important; }
.push-down-30 { margin-bottom: 30px !important; }

/* Footer */
footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #262626;
  font-size: 14px;
  color: #efefef;
  z-index: 9999;
}
footer a {
  color: #6ED5EE;
}
footer > div{
  color: #fff;
  margin: 10px auto;
  text-align: center;
}

/* Wrappers */
#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
}
@media (min-width: 992px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 185px;
    padding: 60px 30px 0 30px;
  }
}
#loading{
  font-size: 2em;
}

/* Sidebar */
.nav-side-menu {
  overflow: auto;
  font-size: 14px;
  font-weight: 200;
  background-color: rgba(45, 45, 45, 0.8);
  position: fixed;
  top: 0;
  width: 185px;
  height: 100%;
  color: #fff;
  z-index: 1000;
}
.nav-side-menu .brand {
  background-color: #272b30;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.nav-side-menu .brand a {
  color: #fff;
  text-decoration: none;
}

.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 28px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #03a9f4;
  background-color: #db2867;;
}
.nav-side-menu ul .active a,
.nav-side-menu li .active a {
  color: #fff;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #03a9f4;
}
.nav-side-menu ul .sub-menu li a,
.nav-side-menu li .sub-menu li a {
  display: inline-block;
  width: 85%;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #03a9f4;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  padding: 2px 0;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #03a9f4;
  background-color: #d57597;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-side-menu li:hover a {
  color: #fff;
}
@media (max-width: 991px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
    border-radius: 3px;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 58px !important;
  }
}
@media (min-width: 992px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/* Top Bar */
#top-bar { 
  background-color: #0274a8;
  line-height: 50px;
  display: block;
  font-size: 17px;
  color: #fff;
  padding: 0 15px;
  z-index: 1000;
}
#top-bar div {
  display: inline-block;
  padding: 0 15px;
}
#top-bar div strong {
  font-weight: 700;
}
#top-bar #statsUpdated {
  font-weight: normal;
}
@media (max-width: 1199px) {
  #top-bar #statsUpdated .text {
    display: none;
  }
}
@media (min-width: 992px) {
  #top-bar {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 185px;
    right: 0;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #top-bar {
    display: none;
  }
}

/* Bootstrap Buttons */
.btn-default {
  color: #ffffff;
  background-color: #272b30;
  border-color: #272b30;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #013d58;
  border-color: #013d58;
}
.btn-default.disabled,.btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #014e71;
  border-color: #014e71;
}
.btn-default .badge {
  color: #014e71;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #03a678;
  border-color: #03a678;
}
.btn-primary:hover,.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #027454;
  border-color: #026a4d;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #03a678;
  border-color: #03a678;
}
.btn-primary .badge {
  color: #03a678;
  background-color: #ffffff;
}

/* Bootstrap Form Controls */
.input-group-addon {
  color: #014e71;
}

/* Bootstrap Tables */
.table > thead > tr > td.success, 
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #000000;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #000000;
}
.table > thead > tr > th {
  color: #014e71;
  border-bottom-color: #014e71;
  font-weight: 400;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(151, 222, 255, 0.3);
}
.table > tbody > tr:hover td,
.table > tbody > tr:hover th {
  background-color: rgba(3, 169, 244, 0.3);
}
.table > tbody > tr > td {
  border-top-color: #c9e0e9;
}
table th.sort:hover{
  cursor: pointer;
}

/* jQuery sparkline tooltip */
.jqstooltip {
  border: none !important;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 2px !important;
  margin-top: -20px !important;
  /* Override Bootstrap defaults to fix jQuery.Sparkline tooltips appearance */
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box;
  box-sizing: content-box !important;
}
.jqstooltip .jqsfield {
  color: #ccc;
  font-size: 13px !important;
}
.jqstooltip .jqsfield b {
  color: #fff;
}

/* Content Card */
.card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}

.card table, .card .table {
  margin-bottom: 0;
}

/* Info box */
.infoBox {
  background-color: #3e3e3e;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  height: 5em;  
  cursor: default;
  position: relative;
  overflow: hidden;
  /*margin-bottom: 30px;*/
  border-radius: 3px;
}
@media (max-width: 767px){
  .infoBox{
    margin-bottom: 15px;
  }
}
.infoBox .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  width: 75px;
  text-align: center;
  color: rgba(255, 255, 255, 0.12);
}
.infoBox .content {
  display: inline-block;
  padding: 7px 16px;
}
.infoBox .content .text {
  font-size: 0.9em;
  margin-top: 11px;
  color: #fff;
  text-transform: uppercase;
}
.infoBox .content .value {
  font-size: 1.25em;
  font-weight: 800;
  margin-top: -4px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.infoBox .content .value .smallText {
  font-size: 16px;
  font-weight: normal;
}
#marketInfos .infoBox {
  height: 100px;
}
#marketInfos .infoBox .source {
  font-size: 13px;
  font-style: italic;
  color: #fff;
}
#marketInfos .infoBox .source a, #marketInfos .infoBox .source a:hover {
  color: #fff;
}


/* Hash info box */
.hashInfo {
  background-color: #014e71;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  cursor: default;
  padding: 15px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px){
  .hashInfo {
    margin-bottom: 15px;
  }
}
.hashInfo .text {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.hashInfo .content {
  overflow: hidden;
}
.hashInfo .content .value {
  float: left;
  font-family: 'Inconsolata', monospace;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  padding-right: 8px;
}
.hashInfo .content .value a {
  color: #fff;
}
.hashInfo .content .time {
  float: left;
  font-size: 15px;
  font-weight: normal;
}

/* Slush payment info box */
.slushInfo {
  background-color: #014e71;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  cursor: default;
  padding: 15px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 30px;
}
.slushInfo .text {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px){
  .slushInfo {
    margin-bottom: 15px;
  }
}
.slushInfo .content .value {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 8px 8px 0 0;
}
.slushInfo .content .value a {
    color: #fff;
}

/* Pool Statistics */
.stats > div:not(#addressError) {
  color: #262626; 
  padding: 10px 0px;
}
.stats > div:not(#addressError).marketFooter {
  padding: 5px 0;
}
.stats > div:not(#addressError) > i.fa {
  color: #272b30;
  font-size: 21px;
  width: 30px;
  text-align: center;
}
.stats > div:not(#addressError) > span:not(.input-group-btn):first-of-type {
  font-weight: 500;
  padding: 0 2px;
  color: #562ea0;
}

/* Pool and Worker Charts */
.poolChart, .marketChart, .userChart {
  display: none;
}
.poolChart .chart, .marketChart .chart, .userChart .chart {
  height: 140px;
}
.poolChart, .marketChart {
  margin-bottom: 30px;
}
@media (max-width: 767px){
  .poolChart, .marketChart {
    margin-bottom: 15px;
  }
}
.poolChart h4,
.marketChart h4,
.userChart h4 {
  text-align: center;
  font-size: 21px;
}
.chart a.chart-style {
  display: none; /* never displayed; we just use it to store the following colors: */
  background-color: rgba(3, 169, 244, .4);
  border-color: #03a9f4;
  width: 1px; /* controls the chart border width (must be specified in px) */
}

/* Market Rates */
#marketStats  {
  margin-top: 20px;
}
#marketUpdate {
    display: none;
}

/* Mining Profit Calculator */
#miningProfitCalc{
  margin: 0px 0px 25px 0px;
}
#miningProfitCalc .input-group-addon{
  padding: 6px;
}
#miningProfitCalc .input-group-addon, 
#miningProfitCalc .input-group-btn .btn, 
#miningProfitCalc .input-group .form-control{
  height:45px;
}
#calcHashDropdown{
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
#calcHashHolder{
  width: 590px;
  max-width: 100%;
}
#calcHashRate{
  z-index: inherit;
  font-family: 'Inconsolata', monospace;
}
#calcHashAmount{
  font-family: 'Inconsolata', monospace;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
#calcHashPeriod{
  font-family: 'Inconsolata', monospace;
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
#calcHashResultsHolder{
  min-width: 170px;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  #calcHashResultsHolder{
    min-width: 225px;
    max-width: 225px;
  }    
}

/* Mining Ports */
#miningPorts tr > td {
  vertical-align: middle;
  font-size: 0.95em;
}
#miningPorts table .col1,
#miningPorts table .col2 {
  text-align: center;
}  
@media (min-width: 768px) {
  #miningPorts table th {
    white-space: nowrap;
  }
  #miningPorts table .col1 {
    width:60px;
  }
  #miningPorts table .col2 {
    width:160px;
    text-align: center;
  }  
}

/* Mining Apps */
#miningApps .table > thead > tr > th {
  white-space: nowrap;
}
#miningApps_rows > tr:first-child > td {
  padding-top: 10px;
}
#miningApps_rows > tr > td {
  border-top: none;  
}
#miningApps_rows .appInfo td {
  padding: 10px;
  margin: 0;
}
#miningApps_rows .appConfig td {
  padding: 0 10px;
}
#miningApps_rows tr:hover,
#miningApps_rows tr:hover > td,
#miningApps_rows tr:hover > th {
  background-color: transparent;
}
#miningApps .btn {
  width: 100%;
}
#miningApps .miningAppTitle {
  font-weight: bold;
}
#miningApps .exampleAddress,
#miningApps .exampleWorkerName {
  font-style: italic;
}

/* Worker Statistics */
#yourStatsInput {
  z-index: inherit;
  font-family: 'Inconsolata', monospace;
}
#yourAddressDisplay  {
  word-wrap: break-word;
}
#yourAddressDisplay > span  {
  font-family: 'Inconsolata', monospace;
}
#lookUp > span:nth-child(2) {
  display: none;
}
.yourStats,
.yourWorkers {
  display: none;
}
#yourAddressDisplay {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-family: 'Inconsolata', monospace;
  font-size: 0.9em;
}
#addressError {
  color: red;
}
#workersReport td {
  vertical-align: middle;
}
#workersReport .status-ok{
  color: #17a600;
}
#workersReport .status-error{
  color: #a60000;
}
#workersReport table .col1,
#workersReport table .col3,
#workersReport table .col4,
#workersReport table .col5 {
  text-align: center;
}
@media (min-width: 768px) {
  #workersReport table th {
    white-space: nowrap;
  }
  #workersReport table .col1 {
    width:80px;
  }
  #workersReport table .col3,
  #workersReport table .col4,
  #workersReport table .col5,
  #workersReport table .col6 {
    width:120px;
  }  
  #workersReport table .col7 {
    width: 210px;
  }
  #workersReport table .col8 {
    width: 210px;
  }
}
#workerPayments td {
  vertical-align: middle;
  font-family: 'Inconsolata', monospace;
  font-size: 0.95em;
}
#workerPayments table .col3,
#workerPayments table .col4 {
  text-align: center;
}
table .summary {
  font-weight: 700;
  text-align:center;
}


@media (min-width: 768px) {
  #workerPayments table  {
    table-layout:fixed;
  }  
  #workerPayments table th {
    white-space: nowrap;
  }
  #workerPayments table .col1 {
    width:190px;
  }  
  #workerPayments table .col2 {
    overflow: hidden;
    text-overflow: ellipsis;
  }  
  #workerPayments table .col3 {
    width:130px;
  }  
  #workerPayments table .col4 {
    width: 70px;
  }
}

/* Pool Blocks */
#blocksStats  {
  margin-top: 20px;
}
#blocksStats .infoBox  {
  margin-bottom: 15px;
}
#blocksStats .luckGood {
  color: #5eff5e;
}
#blocksStats .luckBad {
  color: red;
}
#blocksStats .luckMid {
  color: #FFF500;
}
#blocksReport tr > td {
  vertical-align: middle;
  font-family: 'Inconsolata', monospace;
  font-size: 0.95em;
}

#blocksReport table .col1,
#blocksReport table .col2,
#blocksReport table .col3,
#blocksReport table .col4,
#blocksReport table .col6,
#blocksReport table .col7 {
  text-align: center;
}  
@media (min-width: 768px) {
  #blocksReport table  {
    table-layout:fixed;
  }  
  #blocksReport table th {
    white-space: nowrap;
  }
  #blocksReport table .col1 {
    width:90px;
  }  
  #blocksReport table .col2 {
    width:190px;
  }  
  #blocksReport table .col3 {
    width:80px;
  }  
  
  #blocksReport table .col4 {
    width:120px;
  }  
  #blocksReport table .col5 {
    overflow: hidden;
    text-overflow: ellipsis;
  }  
  #blocksReport table .col6 {
    width: 55px;
  }  
  #blocksReport table .col7 {
    width: 80px;
  }  
}
#blocksReport .pending td{
  background-color:rgba(255, 255, 255, .3);
}
#blocksReport .unlocked td{
  background-color:rgba(0, 255, 0, .1);
}
#blocksReport .orphaned td{
  background-color:rgba(255, 0, 0, .1);
}
#blocksReport .luckGood,
#blocksReport .unlocked .col7 {
  color: #17a600;
}
#blocksReport .luckBad,
#blocksReport .orphaned .col7 {
  color: #a60000;
}
#blocksReport .luckMid {
  color: #df9d00;
}

/* Payments */
#paymentsStats  {
  margin-top: 20px;
}
#paymentsStats .infoBox  {
  margin-bottom: 15px;
}
#paymentsReport td {
  vertical-align: middle;
  font-family: 'Inconsolata', monospace;
  font-size: 0.95em;
}
#paymentsReport table .col3,
#paymentsReport table .col4,
#paymentsReport table .col5,
#paymentsReport table .col6 {
  text-align: center;
}
@media (min-width: 768px) {
  #paymentsReport table  {
    table-layout:fixed;
  }  
  #paymentsReport table th {
    white-space: nowrap;
  }
  #paymentsReport table .col1 {
    width:190px;
  }  
  #paymentsReport table .col2 {
    overflow: hidden;
    text-overflow: ellipsis;
  }  
  #paymentsReport table .col3 {
    width:130px;
  }  
  #paymentsReport table .col4 {
    width:110px;
  }  
  #paymentsReport table .col5 {
    width: 70px;
  }
  #paymentsReport table .col6 {
    width: 70px;
  }
}

/* Top 10 miners */
#top10miners td {
  vertical-align: middle;
}
#top10miners table .col1,
#top10miners table .col3,
#top10miners table .col4,
#top10miners table .col5 {
  text-align: center;
}
@media (min-width: 768px) {
  #top10miners table th {
    white-space: nowrap;
  }
  #top10miners table .col1 {
    width:80px;
  }
  #top10miners table .col3 {
    width:150px;
  }  
  #top10miners table .col4 {
    width: 210px;
  }
  #top10miners table .col5 {
    width: 210px;
  }
}

/* Language selector */
#langSelector {
  float: right;
  padding-right: 0 !important;
}

#langSelector select {
  display: inline-block;
  width: auto;
  height: 32px;
  padding: 6px 10px;
}

#mLangSelector {
    display: none;
    padding: 10px;
}
@media (max-width: 767px) {
  #mLangSelector {
    display: block;
  }
}

/* Insert your pool's unique CSS here */
h1, .h1 {
    font-size: 28px !important;
}

h2, .h2 {
    font-size: 24px !important;
}

h3, .h3 {
    font-size: 20px !important;
}

@media (max-width: 991px){
	.nav-side-menu .toggle-btn {
		width: 35px !important;
		font-size: 18px !important;
	}
}

.important-message{
	position: relative;
	color: red;
}

.important-message a{
	color: red;
	font-weight: bold;
}

.important-message .card{
	padding-top: 7.5px  !important;
	padding-bottom: 7.5px !important;
}

.poolChart h4, .marketChart h4, .userChart h4{
	font-size: 18px !important;
	text-align: left !important;
}

#configGenerator .form-control, #configGenerator .form-select{
	margin-bottom: 0px !important;
}

.input-group-addon{
	border-radius: 0px !important;
}

@media (max-width: 991px){
	.brand {
		text-align: center !important;
	}
}

#langSelector select {
    padding: 5px;
}

.chart a.chart-style {
  display: none; /* never displayed; we just use it to store the following colors: */
  background-color: #272b30;
  border-color: #272b30;
  width: 1px; /* controls the chart border width (must be specified in px) */
}

.form-control, .form-select{
	color: #262626 !important;
	background: #fafafa !important;
	border-color: #393939 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #262626 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #262626 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #262626 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #262626 !important;
}

.btn{
	border-radius: 0px !important;
}

.unlocked td {
    background-color: transparent !important;
}

.hashInfo {
	color: #262626 !important;
	background: #fafafa !important;
}

.hashInfo .text,
.hashInfo a{
	color: #262626 !important;
}

.card ul li{
	margin-bottom: 5px !important;
}

.card > ul > li:last-child{
	margin-bottom: 0px !important;
}

.hashInfo ul,
.hashInfo ul li{
	margin: 0px !important;
	padding: 0px !important;
}

.hashInfo ul li{
	margin-left: 10px !important;
}

.btn-default:hover, .btn-default:focus, 
.btn-default:active, .btn-default.active, 
.open > .dropdown-toggle.btn-default{
	background: #49238f !important;
	outline: 0px;
	border-color: #49238f !important;
}

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fafafa !important;
}

.table > tbody > tr:hover td, 
.table > tbody > tr:hover th{
	color: #fff !important;
	background-color: #272b30 !important;
}

#miningApps tr:hover td{
	color: #262626 !important;
	background: transparent !important;
}


.table > tbody > tr > td {
    border-top-color: #393939 !important;
}



#calcHashHolder{
	width: 100% !important;
}

#calcHashHolder .input-group{
	display: flex;
}

#calcHashHolder .input-group-addon{
    align-items: center;
    display: flex;
    justify-content: center;	
	width: 35px;
}

#calcHashHolder .input-group-btn{
	width: auto;
}

#calcHashHolder #calcHashRate{
	display: flex;
	flex: 1 1 0%;
	border-color: #272b30 !important;
	border-radius: 0px;
}

#calcHashHolder #calcHashResultsHolder{
	display: flex;
	flex: 1 1 0%;
    justify-content: left;
	border-radius: 0px;
    color: #ffffff;
    background-color: #272b30;
    border-color: #272b30;	
	min-width: 100% !important;
	max-width: 100% !important;
	padding: 10px;
}

#calcHashAmount{
	margin-right: 10px;
}

.nav-side-menu .brand {
	line-height: normal !important;
	font-size: 16px !important;
	padding-bottom: 10px;
}
.nav-side-menu .brand img {
    margin-bottom: 5px;
    max-height: 60%;
    max-width: 60%;
    padding-top: 10px;
}

#top-bar{
	color: #ffffff !important;
	background: #272b30 !important;
	border-bottom: 2px solid #272b30;
}


#top-bar #section a{
	color: #ffffff;
}

.nav-side-menu li:hover,
.nav-side-menu ul .active, 
.nav-side-menu li .active{
	border-left: 3px solid #000 !important;
}

.fa-bolt{
	color: #272b30;
}

footer a{
	color: #fff !important;
}

.form-control, .form-select {
	border-radius: 0px !important;
	border: 1px solid #272b30 !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.infoBox{
	margin-bottom: 5px !important;
	border-radius: 0px !important;
}

.hashInfo{
	border-radius: 0px !important;
}

#miningProfitCalc.row{
	margin: 0px -8px 30px !important;
}

@media (min-width: 120px){
	.mine-image{
		max-width: 100%;
	}	
}

@media (min-width: 992px){
	.mine-image{
		width: 50%;
	}
}

@media (min-width: 992px){
	#page-wrapper {
		padding: 50px 30px 0 30px !important;
	}
}

ol{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

ol li{
	margin: 0px;
}

#blocksReport_rows tr:hover,
#blocksReport_rows tr:hover a,
#paymentsReport_rows tr:hover,
#paymentsReport_rows tr:hover a{
	color: #fff !important;
}

.click-enlarge{
	font-size: 12px;
}

.coloredgreen{
	color: green;
}

.colored{
	color: #272b30;
}

.colored a{
	color: #272b30;
	font-weight: bold;
}

/* Change log */
.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .line::before { top: -4px; }
.timeline .line::after { bottom: -4px; }
.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * { font-size: 20px; vertical-align: middle; line-height: 40px; }
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}
.panel-heading.icon{
	z-index:1;
}

.timeline .panel-body{
	background:#FFF;
}

table .summary td{
	background-color:#f1ebff !important;
}

#navigationMenu {
	margin-top:10px;
}

.timeline{
	color:#262626;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}