﻿body {}

.boxBorder {
  border: 1px solid #ebccd1;
}

.boxBorder:hover {
  border: 1px solid #02A7F0;
}

.Boxtitletop {
  padding-top: 5px
}

.titleborderleft {
  position: relative;
  text-align: left;
  padding: 0 20px;
  background: #f7f8fa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: none;
  height: 35px !important;
  line-height: 36px !important;
  font-size: 14px;
  color: #1f2d3d;
  border-bottom: none !important;
}

.titleborderleft::before {
  display: block;
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 3px;
  background: #1D74FF;
  transition: all 0.5s;
  position: absolute;
  left: 8px;
  top: 12px;
}

small {
  color: gray;
}

.boxtitle {
  font-weight: 600;
  color: #1D74FF;
  font-size: 12px;
  font-family: Arial;
}

.boxtitleNum {
  font-size: 20px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.bi_producttitle {
  font-size: 14px;
  font-weight: 700;
}
