body {
  font-size: 13px;
  padding: 0 0 0 10px;
  background-color: #ececec;
}

.hidden {
  display: none;
}

.normal-ctrl {
  margin: 15px;
  overflow: hidden;
}

.normal-ctrl label {
  display: inline-block;
  width: 100px;
  vertical-align:top;
}

.normal-ctrl em {
  color: #cc062a;
  margin: 5px;
  vertical-align: top;
}

.normal-ctrl select {
  min-width: 100px;
}

.normal-ctrl .description {
  display: inline-block;
  width: 60%;
  color: #782c18;
  line-height: 20px;
}

.red {
  color: #cc062a;
}

.location {
  color: #0072ac;
  font-weight: bold;
  font-size: large;
  display: block;
  float: left;
}

.header-icon {
  display: block;
  float: right;
}

.rbcontent {
  width: 96%;
  margin: 10px auto;
  background: #fcfefc;
  border: 8px solid #fcfefc;
  border-radius: 10px;
}

.rbcontent form legend {
  margin: 0;
  padding: 10px 20px;
  font-size: 15px;
}

.header-general {
  background-color: #e2e6e7;
  border-top-color: #c1d9db;
}

.header-general-search {
  background-color: #f1f1f1;
  border-top-color: #c1d9db;
}

.header-general-search button {
  margin: 5px
}

.header-detail {
  background-color: #f1f1f1;
  border-top-color: #c1d9db;
}

.header-insert {
  background-color: #daebd6;
  border-top-color: #6c0;
}

.header-update {
  background-color: #fff4ca;
  border-top-color: #fc0;
}

.header-delete {
  background-color: #ffd9d9;
  border-top-color: #f00;
}

.header-general, .header-general-search, .header-detail, .header-insert, .header-update, .header-delete {
  width: 100%;
  padding: 2px 5px;
  text-align: left;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 2px;
  margin-top: 10px;
}

.sector-button {
  font-size: 1em;
  width: 24px;
  height: 24px;
  border-width: 0;
  border-radius: 24px;
  padding: 0;
  margin: 2px 5px 2px 0;
}

.sector-button.detail {
  color: #d7e1ff;
  background: #204d74;
}

.sector-button.insert {
  color: #fff;
  background: #4cae4c;
  border-radius: 0;
}

.sector-button.update {
  color: #eaf7ec;
  background: #d58512;
}

.sector-button.delete {
  color: #fff;
  background: #f75f51;
}

.doc-caption .back-link {
  padding: 0;
  margin-right: 0.5em;
  width: 24px;
  height: 24px;
  font-size: 1.1em;
  border: solid 1px #48b2ff;
  color: #48b2ff;
  background: #fff;
}

.doc-footer button {
  margin: 5px;
}

.validate-alert {
  margin-left: 10px;
  font-size: 1.2em;
  color:  #f7da05;
}

.auth-list {
  width: 90%;
  margin: 0 auto;
}

.auth-list input[type="checkbox"] {
  vertical-align: text-bottom;
}

.plupload-holder .plus-btn {
  width: 24px;
  height: 24px;
  font-size: 1.6em;
  color: #4cae4c;
}

.plupload-holder .minus-btn {
  width: 24px;
  height: 24px;
  font-size: 1.6em;
  color: #f75f51;
  vertical-align: middle;
}