@import "btn.css";

.btn {
  font-size: 11pt;
}

h1>small,
h2>small,
h3>small {
  vertical-align: middle;
}

h1,
h2,
h3,
.h2,
.h1,
.h3 {
  /* text-shadow: 1px 1px 1px rgb(54, 54, 54); */
  color: rgb(100, 141, 73);
  font-weight: bolder;
  font-family: '微軟正黑體';

  /* -webkit-text-fill-color: rgb(100, 141, 73);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	*/
}

.bline {
  border-bottom: 1px solid rgb(223, 223, 224);
}

.course_tool {
  font-size: 11pt;
  font-family: 微軟正黑體;
  vertical-align: middle;
}

.course_tool img {
  margin-left: 6px;
  margin-right: 1px;
  vertical-align: middle;
}

.form-control-static {
  color: rgb(143, 12, 73);
}

.bottom-line {
  color: #990000;
  border-bottom: 1px solid #999966;
  margin-right: 10px;
  padding: 2px 6px;
}

dt,
dd {
  line-height: 2;
}

div.circle-avatar {
  /* make it responsive */
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  /* div height to be the same as width*/
  padding-top: 100%;

  /* make it a circle */
  border-radius: 50%;

  /* Centering on image`s center*/
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;

  /* it makes the clue thing, takes smaller dimension to fill div */
  background-size: cover;
  /* background-color: #f0b4e6; */

  /* it is optional, for making this div centered in parent*/
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.course_subtitle {
  font-size: 16px;
  margin: 0px 0px 6px 20px;
  font-weight: bold;
  color: #cc6600;
}

.course_note {
  font-size: 1.8em;
  font-weight: bold;
  color: #831d4c;
  font-family: '微軟正黑體';
}

#loading {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  font-family: Arial;
  padding: 2px;
  display: none;
}

.bar {
  margin: 20px auto;
}

.my-row {
  padding: 2px 0px;
}

.my-input {
  width: 100%;
  padding: 2px 4px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.my-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.readonly-input {
  padding: 2px 2px;
  font-size: 14px;
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 0px solid #ccc;
}

.my-lable {
  font-size: 12px;
  font-weight: normal;
  padding: 2px 4px 2px 6px;
  margin-right: 4px;
}

.mybar {
  margin: 30px auto;
  text-align: center;
}

.editable textarea {
  font-size: 11pt;
}

.editable {
  border-bottom: 1px dashed rgb(8, 130, 201);
}

.input-group-field {
  display: table-cell;
  vertical-align: middle;
  border-radius: 4px;
}

.input-group-field .form-control,
.input-group-field .form-control {
  border-radius: inherit !important;
}

.input-group-field:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-field:not(:first-child):not(:last-child) .form-control {
  border-left-width: 0;
  border-right-width: 0;
}

.input-group-field:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

div.cc {
  width: 100%;
  height: 20px;
  /*min-width: 60px;*/
  line-height: 24px;
  overflow: hidden;
}

div.cc:hover {
  color: rgb(255, 0, 0);
}

#demotip {
  display: none;
  background-color: rgb(0, 102, 255);
  font-size: 11pt;
  padding: 4px 10px;
  color: #fff;
}

.tooltip-inner {
  background-color: rgb(0, 102, 255);
  font-size: 11pt;
  padding: 4px 10px;
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top: 5px solid rgb(0, 102, 255);
}

table#line {
  width: auto;
  padding: 2px;
  border-collapse: collapse;
  border: 2px solid black;
  margin: 10px 2px;
}

table#line td {
  border: 1px solid rgb(128, 128, 128);
}

table#line .c {
  text-align: center;
  vertical-align: middle;
}

table#line th {
  border: 1px solid rgb(128, 128, 128);
  background-color: #ececec;
}

.course-status-tag {
  display: inline-block;
  border: none;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 2px;
  padding: 0px 2px 6px 2px;
  font-size: 12px;
  /* font-weight: bold; */
  margin-right: 2px;
  font-family: 新細明體;
}

.use_discount {
  color: red;
}
.after_discount {
  color: #782cc9;
}
.count_sum {
  font-weight: bold;
  color: #461679;
}

.amount_full, .amount_full>a{
  background-color: rgb(247, 155, 155);
  color:rgb(0, 0, 0);
}
