﻿.debug-bg {
  background-color: #f6c682 !important;
}

.debug-fg {
  color: #24658f !important;
}

.debug-bg-1 {
  background-color: #97cded !important;
}

.debug-fg-1 {
  color: #fff !important;
}

.debug-bg-2 {
  background-color: #b1c69f !important;
}

.debug-fg-2 {
  color: #000 !important;
}



#AccountSummary-section h3 {
  font-size: 18px !important;
}

#CurrentServices-section h3 {
  font-size: 18px !important;
}

#GeneralInformation-section h3 {
  font-size: 18px !important;
}



.current-services-icon-divs {
  font-size: 1.15em !important;
  color: black !important;
  padding: 5px !important;
  margin-bottom: 5px !important;
}

  .current-services-icon-divs.disabled {
    opacity: 0.3 !important;
  }


a.button-outage {
  text-transform: uppercase !important;
  letter-spacing: .09em !important;
  border-radius: 4px !important;
  color: #fff !important;
  background: rgb(23, 42, 77) !important;
  text-align: center !important;
  transition: all 0.1s !important;
  cursor: pointer !important;
  font-size: 12px !important;
}

  a.button-outage:hover {
    font-size: 12px !important;
    font-weight: 600 !important;
    background: #fff !important;
  }




p.cust-field-name {
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p.cust-field-value {
  margin-top: 0px;
  padding-top: 0px;
}

.cust-section {
  line-height: 125%;
}



.panel-expand .cust-section div > h3 {
  margin-top: .25em !important;
  /*background-color: red !important;*/
}


@media only screen and (min-width: 992px) {
  .round-outline {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
  }
}

/*.round-outline {
  border: 1px solid transparent;
}*/



.missing {
  color: red !important;
  font-weight: bolder;
}


