.apex-button-group input:checked+label 
{
    background-color: lightgreen;
    }


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}


.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
  margin: 5px 0 5px 5px;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.w3-modal-content2{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}

@media (max-width:600px){.w3-modal-content2{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}

@media (max-width:768px){.w3-modal-content2{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content2{width:510px}}


.t-fht-wrapper {
  z-index: 0;
}

.t-NavigationBar-item.has-username .t-Button-label {
  text-transform: none;
}



/*Row highlights for Classic Report*/
/* ACTIVE */
.status-Active td {
    background-color: #d4edda !important;
    color: #155724;
    font-weight: 600;
}

/* INACTIVE */
.status-inactive td {
    background-color: #f8d7da !important;
    color: #721c24;
}

/* PAUSED */
.status-Paused td {
    background-color: #fff3cd !important;
    color: #856404;
}

/* PENDING */
.status-Pending td {
    background-color: #d1ecf1 !important;
    color: #0c5460;
}

/* FAILED */
.status-Failed td {
    background-color: #f5c6cb !important;
    color: #721c24;
    font-weight: bold;
}

/* COMPLETED */
.status-Completed td {
    background-color: #cce5ff !important;
    color: #004085;
}

/* RUNNING */
.status-Running td {
    background-color: #e2e3e5 !important;
    color: #383d41;
    font-style: italic;
}

/*End of Row highlights for Classic Report*/


#notifBell {
    position: relative;
}

.bell-mid {
    font-size: 1.5em;
}

.notif-badge {
    position: absolute;
    top: 3px;
    right: 3px;

    min-width: 18px;
    height: 18px;
    line-height: 18px;

    border-radius: 50%;
    text-align: center;

    background: #e53935;
    color: #fff;

    font-size: 12px;
    font-weight: 700;
}




