.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;
}
.profile-img {
  position: relative;
  box-sizing: border-box;
  min-height: 270px;

  /*	background-color: #ececec; */
  background-color: #e4e8ec;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.profile-img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  color: #d6dbe1;
  font-family: FontAwesome;
  font-size: 120px;
  text-align: center;
  content: "\f007";
  transform: translate(-50%, -50%);
}
.profile-img-content {
  display: block;
  float: none;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.profile-img a {
  display: block;
}
.profile-img img {
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.profile-img-upload-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;

  /*	background-color: rgba(1,162,193,.7); */
  background-color: rgba(0, 0, 0, 0.65);
}
.profile-img-content a {
  position: relative;
  padding-top: 100%;
}
.profile-img-content a img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.profile-img:hover .profile-img-upload-inner {
  display: block;
  cursor: pointer;
}
.profile-img-upload__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.profile-img-upload__txt > i {
  display: block;
  font-size: 2em;
}

.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;
}
