body {
  font-family: 'Roboto'
}

.roboto {
  font-family: 'Roboto'
}

.roboto-condensed {
  font-family: 'Roboto Condensed'
}

.help-text {
  color: #4F4F4F;
  transition: 0.2s;
}

.help-text:hover {
  color: #b4b4b4;
}

.modal-dialog,
.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important;
}

/*Mini Progress Tracker*/
.mini-progress-tracker-circle {
  width: 1rem;
  height: 1rem;
  border-radius: 60px;
  background-color: darkgreen;
}

ul.progress-tracker-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%
}

ul.progress-tracker-circle-connector {
  width: 4rem;
  height: 0.5rem
}

mini-progress-tracker-circle-connector {
  width: 3rem;
  height: 0.5rem
}

.bs-stepper-line,
.bs-stepper .line {
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, .12);
}


ul.profile-attributes {
  transition: 0.15s;
}

ul.profile-attributes:hover {
  background-color: #d6d6d6;
}

.dense {
  padding: 0.1rem 0.4rem !important;
}

.chiclet {
  float: right;
  margin-bottom: -10px;
}


ul.progressbar {
  overflow: hidden;
  color: gray;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1 1 5em;
  font-family: "Roboto Condensed";
}

ul.progressbar li {
  list-style-type: none;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
  margin: 0px;
  height: 50px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-content: space-between;
  align-items: center;
  flex: 1 1 5em;
}

ul.progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 4
}


ul.progressbar li .dot {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  z-index: 5;
  background-color: gray;
}

ul.progressbar li .label {
  position: absolute;
  bottom: 0px;
  font-size: 0.8rem;
}

ul.progressbar li .badge {
  position: absolute;
  top: 7px;
  background-color: green;
  border-radius: 3px;
  color: white;
  padding: 3px 13px;
  font-weight: lighter;
  z-index: 10;
}

ul.progressbar li.active {
  color: green;
}

ul.progressbar li.active .dot,
ul.progressbar li.active:after {
  background-color: green;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
  border-radius: 20px;
}

.toggle.ios .toggle-handle {
  border-radius: 20px;
}

.discussion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.discussion li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}

.discussion li .discussion-body p {
  margin: 10px 5px;
  color: #777777;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: #ffffff;
  background-color: #5b6d6d
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #4a5858;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000000;
  background-color: lightgray;
  border-left: 1px solid #5b6d6d;
  border-right: 1px solid #5b6d6d;
  border-top: 1px solid #5b6d6d;
}

.nav-tabs .nav-link {
  border: 0px solid transparent;
}
