.hr-box {
  margin-top: 30px;
}

.hr {
  border-right: 0.5px solid black;
  height: auto;
}

.hr-style {
  border-top: 2px solid #555;
}

.w-box,
.church-box,
.stole-box {
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 5px;
  background: #f3f4f5;
  border-left: 2px solid #e6e7e8;
}

.w-box span,
.church-box span,
.stole-box span {
  display: inline-block;
  margin: 5px;
}

.w-box .fa-university,
.church-box .fa-university,
.stole-box .fa-university {
  margin-left: 5px;
}

.w-box:hover,
.church-box:hover,
.stole-box:hover {
  background-color: aliceblue;
}

.sm-office-datas .input-group {
  width: 100%;
}

.sm-office-datas .input-group .input-group-addon {
  width: 20% !important;
  background-color: #ececec !important;
  text-align: left;
}

.sm-office-datas .input-group input {
  width: 100% !important;
}

#temple_data .input-group {
  width: 100%;
}

#temple_data .input-group .input-group-addon {
  background-color: #ececec !important;
}

#temple_data .input-group input {
  width: 100% !important;
}

.modal-body {
  padding: 0px !important;
}

.sm-box .box-header h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.sm-box .box-body {
  background-color: #ececec !important;
}

.sm-box .box-body .sm-checkbox-container {
  border-radius: 2px;
  padding: 5px;
  background: #f3f4f5;
  border-left: 2px solid #e6e7e8;
  margin-bottom: 10px;
}

.sm-box .box-body .sm-checkbox-container:hover {
  background-color: aliceblue;
}

.sm-box .box-body label {
  width: 100%;
}

.sm-box .box-body .input-group {
  width: 100%;
}

.sm-box .box-body .input-group .input-group-addon {
  background-color: #ececec !important;
  text-align: left;
}

.sm-box .box-body .input-group input[type="text"],
.sm-box .box-body .input-group input[type="number"] {
  width: 100% !important;
}

.sm-box .box-body .input-group #sm-bellringer_give_church,
.sm-box .box-body .input-group label[for="sm-bellringer_give_church"] {
  cursor: pointer;
}

.sm-box .box-body .input-group .padding-left-10 {
  padding-left: 10px;
}

.sm-tab {
  border: 1px solid #6A6A6A;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 20px;
  color: #000;
  display: inline-block;
  margin-bottom: -1px;
}

.sm-tab-active {
  background: #6A6A6A;
  color: #fff;
}

.sm-tab:hover {
  color: #fff;
  background: #999999;
}

