
div.divider::after { border-top: 1px solid #dedede !important; }


.status-wrap { padding:20px 0 10px 0; }
.status-wrap > ul > li { border-right:1px dashed #dedede; }
.status-wrap > ul > li:last-child { border-right:0; }
.status-box { text-align:center; }
.status-box span.item-value { font-family: 'Poppins', sans-serif; font-size:20px; font-weight: 500; color:#666; }



div.ibox { }
div.ibox > .ibox-title { border-bottom:1px solid #dedede; margin:-20px; padding:10px 15px; }
div.ibox > .ibox-title span.badge { font-size:12px; }
div.ibox > .ibox-title span.badge-index { color:#0495ff; background:#e8f5ff; }
div.ibox > .ibox-title span.badge-integer { color: #3ac977; background-color: #daf5e6; }
div.ibox > .ibox-title span.badge-rate { color: #ff5e5e; background-color: #ffdede; }


div.ibox > .ibox-title .title { font-size:16px; font-weight:500; }
div.ibox > .ibox-content { margin:20px -20px -20px -20px; }

div.ibox > .ibox-content .item-box { padding:10px 0 0 0; }
div.ibox > .ibox-content .item-box span.item-value { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 600; color:#444; }


/* A 33 */
.a-33 { margin: 5px 2px; color: #fff; font-size: 12px; line-height: 12px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); display: inline-block; opacity:0.8; }
.a-33:before, .a-33:after { content: " "; display: table; }
.a-33:after { clear: both; }
.a-33:hover, .a-33:focus { color: #fff; text-decoration: none; }
.a-33 span { float: left; padding: 5px 8px; box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1); }
.a-33 span:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.a-33 span:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }


.a-164 {
  margin: 0 10px 18px 10px;
  position: relative;
  background: #eee;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  height: 10px;
}
.a-164:before,
.a-164:after {
  content: " ";
  display: table;
}
.a-164:after {
  clear: both;
}
.a-164 > div {
  float: left;
  height: 10px;
  position: relative;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.175), rgba(255, 255, 255, 0.175) 8px, transparent 0, transparent 16px);
}
.a-164 > div:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.a-164 > div:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.a-164 > div > span {
  position: absolute;
  right: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  -webkit-transform: translateY(-15px) translateX(15px);
  -moz-transform: translateY(-15px) translateX(15px);
  -ms-transform: translateY(-15px) translateX(15px);
  transform: translateY(-15px) translateX(15px);
  font-size: 12px;
  font-weight: bold;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: block;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  background: inherit;
  background-image: none;
  border-radius: 50%;
}




.a-34 {
  max-width: 400px;
  margin: 0px 10px;
  background: #fff;
  padding: 5px;
}
.a-34 h3 {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 10px;
}
.a-34 .a-34-p {
  width: 100%;
  height: 10px;
  background: #f8f8f8;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 5px 0 5px 0px;
  position: relative;
}
.a-34 .a-34-p > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}
.a-34 .a-34-l {
  position: relative;
  color: #777;
  font-weight: bold;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.a-34 .a-34-l > span {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
  position: absolute;
  display: inline-block;
	opacity:0.5;
}
.a-34 .a-34-l > span:before {
  display: block;
  content: "";
  width: 2px;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -1px;
  z-index: 3;
}
.a-34 .a-34-l > span:first-of-type {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.a-34 .a-34-l > span:first-of-type:before {
  display: none;
}
.a-34 .a-34-l > span:nth-of-type(2) {
  left: 25%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.a-34 .a-34-l > span:nth-of-type(3) {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.a-34 .a-34-l > span:nth-of-type(4) {
  left: 75%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.a-34 .a-34-l > span:last-of-type {
  left: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.a-34 .a-34-l > span:last-of-type:before {
  display: none;
}

