body {
    background:#32322F;
    font-family: system-ui, "Helvetica Neue",Helvetica,Arial, sans-serif;
}
.rounded-f{
font-family: ui-rounded, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.peity{

}

.data-table td {
padding-top: 2px;
padding-bottom: 1px
}
.cpuCore{
width: 52px;
height: 52px;
background-color: rgba(0,0,0,0.6);
float: left;
position: relative;
margin: 0 2px 2px 0;
border-radius: 2px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
}
.cpuCore > div.caption{
width: 100%;
text-align: center;
}
.cpuCore > div.progress{
width: 100%;
text-align: center;
}
.cpuCore > div > p{
margin-bottom: 0;
margin-top: -3px;
}

.cpuCore > span{
position: absolute;
top: -1px;
left: 2px;
color: #2AAA8A;
font-size: 12px;
font-weight: 600;
}

.indicator-core {
position: absolute;
left: 4px;
bottom: 4px;
right: 4px;
height: 4px;
background-color: #39393B;
overflow: hidden;
}

.indicator-core *{
height: 4px;
}

nav{
border-bottom: 1px solid rgba(255,255,255,0.1)!important;
background-color: rgba(22, 22, 23, .5)!important;
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}

.navbar-default .navbar-toggle {
border-color: rgba(255,255,255,0);
}
.navbar-default .navbar-toggle:hover {
background-color: rgba(255,255,255,0.08);
}
.navbar-default {
    border-radius: 0px;
  }
  
  .navbar-default .navbar-nav > li > a {
    color:rgba(255,255,255,0.5);
      font-weight: 500;
      font-size: 13px;
  }
.navbar-default .navbar-nav > li > a:hover {
  color:rgba(255,255,255,0.7);
}
        
  .navbar-default .navbar-nav > .active > a {
      color:rgba(255,255,255,0.7);
  }
  
  h1,h2,h3,h4,h5{
      font-weight: 500;
      color: #fff;
  }
  
  .navbar-brand{
      font-family: 'PT Sans', system-ui, "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: bold;
      font-size: 18px;
    color: #fff !important;
    text-decoration: none !important;
  }
  p {
      color: #ffffff;
  }
  .btn-default {
    background-color: #282828;
    border-color: #666;
    color: #fff;

}

hr {
    border-color: #595957;
}

li {
    color:#ccc;
    
}

.well{
    background-color: #333;
    font-style: italic;
    color: #ccc;
    border-color: #666;
}

a{
    color:#89c3eb;
}
a:hover, a:active{
    color:#89c3eb;
}

.card{
padding: 14px;
float: left;
}

.card > div {
border-radius: 12px;
padding: 8px 12px 12px 12px;
background-color: #464643;
border: 1px solid #4F4F4C;
height: 100%;
}

.card { width: 100%; }

@media screen and (min-width: 680px) {
.card { width: 50%; }
}

@media screen and (min-width: 1050px) {
.card { width: 33%; }
}

@media screen and (min-width: 1400px) {
.card { width: 25%; }
}

@media screen and (min-width: 1760px) {
.card { width: 20%; }
}

@media screen and (min-width: 2200px) {
.card { width: 16%; }
}

@media screen and (max-width: 400px) {
.container-cards {
padding-left: 20px !important;
padding-right: 20px !important;
}
.card {
padding: 8px;
}
}


.row-eq-height {

}

.card-header{
font-family: system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 800;
color: #fff;
padding : 0px;
margin-bottom: 10px;
border-radius: 3px;
}



.container-cards {
padding-left: 30px;
padding-right: 30px;
}

.secondary-control{
color: #b4b4b4;
}

.small {
font-size: 11px;
white-space: nowrap;
margin: 0px;
}

.micro {
font-size: 9px;
white-space: nowrap;
margin: 0px;
}

.card table {
margin-top: 6px;
width: 100%;
}

.card table td {
vertical-align: top;
position: relative;
}

.centered {
text-align: center;
}

.righted {
text-align: right;
}

.pie-container > div{
position: absolute;
top: 25px;
left: 0px;
right: 0px;
text-align:center;
}

.bolded{
font-weight: bold;
}

h5 {
font-size: 14px !important;
}

.hred {
border-bottom: 1px solid #DADAD9;
}

.hred-50 {
border-bottom: 1px solid #595957;
}

.peity{
margin-bottom: -4px !important;
}

.hred-dotted {
border-bottom: 1px dashed #595957;
}

.battery {
display: inline-block;
background-color: #8F8F8D;
border-radius: 5px;
padding: 8px 2px;
width: 44px;
text-align: center;
vertical-align: middle;
color: #444442;
font-weight: 600;
position: relative;
overflow: hidden;
height: 23px;
}

.battery-charge{
z-index: 2;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}

#battery_chargeBack{
position:absolute;
background-color:#E8E9E8;
top:0;
left:0;
bottom:0;
z-index: 1;
}

.battery-plus {
width: 4px;
height: 8px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
background-color: #999;
border-left: 0;
display: inline-block;
margin-left: 2px;

}

.indicator-gpu, .indicator, .indicator-disk{
background-color: #5A5957;
position: relative;
border-radius: 4px;
overflow: hidden;
}

.indicator-memory{
background-color: #5A5957;
position: relative;
border-radius: 4px;
overflow: hidden;
display: table;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}


.indicator-gpu > div{
position: relative;
width: 100%;
height: 12px;
padding:0px;
}

.indicator-gpu{
margin-top: 4px;
}

.indicator-memory > div{
display: table-row;
width: 100%;
height: 16px;
padding:0px;
}

.indicator-disk > div{
position: relative;
width: 100%;
height: 8px;
padding:0px;
}

.indicator-gpu > div > div{
position: absolute;
border-radius: 0;
top:0;
left:0;
bottom:0;
}

.indicator-memory > div > div{
display: table-cell;
border-radius: 0px;
overflow: hidden;
font-size: 1px;
}

.indicator-memory-wired{
background-color: #EB4E3E;
}

.indicator-memory-used{
background-color: #faa622;
}

.indicator-memory-cached{
background-color: #0085ff;
}

.indicator-memory-free{
background-color: #0dd03d;
}

.indicator-memory-other{
background-color: #999999;
}

.indicator-disk > div > div{
border-radius: 4px;
height:8px;
}


.indicator > div{
position: relative;
width: 100%;
height: 14px;
padding:0px;
overflow: hidden;
}

.indicator > div > div{
position: absolute;
border-radius: 4px;
}

.indicator-cycles{
top: 0px;
right: 0px;
height: 3px;
background-color: #0085ff;
border-radius: 0px!important;
}
.indicator-capacity{
top: 4px;
left: 0px;
height: 10px;
border-radius: 0px!important;
}

.error-navbar{
background-color: #EB4E3E !important;
color: #fff !important;
border: #e77a81 !important;
}

.error-navbar a{
color: #fff !important;
}

.error-navbar button .icon-bar{
background-color: #fff !important;
}

.error-navbar button:hover .icon-bar{
background-color: #cc0000 !important;
}

.sk-plane {
background-color: #fff;
position: absolute;
position: absolute;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: -20px;
}

