.box-header-title {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  margin-top: 8px;
}

.box {
  border-top: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  /* border: 1px solid white !important; */
}

.box-header {
  background: #195da3;
  color: white;
  border-radius: 20px 20px 0 0;
  height: 35px;
  padding-top: 8px;
}

.box-header h4 {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.box-header-title > i {
  float: left;
}

.box-header-title > span {
  display: block;
  text-transform: none;
  /* font-weight: bold; */
}

.box-header-title > span::first-letter {
  text-transform: uppercase;
}

.box-header-title > i {
  margin-right: 10px;
}

.box-danger .box-header {
  background: #eb2020 !important;
  color: white;
}
.box-body {
  padding-bottom: 10px !important;
}

.box-body hr {
  margin-top: 0;
  margin-bottom: 5px;
  border-color: #195da3;
  height: 3px;
  box-shadow: 0 10px 10px -12px #195da3 inset;
  display: none;
}

.btn-box-tool,
.btn-box-tool:hover {
  color: white;
}

.box-footer {
  padding: 0px 10px 2px 10px;
  border-radius: 0px 0px 20px 20px;
  border-top: none;
}

.box-header button:focus {
  color: white;
  text-decoration: none;
}
