:root 
{
  --primary-text-color: #2c698e; /*mdblue*/
  --primary-background-color: #ffffff;  /*white*/
  --primary-border-color: #c8dcea;  /*ltblue*/
  --primary-link-color: #2c698e;  /*mdblue*/
  
  --secondary-background-color:#2c698e;  /*mdblue*/
  --secondary-text-color:#ffffff;  /*white*/
  
  --status-available:#7FDF83;
  --status-informational:#6495ED;
  --status-degraded:#FF9F00;
  --status-maintenance:#FFEC00;
  --status-unavailable:#E51C23;
  --status-investigating:#5064CD;
  --status-monitoring:#EF3471;
  --status-identified:#2794F2;
  
}

#page-wrapper{background-color:var(--primary-background-color)}

.navbar{background-color:var(--primary-background-color) !important;}
.ibox-title
{
    background-color:var(--secondary-background-color);
    border-color:var(--primary-border-color);
    color:var(--secondary-text-color);
}
.ibox-content
{
    background-color:var(--primary-background-color);
    border-color:var(--primary-border-color);
}

.fa-chevron-up,.fa-chevron-down,.fa-expand { color:var(--secondary-text-color)}


.footer-brand a {color:var(--primary-text-color) }
.component-uptime-from{color:var(--primary-text-color);}
.text-secondary.component-uptime-to{color:var(--primary-text-color)!important;}
.component-uptime-percentage{color:var(--primary-text-color);}

.subscribe-link
{
    background-color:var(--primary-background-color);
    color::var(--primary-text-color);
}

body{color:var(--primary-text-color);}
a{color:var(--primary-link-color) !important;}
table,td,th,.border{border-color:var(--primary-border-color) !important;}
table > thead > tr > th 
{
    background-color:var(--primary-background-color) !important;
    color:var(--primary-text-color);
}
table > tbody > tr > td 
{
    color:var(--primary-text-color);
}

.component-hierarchy-expand-icon {
    font-size:14px;
    font-weight:bold;
  }
  
    /*button and bar colors*/

.component-available {color: var(--status-available);}
.component-informational {color: var(--status-informational);}
.component-degraded {color: var(--status-degraded);}
.component-unavailable {color: var(--status-unavailable);}
.component-maintenance {color:var(--status-maintenance);} 
.component-investigating {color:var(--status-investigating);}
.component-monitoring {color:var(--status-monitoring);}
.component-identified {color:var(--status-identified);}

.status-available{background-color: var(--status-available);}
.status-degraded{background-color: var(--status-degraded);}
.status-informational {background-color: var(--status-informational);}
.status-unavailable{background-color: var(--status-unavailable);}
.status-maintenance {background-color: var(--status-maintenance);} 
.status-maintenance {background-color: var(--status-maintenance);} 
.status-investigating {background-color: var(--status-investigating);} 
.status-monitoring {background-color: var(--status-monitoring);} 
.status-identified {background-color: var(--status-identified);} 


/*Hide certain elements on the subscription page*/
#badges{
   display: none;
}
#subscription-summary{
   display: initial !important;
}
#receive-monthly-summary{
   display: none;
}
.page-subscription #mainform .form-group:nth-of-type(1){
   display: none;
}
.page-subscription #mainform .form-group:nth-of-type(4){
   display: none;
}
.page-subscription #mainform .form-group:nth-of-type(5){
   display: none;
}