/* $popup window */
.popup-lock {
  overflow: hidden;
}

.popup-lock.with-scroll > .main-wrapper,
.popup-lock.with-scroll > .popup-cover {
  overflow-y: scroll;
}

.popup-lock.with-scroll > .main-wrapper {
  position: relative;
}

.popup-lock > header,
.popup-lock > .content_wrapp1 {
  overflow-y: auto;
}

.popup-lock > footer {
  overflow-y: visible;
}

.popup-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup-cover > * {
  -webkit-transform: translateZ(0px);
}

.popup-cover {
  background: rgba(0, 0, 0, 0.5);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000); /* IE6?IE8 */
  zoom: 1;
}

.popup-form {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -230px 0 0 -230px;
  padding: 20px 0px;
  min-width: 520px;
  border-radius: 3px;
  background: #eee;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 1px #FFF;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}

.popup-form > .title {
  margin: 0 30px;
  color: #555555;
}

.popup-form .separator {
  margin: 10px 30px 10px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #FFFFFF;
}

.popup-form .content {
  margin-right: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 30px;
  min-height: 58px;
  max-height: 295px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-form .content .set {
  width: 380px;
  position: relative;
  margin-top: 5px;
  padding: 10px 0 10px 80px;
  border-radius: 3px;
  background: url("../images/icons-popup.png") no-repeat scroll 15px 0px transparent;
}

.popup-form .content .set:nth-child(2n+1) {
  background-color: #E2E2E2;
}

.popup-form .content .set .name {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  cursor: default;
}

.popup-form .content .set .time,
.popup-form .content .set .count {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  cursor: default;
}

.popup-form .content .set.check {
  background: url("../images/icons-popup.png") no-repeat scroll 15px -78px #00b0ff;
}

.popup-form .content .set.check:first-child {
  margin-top: 0;
}

.popup-form .content .set.check .name,
.popup-form .content .set.check .time,
.popup-form .content .set.check .count {
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.popup-form .content .add {
  position: absolute;
  top: 27px;
  right: 25px;
  width: 22px;
  height: 22px;
  background: url("../images/icons-popup.png") no-repeat scroll 100% -328px transparent;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.popup-form .content .done .add:hover {
  opacity: 1;
}

.popup-form .content .add:hover {
  background: url("../images/icons-popup.png") no-repeat scroll 100% -287px transparent;
  opacity: 0.5;
}

.popup-form .content .set.done .add {
  position: absolute;
  top: 28px;
  right: 23px;
  width: 26px;
  height: 26px;
  background: url("../images/icons-popup.png") no-repeat scroll -20px -184px transparent;
}

.popup-form .btn-done {
  display: inline-block;
  margin-top: 3px;
  margin-left: 30px;
  padding: 4px 10px;
  border-radius: 3px;
  background: #00b0ff;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  cursor: pointer;
  zoom: 1;
  *display: inline;
}

.popup-form .create-new-set {
  float: right;
  margin-top: 10px;
  margin-right: 30px;
  color: #555555;
  font-size: 12px;
  cursor: pointer;
}

.popup-form i.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  background: url("../images/icons-popup.png") no-repeat scroll 100% -233px transparent;
  cursor: pointer;
}

/* !popup window */
