/*NAVBAR*/
header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F7FCFE;
  border-bottom: 1px solid #00B3E6;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.vc-logo{
    width: 160px;
    margin-left: 30px;
}


.updates-dropdown-container{   
    margin-right: 30px;
}

.show-updates-dropdown{
  text-decoration: none;
    color: white;
    background: #1B4677;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    padding: 9px 13px;
}

.show-updates-dropdown:hover{
    text-decoration:none;
    color: white;
    background: #0D223B;
}

.updates-dropdown{
    right: -2px;
}

/*About this site*/
.layout-content.status.status-index .text-section{
    margin-bottom: 0px;
    margin-top: 20px;
}

#about-this-site{
    font-weight: 600;
    display: none;
}

/*Body fonts to Helvetica*/
body {
font-family: Helvetica, "Helvetica Neue", Arial, Sans-Serif;
    text-shadow: none !important;
}

.subscribe{
    text-shadow: none !important;
}

/**/
.buttton{
text-decoration: none !important;
}

a, a:hover, div.update a{
    text-decoration: underline;
    cursor: pointer;
}

.font-large{
    font-size: 16px
}

/*Font Largest*/
.font-largest{
    font-family: Montserrat;
    font-size: 24px
}

/*removes shadow from alert title*/
.actual-title{
  text-shadow: none;
}

/*Groupbox Headers*/
.layout-content.status.status-index .components-section .component-container .name{
	    font-family: Montserrat;
    font-weight: 600; 
}

/*Navbar Height*/
.layout-content.status .masthead-container.basic .masthead{
    padding-top: 60px;
}


/*Navbar Margin*/
.layout-content.status .masthead-container.basic{
	    margin-bottom: 100px;
}

/*Navbar*/
.masthead.has-logo {
    background-color: #f7fcfe;
    border-bottom: 1px solid #00b3e6;
    width: 100%;
    margin: 0px auto;
	    height: 54px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    z-index: 1072;
}

/*Navbar Logo*/
.layout-content.status .masthead-container.basic .masthead .logo-container {
    float: left;
    max-width: 160px;
  		  position: absolute;
    top: 5px;
    left: 40px;
  
}

/*Navbar Button*/
.layout-content.status .masthead-container .updates-dropdown-container {
    float: right;
    top: -49px !important;
	    right: 40px;
}

/*Navbar Button*/
.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown{
    box-shadow: none;
    font-size: 13px;
    line-height: 1.1625rem;
    font-weight: 500;
    border: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2px;
    padding: 10px 15px 9px;
    position: relative;
    text-transform: none;
  		  text-shadow: none;
    background-color: #1b4677; 
    text-decoration: none;
}

/*Hover on Button*/
.flat-button, .layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown:hover{
background: #0D223B;
}

@media only screen and (max-width: 450px) {
  
   /*space between content and navbar*/
  .layout-content{
    margin-top: 80px;
  }
  
  /*space right of button*/
  .updates-dropdown-container{
    margin-right: 20px
  }
  
  /*space left of logo*/  
  .vc-logo{
    margin-left: 20px;
    width: 140px;
  }
  
  /*moves subscribe dropdown lower*/ 
  .updates-dropdown-container .updates-dropdown {
    top: 52px;
}
  
}

/*Text to be Body*/
div.update{
    color: #555;
}

/**/
.layout-content.status.status-index .unresolved-incidents{
    margin-bottom: 10px;
}


/*

PAGE LEVEL ALERT

*/

/*Success Alert*/
.layout-content.status.status-index .page-status.status-none{
    margin-bottom: 10px !important;
    border: none !important;
}

/*Page-level Warning Alert*/
.page-status.status-major{
    margin-bottom: 10px !important;
    border: none !important;
}

/*Page-level Alert*/
.layout-content.status.status-index .page-status .status{
    font-weight: 600;
    font-family: Montserrat;
    text-shadow: none;
}

.layout-content.status.status-index .components-section .component-container .child-components-container .component-inner-container .name {
    font-weight: 500;
}

/**/
.components-section .components-uptime-link{
    font-family: montserrat;
    font-size: 18px !important;
    font-weight: 600;   
    color: Black;
    text-align: left !important;
    margin-bottom: 20px;
}

/*Small Text Bar Chart*/
.layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item.light{
    opacity: .8;
}

/*Space Between Bars*/
.shared-partial.uptime-90-days-wrapper{
    margin-bottom: 0px;
}

