/*Button Styling*/

a#show-updates-dropdown, .flat-button {
      box-shadow: none!important;
      color: #ffffff!important;
      background-color: transparent!important;
      border: solid 1px!important;
      border-radius: 100px!important;
      padding: 10px 25px 9px!important;
  }

  a#show-updates-dropdown:hover, .flat-button:hover {
      box-shadow: none!important;
      color: #464646!important;
      background-color: #ffffff!important;
      border: solid 1px!important;
      border-radius: 100px!important;
      padding: 10px 25px 9px!important;
  }


/* All Systems Operational Styling */

  .page-status.status-none {
      background-color: transparent!important;
      border: solid 2px #3FC878!important;
  }

  .page-status.status-none span{
      color: #3fc878!important;
  }
  
/* Hides "About This Site" Title */

 a#about-this-site {
    display: none;
}

.text-section {
    margin-bottom: 20px!important;
}

/* 90 day run time charts */

 .component-container.border-color {
    border: none!important;
}

 .component-container {
    padding-left: 0px!important;
  	  padding-right: 0px!important;
}

  span.name {
      color: #fff!important;
  }

  .legend-item.light.legend-item-date-range, .layout-content.status .shared-partial.uptime-90-days-wrapper .legend .legend-item  {
      color: #fff!important;
      opacity: 1!important;
      font-weight: 100!important;
  }

  .components-uptime-link.history-footer-link a {
      color: #ffffff;
      text-decoration: underline;
  }

/* Tool Tip Styling */

#uptime-tooltip .tooltip-box {
  border-radius: 0px;
  padding: 25px;
}

#uptime-tooltip .no-outages-msg, #uptime-tooltip .outage-count {
  margin: 0px 0px 0px 0px;
}

#uptime-tooltip .date {
  margin-left: 0;
  margin-bottom: 15px;
}

#uptime-tooltip .date::after {
  content: "";
      background: linear-gradient(160deg,#2d84eb,#8259ef);
      display: block;
      height: 1px;
      width: 100%;
      bottom: 0;
      margin-top: 10px;
}

#uptime-tooltip .related-events {
    padding-left: 0;
}

.tooltip-content .date {
    color: #464646;
}

.tooltip-box {
    background-color: #fff!important;
}

#uptime-tooltip .pointer-container .pointer-smaller {
    border-bottom-color: #fff;
}

.outage-count {
    color: #464646;
}

.tooltip-content .outages {
    color: #464646;
}

h3#related-event-header {
    color: #aaaaaa!important;
}

#uptime-tooltip .tooltip-box .outage-field {
    border-color: #eaeaea;
}

#uptime-tooltip .related-events .related-event {
    line-height: 18px;
    margin-bottom: 0px;
}

#uptime-tooltip .related-events .related-event a {
    color: #464646!important;
  		  text-decoration: underline;
}

.no-outages-msg {
    color: #aaaaaa;
}

.layout-content.status.status-full-history .uptime-calendar #uptime-tooltip {
  border-radius: 0px!important;
  border: none!important;
}

/* Scheduled Maintenance Container */

  .scheduled-maintenances-container {
    padding: 6.25%;
    background-color: #ffffff;
    color: #464646!important;
  }

