
.pf-c-toolbar {
  background: #252424 !important;
  color: white

}
.pf-c-nav__list {
  border-bottom: none;
}
.pf-c-nav__item.pf-m-expandable::before {
  border-bottom: none;
}
.pf-c-button.pf-m-link {
  color: white;
}
a.pf-u-ml-md {
  color: white;
} 

table {
  background: #252424  !important;
  color: white !important;
}
a {
  color: white;
}

li a {
  color: white ;
  background: black ;
}


.pf-c-toolbar__item div {
  background: #252424 !important;

}

input {
  color: white;
}

td {
  color: white !important;
}

thead {
  background: white !important;
}

.pf-c-nav__link::before {
  border-bottom: none;
}

section.pf-c-page__main-section.pf-m-light div {
  color: white !important;
} 

.pf-c-tabs__item.pf-m-current a {
  color: white;
  background: black;
  
}

.pf-c-tabs__item.pf-m-current a::after {
  display: none;
  
}

.pf-c-tabs__item.pf-m-current a::before {
  border-bottom: 2px white solid;
  
}

.pf-c-dropdown__toggle-icon, .pf-c-dropdown__toggle-text {
   color: white;
}

#realm-select button {
  background-color: #E8EAEE; /* blue */
  color:#142854;
  font-weight: 900;
}

#realm-select button span{
  background-color: #E8EAEE; /* blue */
  color:#142854;
  font-weight: 900;
}

.pf-c-button.pf-m-primary.pf-m-block {
background-color: #E8EAEE; /* blue */
  color:#142854;
}

.pf-l-stack div {
 color: #142854; /* blue */

}

.pf-c-button.pf-m-primary {
   background-color: #E8EAEE; /* blue */
  color:#142854;
}





/* .pf-c-nav__list {
  border-bottom: none;
} */
.pf-c-nav__item.pf-m-expandable::before {
  border-bottom: none;
}
.pf-c-nav__link {
  color: white;
}
hr {
  display: none;
}

hr::after {
  display: none;
}

hr::before {
  display: none;
}
h2.pf-c-nav__section-title {
  border: none;
  color:#E8EAEE;
  font-weight: bold;
}

.pf-c-nav__link::before {
  border: none;
}
.pf-c-nav__link::after {
  border: none;
}
.pf-c-nav__link.pf-m-current {
  background:#E8EAEE;
  color:#142854;
  font-weight: 900;
  border-radius: 6px;
}


.pf-c-nav__link:hover {
  background:#E8EAEE;
  color:#142854;
}

.pf-c-page__header {
  background: white;
  /* border-bottom: 0.5px solid #dcdddf; */
}


.pf-c-page__header-brand-link img {
  display: none;
}


/* STARTS HERE */

.pf-c-page__main-breadcrumb{
  background: #252424 !important;

}
.pf-c-tab-content {
  background: #252424 !important;
  color: white !important;
}
main.pf-c-page__main {
  color: white;
  background: #252424 !important;
}
section {
  background: #252424  ;
}
.pf-c-page__main-section.pf-m-light {
  background: #252424  !important;

}

.pf-c-page__main-section._sticky_cd9gh_5 {
background: #252424  !important;
 color: white;
}

#page-sidebar {
  background: #393939;
  padding-left: 15px;
  padding-right: 15px;
}
/* .pf-c-nav__list {
  border-bottom: none;
} */
.pf-c-nav__item.pf-m-expandable::before {
  border-bottom: none;
}
.pf-c-nav__link {
  color: #FFFFFF;
  border-radius: 6px;
}


.pf-c-nav__link::before {
  border: none;
}
.pf-c-nav__link::after {
  border: none;
}
.pf-c-nav__link.pf-m-current {
  background:#E8EAEE;
  color:#142854;
  font-weight: 900;
}


.pf-c-nav__link:hover {
  background:#E8EAEE;
  color:#142854;
}

.pf-c-page__header {
  background: #393939;
  /* border-bottom: 0.5px solid #dcdddf; */
}

#nav-toggle {
  color: #E8EAEE;
}

.pf-c-page__header-brand-link img {
  display: none;
}

.pf-c-page__header-brand-link::before {
  content: '';
  display: block;
  width: 150px;
  height: 50px;
  background: url('../img/labs-white.png') no-repeat center center;
  background-size: contain;
  position: relative;
  left: -40px;
}


.pf-c-dropdown__toggle-icon, .pf-c-dropdown__toggle-text {
   color: white;
}

#save-btn {
  background-color: #252424 ; /* blue */
  color: white;
  border: 1px solid white;
  border-radius: 4px;
}



#cancel-btn {
  color: #CB1A14;
}

input:focus {
    border: 1px solid #D0D5DD;
    outline: none;
    border-radius: 4px;
}
input {
    border: 1px solid #D0D5DD;
    outline: none;
    border-radius: 4px;
}

input:hover {
   border: 1px solid #D0D5DD;

}
.pf-c-jump-links__item.pf-m-current a::before {
  border-left: 3px solid #E8EAEE;
}

.pf-c-jump-links__item.pf-m-current span{
  color: #E8EAEE;
}