.option-check a, .option-check a:hover {
  font-size: 17px;
  text-decoration: underline;
  color: #2d57a0;
}

.option-check ul {
  list-style-type: none;
  padding-left: 1em;
  color: #666;
  margin-left: 1;
}

.option-check ul>li {
  position: relative;
  margin-bottom: 10px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  width: 60%;
  border-radius: 7px;
  position: relative;
}

.modal-content h1 {
	width: 100%;
	height: 30px;
	background: #005ca4;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
}

.modal-content h2 {
  font-weight: bold;
}

.modal-content p {
  text-align: center;
  margin-top: 10px;
}

.modal-footer button {
  width: 10em;
  border-radius: 5px;
  background: #005ca4;
  border: 1px solid #337db6;
  color: #fff;
  cursor: pointer;
  height: 33px;
}

.modal-footer button:hover {
  background-color: #337db6;
}

.modal-footer {
  margin: 0 auto;
  text-align: center;
}

.modal-content ul>li {
  width: 10em;
}

.modal-content ul>li>h3, .modal-content ul>li>p {
  display: table-cell;
  padding: 10px;
}

.modal-middle {
  margin: 10px auto;
}

.modal-content ul>li>p input {
  width: 220px;
}

button.btnupdate:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.contents button.btnupdate {
  display: inline-block;
  margin-left: 10px;
  min-width: 80px;
  width: auto;
  cursor: pointer;
}

.control-select-area {
	padding: 10px;
    border: 1px solid #b2cee4;
    margin: 10px auto;
    width: 90%;
    max-height: 250px;
    overflow-y: scroll;
    font-size: 90%;
}

.control-select-area ul> li, .modal-footer ul> li {
	display: inline;
}

.control-select-area label{
	width: 45%;
	padding: 10px 0;
	display: inline-flex;
}