body {
  margin: 0;
  font-size: 13px;
  padding: 0 0 0 0.77rem;
  background-color: #ECECEC;
}

.hidden {
  display: none;
  height: 0;
  width: 0;
}

.normalCtrl {
  margin: 1.15rem;
  overflow: hidden;
}
.normalCtrl label {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.normalCtrl em {
  color: #CC062A;
  margin: 5px;
  vertical-align: top;
}
.normalCtrl select{
  min-width: 7.7rem;
}

.red {
  color: #CC062A;
}
.location {
  color: #0072AC;
  font-weight: bold;
  font-size: large;
  display: block;
}
.headerIcon {
  display: block;
  float: right;
}
.HEADER_GENERAL{
  width: 100%;
  padding: 0.2rem;
  text-align: left;
  background-color: #E2E6E7;
  display: block;
  font-size: larger;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 0.2rem;
  border-top-color: #C1D9DB;
  margin-top: 0.77rem;
  clear: both;
}
.HEADER_GRAY{
  width: 100%;
  padding: 0.2rem;
  text-align: left;
  background-color: #F1F1F1;
  display: block;
  font-size: larger;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 0.2rem;
  border-top-color: #C1D9DB;
  margin-top: 0.77rem;
  clear: both;
}
.HEADER_RED {
  width: 100%;
  padding: 0.2rem;
  text-align: left;
  background-color: #FFD9D9;
  display: block;
  font-size: larger;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 0.2rem;
  border-top-color: #FF0000;
  margin-top: 0.77rem;
  clear: both;
}
.HEADER_YELLOW{
  width: 100%;
  padding: 0.2rem;
  text-align: left;
  background-color: #FFF4CA;
  display: block;
  font-size: larger;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 0.2rem;
  border-top-color: #FFCC00;
  margin-top: 10px;
  clear: both;
}
.HEADER_GREEN {
  width: 100%;
  padding: 0.2rem;
  text-align: left;
  background-color: #DAEBD6;
  display: block;
  font-size: larger;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 0.2rem;
  border-top-color: #66CC00;
  margin-top: 0.77rem;
  clear: both;
}

/* LIST TABLE */
.ListTblTd { text-align: center; }
.ListPager {
  text-align: center;
  padding: 0.23rem;
}
.ListPagerCP {
  border: solid 1px #CC062A;
  padding: 0.23rem;
}
.ListPagerNbr { text-align: right; }
.ListTblTrOdd { background-color: #FFFFFF; }
.ListTblTrEven { background-color: #F0F4F7; }

/* SYSMP Holder */
.rbtop div, .rbtop, .rbbot div, .rbbot {
  width: 100%;
  height: 0.6rem;
  font-size: 1px;
}
.rbcontent { margin: 0 0.6rem; padding: 0.5rem 0; }
.rbroundbox { margin: 0.77rem auto; background: #fff; border-radius: 1rem; }

/* dbar */
.dbai {
  position: fixed;
  left: 19.23rem;
  top: 0;
  width: 23.1rem;
  padding: 0.77rem;
  text-align: center;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.dbarOK {
  background-color: #64B352;
  color: #FFF;
  font-weight: bold;
}
.dbarNG {
  background-color: #C73E3E;
  color: #FFF;
  font-weight: bold;
}

.reset-date {
  color: #999;
  font-size: 1rem;
  margin: 0 5px;
}

/* pluploader */
.plupload-holder .plus-btn {
  width: 1.85rem;
  height: 1.85rem;
  font-size: 1.6rem;
  color: #4CAE4C;
}

.plupload-holder .minus-btn {
  width: 1.85rem;
  height: 1.85rem;
  font-size: 1.5rem;
  color: #F75F51;
  float: right;
}

.plupload-holder .publish-date {
  width: 42%;
}

.plupload-holder .sortable-handler {
  width: 1.85rem;
  height: 1.85rem;
  font-size: 1.5rem;
  color: #CCC;
  float: left;
}

.plupload-holder .res-anchor {
  display: inline-block;
  margin: 0.77rem 0.4rem;
}

.plupload-holder .res-anchor img {
  max-width: 100%;
  max-height: 7rem;
}

.plupload-holder .res-list {
  margin: 1rem 0 0 1rem;
}

.plupload-holder .resContainer {
  display: inline-block;
  width: 20%;
  margin: 0 3% 1rem 0;
  padding: 0.5rem;
  border: 1px dashed #CCC;
}

.plupload-holder .resContainer .res-descp {
  width: 96%;
  height: 2.5rem;
}

/* source from bootstrap 4.1 */
.btn-primary {
  border: 1px solid transparent;
  border-color: #007bff;
  border-radius: .25rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.3rem 0.5rem;
}

.table {
  border-collapse: collapse;
  width: 100%;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* switch slider */
label.switch {
  position: relative;
  height: 1.6rem;
  width: 3rem;
  display: inline-block;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  border-radius: 0.8rem;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #fff;
  top: 0.3rem;
  left: 0.3rem;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: dodgerblue;
}

.switch input:checked + .slider:before {
  transform: translateX(1.4rem);
}