.cepink {
	background-color: #E39BBD !important;
	color: #fff !important
}
.cepink:visited {
	color: #fff !important;
	background-color: #E39BBD !important
}
.cepink:focus {
	background-color: #E39BBD !important;
	color: #fff !important
}
.cepink:hover {
	background-color: #C88CAF !important;
	color: #fff !important
}
.ceblue {
	background-color: rgb(94,179,217) !important;
	color: #fff !important;
	text-align: center}
.ceblue:hover {
	background-color: rgb(67,140,186) !important
}
.bannerlogo {
	max-width: 100%;
	max-height: 64px;
	text-align: center
}
.apppage {
	background-color: #e6e6e6
}
.ceblue.borderlessbutton {
	border: 0px solid white !important
}
.textcenter {
	text-align: center
}
.colcenter {
	text-align: center
}
.msgtypelabel {
	display: inline-block;
	font-size: 22px
}
.msgbodytext {
	text-align: center;
	display: block
}
.msgsubjecttext {
	text-align: center
}
.pebookrow {
	margin-bottom: 4px !important;
	height: 50px !important;
	line-height: 50px !important}
.pebookcell {
	text-align: center !important}
.appbg {}
.peconfbut {}
.meter { 
  height: 10px; 
  position: relative;
  background: #555;
  border-radius: 25px;
  padding: 2px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(bottom, center),
    color-stop(37%, rgb(43,194,83)),
    color-stop(69%, rgb(84,240,84))
  );
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  -webkit-box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
          box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}
.progress-orange > span {
  background-color: #f1a165;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1a165), to(#f36d0a));
  background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
}

.progress-red > span {
  background-color: #f0a3a3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0a3a3), to(#f42323));
  background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}
.card-backdrop{
  z-index:1 !important
}
.zi-u{
  z-index: unset !important;
}
.zi-0{
  z-index: 0 !important;
}
.zi-99{
  z-index: 99 !important;
}
.card-expandable.card-expandable-200{
  height: 200px !important
}
.card-opened .card-expandable-top{
  height:auto !important;
}
.stagecomplete{
  background-color: rgba(94,179,137,1) !important;
  color: white !important;
}
.stagecomplete-icon{
  color: rgba(94,179,137,1) !important;
}
.stagecomplete-text{
  color: white !important;
}
.w-100{
  width:100% !important
}

.bg-color-gray-tint{
  background-color: #efeff4 !important;
}
.card-expandable {
    border-radius: var(--f7-card-border-radius) !important;
    margin-left: calc(var(--f7-card-margin-horizontal) + var(--f7-safe-area-left)) !important;
    margin-right: calc(var(--f7-card-margin-horizontal) + var(--f7-safe-area-right)) !important;
    -webkit-box-shadow: var(--f7-card-box-shadow) !important;
            box-shadow: var(--f7-card-box-shadow) !important;
}
.ce-my-1{
  margin-top:0.5rem !important;
  margin-bottom: 0.5rem !important;
}