	    body {
	    	background:#282828;
		}
		
		.navbar-default {
			border-radius: 0px;
  		}
  		
  		.navbar-default .navbar-nav > li > a {
	  		color:#369;
	  		font-weight: bold;
	  		font-size: 13pt;
	  	}
	  	
  		.navbar-default .navbar-nav > .active > a {
	  		color:#666;
	  	}
	  	
	  	h1,h2,h3,h4,h5{
		  	font-weight: 200;
		  	color: #fff;
	  	}
	  	
	  	.navbar-brand{
		  	font-family: 'PT Sans';
		  	font-weight: bold;
		  	font-size: 20pt;
	  	}
	  	p {
		  	color: #ccc;
	  	}
	  	.btn-default {
			background-color: #282828;
			border-color: #666;
			color: #fff;
		
		}
		
		hr {
			border-color: #666;
		}
		
		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: 10px;
    background-color: #3a3a3a;
    height: 100%;
}

.row-eq-height {

}

.card-header{
    font-family: "Helvetica Neue", 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding : 0px;
    margin-bottom: 4px;
    border-radius: 3px;
}



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

.secondary-control{
    color: #838383;
}

.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 #666666;
}

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

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

.battery {
    display:inline-block;
    border:2px solid #999;
    border-radius:6px;
    padding:6px 3px;
    width:50px;
    text-align:center;
    vertical-align:middle;
}

.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: 1px;

}

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

.indicator-memory{
    background-color: #545457;
    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: 10px;
    padding:0px;
}

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

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

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

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

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

.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:6px;
}

.indicator-gpu-memory{
    top: 0px;
    left: 0px;
    height: 10px;
}


.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;
    
}
.indicator-capacity{
    top: 4px;
    left: 0px;
    height: 10px;
}

.error-navbar{
    background-color: #cc0000 !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;
}