/* Adds Gradient Border */
  .scheduled-maintenance .border-color::after, .date.border-color.font-large::after {
    content: "";
      background: linear-gradient(160deg,#2d84eb,#8259ef);
      display: block;
      height: 1px;
      width: 100%;
      bottom: 0;
      margin-top: 10px;
  }

/* Hides native Border */
  body.status .layout-content.status .border-color {
    border-color: transparent;
  }

.scheduled-maintenance .incident-title a {
  color: #2D84EB!important;
}

small {
  color: #afafaf;
}


/* Incidents List */

  .layout-content.status .incidents-list {
      margin-top: 70px;
      padding: 6.25%;
      background-color: #ffffff;
  }

.incident-container, .date.font-large, .incidents-list a, .incidents-updates-container {
  color: #464646;
}

.no-incidents p {
    color: #aaaaaa;
}

/* Footer Styling */

  .page-footer .history-footer-link {
      color: #ffffff!important;
      text-decoration: underline!important;
  }

  .page-footer {
    margin: 0 0 25px 0;
  }
  
  .page-footer a {
    color: #fff;
    text-decoration: underline;
  }

  .page-footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .history-footer-link span {
    display: none;
  }

.page-footer a span {
    display: none;
}

/* Different status & impact stylings */


.impact-maintenance .incident-title {
    background-color: transparent!important;
    border-top: solid 1px #2D84EB;
    border-right: solid 1px #2D84EB;
    border-left: solid 1px #2D84EB;
}

.impact-maintenance .actual-title {
    color: #2D84EB!important;
}

.page-status.status-major {
    color: #FF4200!important;
    background-color: transparent!important;
    border: solid 2px #FF4200!important;
}

.page-status.status-major span {
    color: #FF4200!important;
}

a.subscribe {
    text-decoration: underline;
    font-weight: 300;
}

.unresolved-incidents .update {
    color: #fff;
}

.unresolved-incident.impact-minor .incident-title {
  background: transparent!important;
  border-top: solid 1px #EADA0B;
  border-right: solid 1px #EADA0B;
  border-left: solid 1px #EADA0B;
}

.impact-minor a.actual-title.with-ellipsis {
    color: #EADA0B!important;
}

.unresolved-incident.impact-critical .incident-title {
  background: transparent!important;
  border-top: solid 1px #e74c3c;
  border-right: solid 1px #e74c3c;
  border-left: solid 1px #e74c3c;
}

.impact-critical a.actual-title.with-ellipsis {
    color: #e74c3c!important;
}

.page-status.status-minor {
    background-color: transparent!important;
    border: solid 1px #EADA0B!important;
}

.page-status.status-minor .status {
    color: #EADA0B!important;
}

.impact-none a.actual-title.with-ellipsis {
    color: #EADA0B!important;
}

.unresolved-incident.impact-none .incident-title {
  background: transparent!important;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.impact-none a.actual-title.with-ellipsis {
    color: #fff!important;
}


.impact-major a.actual-title.with-ellipsis {
    color: #EADA0B!important;
}

.unresolved-incident.impact-major .incident-title {
  background: transparent!important;
  border-top: solid 1px #e74c3c;
  border-right: solid 1px #e74c3c;
  border-left: solid 1px #e74c3c;
}

.impact-major a.actual-title.with-ellipsis {
    color: #e74c3c!important;
}

/* Subscribe to Updates Modal */


.updates-dropdown-section .flat-button {
    color: #ffffff!important;
    text-shadow: none!important;
}

.updates-dropdown-section .flat-button:hover {
    color: #ffffff!important;
    text-shadow: none!important;
   background-color: #222222!important;  
}

.updates-dropdown-section {
  color: #ffffff;!important;
}

/* Subscribe Modal */

.modal {
    -webkit-border-radius: 0px;
}

.modal-header {
  padding: 5%!important;
  border: none!important;
}

.modal-header::after {
  content: "";
      background: linear-gradient(160deg,#2d84eb,#8259ef);
      display: block;
      height: 1px;
      width: 100%;
      bottom: 0;
      margin-top: 25px;
}

.modal-header h4 {
    color: #ffffff;
}

.modal-body {
  padding-top: 0px!important;
  color: #ffffff;
}

input[type="text"] {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:focus-within {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border-top: none!important;
  border-right: none!important;
  border-left: none!important;
  background-color: #f9f9f9;
}

select {
  border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  margin-bottom: 10px;
}

.modal-footer .flat-button {
  width: 50%!important;
  color: #222222!important;
  border: solid 1px #222222!important;
  text-shadow: none!important;
}

.modal-footer .flat-button:hover {

  color: #fff!important;
  border: solid 1px #222222!important;
  text-shadow: none!important;
  background-color: #222222!important;
}
.modal-footer {
    text-align: center!important;
    background-color: #fff!important;
    border-top: none!important;
}

/* Incidents Updates Container */

.incident-updates-container {
    color: #ffffff!important;
}

.update-timestamp.font-small.color-secondary {
    color: #afafaf!important;
}

.components-affected {
  border-color: #eaeaea!important;
  color: #464646;
}

/* Historical Uptime */

.status-full-history .history-nav.border-color {
    border-color: #8c8c8c;
}

.layout-content.status.status-full-history .history-nav a.current {
    background-color: transparent;
  	  border-bottom: 3px solid #8259ef!important;
  		  color: #fff;
}

.layout-content.status.status-full-history .history-nav a {
  -webkit-border-radius: 0px	;
  border-radius: 0px;
  border-color: transparent;
}

.layout-content.status.status-full-history .history-nav a:not(.current):hover {
    color: #fff;
}

.layout-content.status.status-full-history .history-header .pagination a.previous-page i, .layout-content.status.status-full-history .uptime-header .pagination a.previous-page i, .layout-content.status.status-full-history .history-header .pagination a.next-page i, .layout-content.status.status-full-history .uptime-header .pagination a.next-page i {
  
      font-size: xx-small;
    top: -2px;
  color: #fff!important;
  opacity: .5;
}

.layout-content.status.status-full-history .history-header .pagination a.previous-page i:hover, .layout-content.status.status-full-history .uptime-header .pagination a.previous-page i:hover, .layout-content.status.status-full-history .history-header .pagination a.next-page i:hover, .layout-content.status.status-full-history .uptime-header .pagination a.next-page i:hover {
  
      font-size: xx-small;
    top: -2px;
  color: #fff!important;
  opacity: 1;
}

.months-container {
    padding: 6.25%;
    background-color: #ffffff;
    color: #464646;
}

.pagination .border-color {
    border-color: transparent!important;
}

span.current {
    color: #fff;
}

.left-arrow:before, .right-arrow:before {
  color: #fff!important; 
}

.previous-page.border-color-color-secondary, .next-page.border-color-color-secondary, {
  opacity: .2;
}

.page-footer.border-color.font-small span {
    display: none;
}

.layout-content.status.status-full-history.starter {
    background-color: #222;
    height: 100%!important;
}

body.status.uptime {
    height: 100vh!important;
}

.layout-content.status.status-full-history.starter {
    height: 100%!important;
}

.incident-updates-container {
    padding: 6.25%;
    background: #ffffff;
}

.incident-name {
    font-size: 1.8rem!important;
}

.scheduled-for {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.month-header {
    color: #fff!important;
}

.month-title::after{
    content: "";
      background: linear-gradient(160deg,#2d84eb,#8259ef);
      display: block;
      height: 1px;
      width: 100%;
      bottom: 0;
      margin-top: 20px;
  }

.message, .message:hover {
    color: #464646;
}

.incident-data .secondary {
    color: #afafaf;
}

/* Incident Report Page Styling */

.incident-updates-container .update-title, .incident-updates-container .update-body, .incident-updates-container .components-affected  {
    color: #464646;
}

/* Mobile logo sizing */ 

@media screen and (max-width: 450px) {
.layout-content.status .masthead-container.basic .masthead .logo-container {

    width: 225px;
    margin: 0 auto 20px;
}
}


/* Hiding of Minor Service Outage Banner */

.page-status.status-minor {
    display: none;
}

.layout-content.status .masthead-container.premium .masthead .text-container .page-name {
    white-space: normal;
}

.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title .actual-title.with-ellipsis {
    white-space: normal;
}

.layout-content.status.status-index .components-section .component-container .name {
    white-space: normal;
}

.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title a {
    white-space: normal;
}

.layout-content.status.status-full-history .months-container .month .incident-container .incident-body {
    white-space: normal;
}