/*** Global Styles ***/
/* Colors
rgb(255,160,0) orange peel
rgb(235,235,235) gallery
rgb(0, 35, 95) GNTL Tool Bars
rgb(65, 65, 65) GNTL Cards
rgb(35, 40, 55) GNTL Background
rgb(45, 55, 65) GNTL Menu
rgb(230, 230, 230) GNTL Links
rgb(175, 175, 175) GNTL Text
*/

/*** Updated Styles ***/
/* Colors
rgb(255,160,0) orange peel
rgb(235,235,235) gallery
rgb(0, 35, 95) GNTL Tool Bars
#3B435A GNTL Cards
#333A4E GNTL Cards Header
#232837 GNTL Background
rgb(45, 55, 65) GNTL Menu
rgb(230, 230, 230) GNTL Links
#AFAFAF GNTL Text
*/

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


a {
  transition: color .4s;
  color: rgb(0, 35, 95); 
}

ul {
	padding-left: 30px;
}

li {
}

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

a:hover {
        color: white;
}

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

input[type=text]{
  color:#AFAFAF
}

md-input-container.md-default-theme .md-input, md-input-container .md-input{
  border-color: #515E83;
}

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:#AFAFAF
}

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

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

md-card a{
  color: #E6E6E6;
}

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

.md-headline {
    font-weight: bold;
    font-size: 100%;
    color: rgb(175, 175, 175);
}

md-card md-card-title md-card-title-text:not(:only-child) .md-subhead, md-input-container label { 
    color: #AFAFAF;
}

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

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

md-toolbar{
	background-color: #333A4E!important;
	font-size: 14px;
}

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

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

#main {
  background: rgb(35, 40, 55); 
}

.maintoolbar {
  background-color: #333A4E; 
  color: #AFAFAF;
  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(0, 35, 95);
}

.md-title {
	color: #E6E6E6;
  font-size: 85%;

}

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

.md-divider {
  color: #AFAFAF;
}

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

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

.sidenav {
  background-color: #181C26;
}

.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: rgb(230, 230, 230);
  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: #0D1018!important;
  color: rgba(255,255,255,1) !important;
  font-size: 20px;
}

.setup-text {
        color: rgb(175, 175, 175);
	font-weight: 600;
}



/* TABS */
md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
  color: #E6E6E6;
}


@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: rgb(50, 100, 150);
}

.valid {
  color: green !important;
}

.invalid {
  color: red !important;
}

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

.navbar .login {
 font-size: 20px;
}

/* CHARTS */

.chart-legend {
  display: none;
}

.chart-tooltip {
  background-color: #333A4E;
  box-shadow: 1px 1px 2px #3B435A;
}


.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 .axis > .tick  {
  stroke: #46506C !important;
}

.chart .axis > path{ 

  stroke: #46506C !important;

}
.chart .grid .tick > line {
  stroke: #46506C !important;
}

.chart .axis > .tick > line {
  stroke: #46506C !important;
}

.chart .axis > .tick > text {
  fill: #AFAFAF!important;
  stroke: none!important;
}

.chart .area-series { 
    fill: rgb(175, 175, 175) !important;
    stroke: none!important
}
.chart .line-series { 
    stroke: rgb(225, 225, 225) !important;
}

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


/* TABLES */

table.md-table td.md-cell {
    color: rgb(175, 175, 175);
    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 {
    color: rgb(175, 175, 175);
    font-weight: normal;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

/* MODALS */
.md-toolbar-tools{
  background: #181C26
}
.md-subheader.md-default-theme, .md-subheader {
  background: #333A4E
}
.md-subheader .md-subheader-content {
  color: #AFAFAF;
}
.md-table-pagination{
    color: rgb(175, 175, 175);
}
md-select.md-table-select > .md-select-value > span.md-select-icon:after{
    color: rgb(175, 175, 175);
}
md-select.md-table-select > .md-select-value{
    color: rgb(175, 175, 175);
}
.md-button[disabled] md-icon{
  color: rgba(255,255,255,0.38);
}
.md-button.md-icon-button md-icon, button.md-button.md-fab md-icon {
    color: rgb(175, 175, 175);
}
.md-button.md-default-theme[disabled] md-icon, .md-button[disabled] md-icon {
    color: rgba(0,0,0,0.38);
}
md-checkbox.md-default-theme:not(.md-checked) .md-icon, md-checkbox:not(.md-checked) .md-icon, md-checkbox.md-default-theme:not([disabled]).md-primary:not(.md-checked) .md-icon, md-checkbox:not([disabled]).md-primary:not(.md-checked) .md-icon {
    border-color: rgb(175, 175, 175);
}
md-dialog.md-default-theme, md-dialog{
  background: #3B435A
}

md-dialog.md-default-theme a, md-dialog a{
    color: rgb(175, 175, 175);
}

/* #3B435A GNTL Cards
#333A4E GNTL Cards Header
#232837
#181C26 */

/* LOGIN WINDOW */
md-dialog .login {
  min-width: 800px;
  background-color: rgb(65, 65, 65);
  color: rgb(175, 175, 175);
}

.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: rgb(175, 175, 175);
}

.power a {
  color: #f2ff2f;
}

.power a:hover {
          color: rgb(255, 160, 0);
}

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

.power a.alt:hover {
        color: rgb(255, 160, 0);
}

.fixed {
  position: fixed;
}

.theironfist {
  cursor: pointer;
}