/*Text above bars*/
.shared-partial.uptime-90-days-wrapper{
    padding-top: 1px;
}

/*Nested Items*/
.layout-content.status.status-index .components-section .component-container .child-components-container .component-inner-container.showcased{
    padding-bottom: 4px;
    font-size: 14px;
    margin-top: 3px;
}

/*hides line under bar*/
.spacer{
    display:none;
}

/*Hides updtime*/
.legend-item.legend-item-uptime-value{
    display:none;
}

/*Tab - Active*/
.layout-content.status.status-index .custom-metrics-container .timeframes-container .timeframe.active{
    text-decoration: none !important;
    cursor: default
}

/*Bar Chart*/
.shared-partial.uptime-90-days-wrapper{
	    /*display: none !important;*/
}

/*Icons*/
.layout-content.status.status-index .components-section .components-container.one-column .component-container .icon-indicator{
    display: block;
    margin-right: 5px;
}

/*Day - Week - Month Tabs*/
.layout-content.status-index .timeframes-container .timeframe{
	    color: #0a7ba9;
    text-decoration: underline;
}

/*System Metrics Box*/
.layout-content.status.status-index .custom-metrics-container .metrics-container .metric {
  border-radius: 3px
}

/*Font*/
.metric-name{
    font-family: Montserrat;
    font-size: 16px; 
    font-weight: 600;
}

/*Font*/
.metric-average{
    font-size: 16px; 
}

/*Bar Height*/
.shared-partial.uptime-90-days-wrapper svg{
    height: 25px;
}


/*

PAST INDCIDENTS

*/


/*Title links*/
.incident-title{
    font-family: Montserrat;
    text-decoration: underline;
    font-weight: 600;
}

/*Body Color*/
.incident-container{
    color: #555;
}

/*Date Headers*/
.date{
   font-family: Montserrat; 
   font-weight: 400;
}

i.left-arrow{
    z-index: -1;
}

/*

History Page

*/

/*Remove underline from tabs and pagination*/
.pagination a, .layout-content.status.status-full-history .history-nav a{
   text-decoration: none !important;
}

.history-nav{
    text-decoration: none !important;
    font-family: Montserrat; 
    font-weight: 500;
}

/*Changes to black text to body color*/ 
.current{
    color: #555;
}


.history-nav a{
  color: #555;
}

a.incident-title{
    font-weight: 600 !important;
}

.layout-content.status.status-full-history .months-container .month .incident-container .incident-body{
    color: #555;
}

.expand-incidents{
    color: #0A7BA9;
    text-decoration: underline;
}

/*

History Page - Uptime

*/

.no-outages-msg, .no-related-msg p{
    color: #555;
    font-size: 14px
}

.tooltip-content div.date{
   font-weight: 600 !important;
   font-size: 16px !important;
}

a.related-event-link{
    color: #0A7BA9 !important;
}

small.month-uptime{
    display: none;
}


/*Incidents Filter Component dropdown*/

.component-selector{
    text-align: left;
}

.grouped-items-selector .body .grouped-items .grouped-item{
    border-bottom-color: #ddd;
    font-family: montserrat;
    font-weight: 500;
}

.layout-content.status.status-full-history .grouped-items-selector .grouped-item span{
    margin-right: 0px;
}

.grouped-items-selector .body .grouped-items .group-parent{
    cursor: pointer; 
}

.layout-content.status.status-full-history .show-filter{
padding: 9px 10px 7px 10px;
  border-color: #1b4677 !important;
    color: #1b4677;
}

.show-filter:hover{
    background-color: #EDF1F5;
}


.show-filter.open{
    background-color: #1b4677 !important;
    color: white !important;
}

/*Select All link in dropdown*/
.grouped-item-label .toggle-children{
    margin-left: 20px;
}

/**/
.grouped-items-selector .body .grouped-items .grouped-item{
padding-left: 10px;
}

/*moves the checkbox in the dropdown left*/
.layout-content.status.status-full-history .grouped-items-selector .grouped-item span{
    left: -10px;
    cursor: pointer;
      font-weight: 400;
}

.grouped-item-label .component-toggle{
    font-weight: 400;
}
/*Adds some space to the right of the chevron*/
.fa-angle-right:before, .fa-angle-down:before{
margin-right: 5px;
}

/*Unsubscribe*/
#unsubscribe-btn{
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
  		  box-shadow: none;
}

/*powered by status*/
.powered-by a{
    display: none;
}