/*** Global Styles ***/
/* Colors
rgb(255,160,0) orange peel
rgb(225,225,225) mercury
rgb(235,235,235) gallery
rgb(50, 100, 150) GNTL Bars
rgb(255, 255, 255) GNTL Cards
rgb(200, 225, 250) GNTL Background
rgb(45, 55, 65) GNTL Menu
*/

html, body {
  font-family: sans-serif;
  font-size:95%;
  margin: 0px;
  padding: 0px;
  min-width: 360px;
}

a {
  transition: color .4s;
  color: rgb(50, 100, 150); 
}

ul {
  padding-left: 30px;
}

li {
}

a:link {
  color: #6699ff;
  text-decoration: none;
	font-weight: normal;
	font-weight: bold;
}

a:hover {
        color: #AFAFAF;
}

a:active {
        transition: color .3s;
        color: #6699ff;
}

input[type=text]{
  color:white
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, 
md-input-container:not(.md-input-invalid).md-input-has-value label{
  color:white
}

 .panel-subtitle {
	font-weight: bold;
	font-size: 110%;
  margin-left: 14px;
 }
 
 .footer {
	 text-align: center;
	 font-size: 75%;
	 padding-bottom: 30px;
 }
 
/*** Material Styles ***/
md-card {
  background-color: rgb(255, 255, 255);
}

md-card md-card-content {
  padding: 10px;
}

.md-pool-status {
    font-weight: bold;
    font-size: 125%;
    color: red;
}

.md-headline {
    font-weight: bold;
    font-size: 100%;
}

.md-subhead {
    color: #7d7d7d;
}

md-sidenav {
	max-width: 240px;
	min-width: 240px;
}

md-toolbar {
	background-color: rgb(50, 100, 150) !important;
	font-size: 14px;
}

md-toolbar-sub {
	font-size: 14px;
}
.md-button {
	min-width: 36px;
}

.material-icons {
	color: rgb(50, 100, 150);
	color: rgb(50, 100, 150);
}

#main {
  background: rgb(200, 225, 250); 
}

.maintoolbar {
  color: white;
  background-color: rgb(50, 100, 150); 
  font-size: 100%;
  padding: 35px 0px 35px 15px;
 }

.maintoolbar span {

}

.statsbar md-card-title-text{
  text-align: right;
}

.statsbar md-card md-card-title {
  padding: 10px ;
}

.md-menu-toolbar {
  background: rgb(50, 100, 150);
}

.md-title {
	color: white;
	font-size: 85%;
}

.luck {
text-allign: right;
padding: 0 0 0 56px
}

.md-divider {
	color: white;
}

md-tooltip .md-content {
  height: auto !important;
}

.md-tooltip {
	font-size: 100%;
	height: auto !important;
}

.sidenav {
  background-color: rgb(50, 100, 150);
}

.sidenav ul{
  list-style: none;
}

.sidenav md-list-item {
  padding: 0px;
  height: 50px;
}

.sidenav a {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: left;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.sidebar {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box; 
}

.sidebar a {
  color: rgb(66,66,66);
  text-decoration: none;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0.87; 
}

.sidebar md-icon, .sidebar ng-md-icon {
  vertical-align: middle;
  padding-left: 40px;
}

#content  {
  padding: 10px;
}

.logo {
  background: rgb(50, 100, 150) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 20px;
}

.setup-text {
	color: white;
	font-weight: 600;
}

@media (max-width: 400px) {
	.setup-text {
		display: none;
	}
	
	.maintoolbar span {
		font-size: 14px;
	}
}	

/* HELPERS */
.welcome p {
	padding-left: 25px;
	margin-top: 2px;
}

.welcome h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.truncate{
  width:100px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}

.nowrap {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}

.frac { display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.001em;
    text-align: center;
}
.frac > span {
    display: block;
    padding: 0.1em;
}
.frac span.bottom {
    border-top: thin solid;
}
.frac span.symbol {
    display: none;
} 

.hide-error-msg .md-errors-spacer{
  display: none
}

.menu-item {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  transform: translateZ(0);
  -ms-transform: scale(0.50); /* IE 9 */
  -webkit-transform: scale(0.50); /* Safari and Chrome */
  -o-transform: scale(0.50); /* Opera */
  -moz-transform: scale(0.50); /* Firefox */
  font-size: 65px !important;
  color: white;
}

.valid {
  color: green !important;
}

.invalid {
  color: red !important;
}

.metric md-icon {
  font-size: 32px;
}

.navbar .login {
 color: #fff !important;
 font-size: 20px;
}

/* CHARTS */

.chart-legend {
  display: none;
}

.chartcontainer {
  width: 100% !important;
  height: 300px;
}

.chartcontainer .ng-isolate-scope {
  height:300px;
}

.chartcontainer-pool {
  width: 100% !important;
  height: 150px;
}

.chartcontainer-pool .ng-isolate-scope {
  height:150px;
}

.chart .area-series { 
    fill: rgb(50, 100, 255) !important;
}
.chart .line-series { 
    stroke: rgb(0, 0, 0) !important;
}

.chart .dot-series { 
    stroke: rgb(0, 0, 0) !important;
}

/* TABLES */

    table.md-table td.md-cell {
    font-size: 14px;
    font-weight: normal;
    margin-block-start: 0px;
    margin-block-end: 0px;
    white-space: nowrap;
}

table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected,
table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
background: #6699ff!important;
}

table.md-table.md-row-select td.md-cell:first-child, table.md-table.md-row-select th.md-column:first-child {
    padding: 0px 0px 0px 0px;
}

table.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row {
    height: auto;
}

table.md-table td.md-cell > *, table.md-table th.md-column > * {
    margin-block-start: 0px;
    margin-block-end: 0px;
    white-space: nowrap;
}

table.md-table td.md-cell.md-numeric, table.md-table th.md-column.md-numeric {
    text-align: left;
}

md-list {
    padding: 0px 0px 0px 0px;
}

md-list-item, md-list-item .md-list-item-inner {
    min-height: 0px;
    height: 25px;
}

.md-body-2 {
    font-weight: normal;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

/* MODALS */
.md-subheader .md-subheader-content {
  color: black;
}

/* LOGIN WINDOW */
md-dialog .login {
  min-width: 800px;
}

.console {
	height: 300px;
	min-width: 500px;
}

@media (max-width: 600px) {
  html, body {
    font-size:85%;
  }

	.console {
		height: 300px;
		min-width: 100%;
	}
	
	md-dialog .login {
		min-width: 100% !important;
	}
}

.no-padding {
  padding: 0px;
}

.power {
  width: 100%;
  color: #fff;
}

.power a {
  color: #f2ff2f;
}

.power a:hover {
  color: #f2f;
}

.power a.alt {
  color: #f2f;
}

.power a.alt:hover {
  color: #f2ff2f;
}

.fixed {
  position: fixed;
}

.theironfist {
  cursor: pointer;
}
