.setting_box .row {
  margin-bottom: 12px;
}

.setting_box .row .row_shrink {
  margin-bottom: 0;
}
.setting_box .row:last-child {
  margin-bottom: 0;
}
li.list-group-item {
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.billing_item_setting {
  padding-top: 10px;
}
.fee_setting .ibox-title .btn {
  margin-top: -5px;
  margin-bottom: 0;
}
.list_nofee {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ccc;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
}

.billing_item_name {
  text-decoration: underline;
  cursor: pointer;
}
.modal-body .billing_item_name {
  text-decoration: none;
  cursor: pointer;
}

.class_list_li {
  margin-top: -1px;
  padding-top: 7px;
  padding-bottom: 7px;
  clear: both;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
}

h3.setting_title {
  margin-top: 30px;
  margin-bottom: 25px;
  color: #0185b2;
}

#class_list .class_list_h4 {
  margin-top: 60px;
}

.setting_box #class_list .row {
  margin-bottom: 0;
}

.class_list_li:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.add_list {
  float: right;
  margin-top: -45px;
}

#class_list .btn-primary.fr {
  margin-top: -40px;
}

.profile_box input[readonly] {
  border-color: #e5e6e7 !important;
}
.profile_box label {
  font-weight: normal;
  user-select: none;
}
.profile-info--important {
  margin-bottom: 20px;
}
.original_temp_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.original_temp_list li {
  margin: 0 4px 4px 0;
  width: 16.2%;
  min-width: 140px;
  height: auto;
  min-height: 210px;
  border: solid 1px #e7eaec;
  vertical-align: top;
}

.original_temp_list_title {
  padding: 8px;
  background-color: #f5f5f5;
  border-bottom: solid 1px #e7eaec;
  line-height: 1.42857;
}

.original_temp_list_cat {
  margin-bottom: -15px;
  padding: 8px;
  color: #bbb;
  font-size: 11px;
  text-align: right;
}

.original_temp_list_thumb {
  padding: 8px;
  height: auto;
  min-height: 210px;
}

.upload_original_template_invalid {
  color: #ed5565;
  font-size: 8px;
}

.setting_file_extensions label {
  font-weight: normal;
}
.setting_file_other_extensions span {
  color: #ccc;
}
span.simple_hint {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #01a2c1;
  -webkit-filter: drop-shadow(0 1px 1px rgba(33, 33, 33, 0.5));
  filter: drop-shadow(0 1px 1px rgba(33, 33, 33, 0.5));
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
