/* #pnlEdit */

#pnlEdit .red {
  font-weight: bold;
}

.prvL {
  background-position: 0 -1749px;
  background-color: #ebe4d9;
  width: 832px;
  padding-bottom: 5px;
  border: none;
}

#pnlEdit .prvCn {
  max-height: 490px;
  overflow-y: hidden;
}

#pnlEdit .prvCnInr {
  padding: 0;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#pnlEdit .csttl {
  padding: 7px 0 4px 11px;
  background-color: #efefef;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
}

#pnlEdit .prvSec {
  margin-top: -1px;
}

#pnlEdit .prvSecInr {
  width: auto;
  margin-bottom: -1px;
  padding: 12px 11px 6px 11px;
  text-align: left;
}

#pnlEdit .prvSec ul {
  margin-bottom: 5px;
}

#pnlEdit .prvSec ul li {
  float: left;
  width: 260px;
  padding-bottom: 5px;
}

#pnlEdit .prvBtm {
  width: auto;
  padding: 12px 16px 12px 11px;
  border-top: 1px solid #e1e1e1;
  zoom: 1;
}

#pnlEdit .prvBtm .floatL a:visited {
  color: #16387c;
}

#pnlEdit .cttl {
  text-align: left;
}

#editBtn {
  border: none;
  background-color: inherit;
  padding: 0px;
  font-size: 100%;
  cursor: pointer;
  display: inline-block;
  color: black;
}
#editBtn:hover {
  text-decoration: underline;
}

.select .submit button {
  background-image: url(/images/common/bg_130328.png);
  background-position: 0 -3141px;
  background-color: #9ad245;
  background-repeat: repeat-x;
  display: block;
  width: 7em;
  text-align: center;
  padding: 5px 0;
  color: #333;
  cursor: pointer;
  border: #9ad245 1px solid;
  float: left;
}

.select .submit button:hover {
  text-decoration: underline;
}

.select .cancel button {
  background-image: url(/images/common/bg_130328.png);
  background-position: 0 -2800px;
  background-color: #d8d8d8;
  background-repeat: repeat-x;
  display: block;
  width: 7em;
  text-align: center;
  padding: 5px 0;
  color: #333;
  cursor: pointer;
  border: #acacac 1px solid;
  float: left;
}

.select .cancel button:hover {
  text-decoration: underline;
}

.ReactModal__Body--open {
  overflow-y: hidden;
}
