.modal-title-name {
  font-size: larger;
}
.delopt {
  cursor: pointer;
}
progress {
  border-radius: 2px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-top: 1px #aaa solid;
  background-color: #eee;
}
progress::-webkit-progress-bar {
  background-color: #d7d7d7;
}
progress::-webkit-progress-value {
  background-color: #aadd6a;
}
.modal-dialog {
  width: 415px;
  border-radius: 4px;
  /*.close {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    background-color: #000;
    color: #fff;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .3);
    right: -10px;
    top: -10px;
    text-align: center;
    line-height: 13px;
    font-weight: normal;
    font-size: 12px;
    opacity: .8;
    &:hover{
      opacity:1;
    }
  }*/
}
.modal-dialog .dsc {
  font-size: 14px;
  font-weight: bold!important;
  margin: 0;
}
.modal-dialog .v-input {
  width: 380px;
  height: 30px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 0 10px;
  outline: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15) inset;
  margin-top: 8px;
}
.modal-dialog .v-input:focus {
  box-shadow: none;
  border-color: #1ABC9C;
}
.modal-dialog .v-textarea {
  padding: 10px;
  resize: vertical;
  height: 6em;
}
.modal-dialog .suc-btn {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #f2f2f2;
  display: block;
  text-align: center;
  color: #666;
}
.modal-dialog .suc-btn:hover {
  color: #1ABC9C;
}
.modal-dialog .result label {
  font-weight: normal;
}
.modal-dialog .send-btn {
  padding: 0 10px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 2px;
  height: 24px;
  line-height: 25px;
  text-decoration: none;
  font-size: 12px;
  min-width: 40px;
  text-align: center;
  outline: none;
  background: #1ABC9C;
  border: 1px solid #17ae95;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.modal-dialog .time-wrap {
  margin: 0 0 10px;
}
.modal-dialog .time-wrap label {
  line-height: 32px;
}
.modal-dialog .time-wrap .form-datetime {
  width: 315px;
}
.modal-dialog .time-wrap .form-datetime input {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15) inset;
}
.modal-dialog .time-wrap .form-datetime input:focus {
  box-shadow: none;
  border-color: #1ABC9C;
}
.modal-dialog .time-wrap .form-datetime .input-group-addon {
  border: 1px solid #E4E4E4;
}
.v-span {
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
