body {
  font: 12px/1.273 Arial, Helvetica, sans-serif;
}
.mainheader .headerEmail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.formSection {
  background: #eee;
  padding: 20px 0;
}
.step_cont {
  border-top: 8px solid #007eff;
  background: #ffffff;
  padding: 0 100px 50px;
}
.step_cont h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 17px;
  color: #323232;
  font-weight: normal;
}
.step_cont h4 {
  padding: 15px 0;
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  margin-bottom: 25px;
  background-color: #e9ecef;
  border-radius: 50rem !important;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress .progress-bar {
  background-color: #5cb85c !important;
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
.progress-text {
  padding: 5px;
  text-align: right !important;
}
.step_cont .box {
  border: 1px solid #e6e6e6;
  padding: 30px 50px 10px;
  margin-bottom: 20px;
}
.middleitem {
  margin-bottom: 15px;
}
.step_cont .box h4 {
  margin-bottom: 2px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #323232;
  padding: 5px;
}
.step_cont .box h4 em,
.must {
  margin: 0 6px 0 -17px;
  vertical-align: -5px;
  color: #ff3413;
  font-size: 22px;
}
input:focus,
select:focus,
textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* ProvisionalPatent */
select.self {
  -webkit-appearance: none;
  appearance: none;
  height: 42px;
  border: 1px solid #c1daf5;
  background: url(/Public/css/images/icon_arrow2.png) right center no-repeat;
  font-size: 14px;
  padding: 10px 58px 10px 6px;
  color: #323232;
}
select.self option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  font-size: 14px;
}
.box .ipwrap .ipt {
  /* margin-bottom: 10px; */
  width: 100%;
  height: 38px;
  padding: 8px 10px;
  border: 1px solid #c1daf5;
  border-radius: 3px;
  font-size: 14px;
  color: #323232;
}
label {
  cursor: pointer;
  user-select: none;
}
.form-check-input {
  margin-top: 14px;
}
.step_cont .box .textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #c1daf5;
  margin-bottom: 60px;
  font-size: 14px;
}
.step_cont .box .textarea-wrap .textarea {
  margin-bottom: 0;
}
/* option */
.formContinue .formContinueRow {
  padding: 0.75rem 0;
  margin: 15px 0;
}
.formContinue .formContinueRow .formContinueTip {
  color: #81b7ee;
  align-self: center !important;
}
/* mode ProvisionalPatent/step3 */
.check_item.check_edit1,
.check_item.check_edit2,
.check_item.check_edit3 {
  cursor: default;
}
#check_edit1[type="checkbox"],
#check_edit2[type="checkbox"],
#check_edit3[type="checkbox"] {
  pointer-events: none;
}

.forms3 {
  margin-top: 15px;
}
ol,
ul {
  list-style: none;
}
.forms3 li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.forms3 label i {
  font-size: 22px;
  margin-right: 10px;
  color: #ff3413;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: -6px;
  font-style: normal;
}
.forms3 label {
  width: 170px;
  font-size: 14px;
  color: #646464;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 0;
}
.forms3 li .fields {
  width: 100%;
}
.forms3 li .ipt {
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 12px 10px;
  border: 1px solid #c1daf5;
  border-radius: 3px;
  color: #323232;
}

.step_cont .select {
  border: 1px solid #c1daf5;
  height: 40px;
  width: 100%;
  border-radius: 3px;
  position: relative;
}
.step_cont .select h3 {
  width: 100%;
  padding-right: 60px;
  padding-left: 10px;
  height: 40px;
  margin: 0;
  line-height: 40px;
  background: url(images/icon_arrow2.png) no-repeat right -4px;
  font-weight: normal;
  font-size: 14px;
}
.step_cont .select .sub {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #c1daf5;
}
.step_cont .select .sub p {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
}
a.btn_add {
  display: inline-block;
  padding-left: 30px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  background: url(images/icon_add2.png) no-repeat 10px center #007eff;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 600;
}
.btn-link {
  text-decoration: none !important;
}
.added {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 20px;
}
.added .btn_owner {
  display: inline-block;
  padding-left: 36px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: url(images/icon_del.png) no-repeat 10px center #007eff;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.box .rlist span {
  margin-right: 40px;
  display: inline-block;
  font-size: 16px;
  color: #646464;
}
.mradio {
  cursor: pointer;
  background: none;
  padding-left: 0;
}
.mradio i {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(images/icon_radio.png) no-repeat 0 -38px;
  vertical-align: -3px;
}
.mradio-cur i {
  background-position: 0 0px;
  transition: opacity 1s ease-in-out;
}
/* last */
.step_cont .done {
  text-align: center;
  font-size: 20px;
  color: #3ecf8e;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .formSection {
    padding: 0;
  }
  .formSection .container {
    padding: 16px;
    border-top: none;
  }
  .step_cont .box {
    padding: 20px;
  }
  .continue_tip {
    margin: 20px auto;
  }
  .option-box {
    flex-direction: column;
  }
  .btn_continue {
    width: 100%;
    margin-top: 0;
  }
  /*  */
  .forms3 li {
    flex-direction: column;
    align-items: flex-start;
  }
  .forms3 label {
    width: auto !important;
  }
}
/* --------------------------------------------------------------------------------------------- */
/* PatentSearch */
p.down_tips {
  font-size: 16px;
  color: #646464;
  margin-bottom: 10px;
}
.step_cont .box .have_help {
  position: relative;
}
.step_cont .box .have_help .tips {
  display: inline-block;
  position: absolute;
  right: 0;
}
.step_cont .box .help {
  margin-left: 3px;
  font-size: 16px;
  color: #7fbeff;
  display: inline-block;
  line-height: 16px;
  padding-left: 20px;
  background: url(images/icon_help.png) no-repeat 0 0;
}
.step_cont .box .have_help .dtips {
  position: absolute !important;
  z-index: 10;
  margin-left: -460px;
  margin-top: 6px;
  width: 520px;
  line-height: 22px;
  background: #ffffff;
  border: 1px solid #7fbeff;
  border-radius: 5px;
  padding: 26px 36px 26px 36px;
  font-size: 16px;
  box-shadow: 0 0 12px #e1eaf3;
}
@media (max-width: 991px) {
  .step_cont .box .have_help .tips {
    position: relative;
  }
  .step_cont .box .have_help .dtips {
    position: fixed !important;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
  }
}
/* Monitoring --------------------------------------------------------------------------------------------- */
.rlist#package_div .package_item {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 22px;
  margin-bottom: 10px;
}
/* SearchService --------------------------------------------------------------------------------------------- */
.box .ipwrap h5 {
  margin-bottom: 4px;
  color: #323232;
  font-size: 16px;
  font-weight: normal;
}
.box .ipwrap h5 span {
  font-size: 14px;
  color: #969696;
}
.step_cont .box .textarea-wrap p,
.step_cont .box .desc p {
  margin: 5px 0 10px;
  line-height: 22px;
  font-size: 14px;
  color: #646464;
}
.step_cont .box h4.dialog .link {
  padding-left: 20px;
  background: url(images/icon_arrow3.png) no-repeat 0 0;
  font-size: 14px;
  font-weight: normal;
  color: #7fbeff;
}
.layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(images/bg_trans.png) repeat 0 0;
  left: 0;
  top: 0;
  z-index: 2;
}
.pop2 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  height: 90%;
  width: 70%;
  background: #fff;
  z-index: 5;
}
.pop2 .hd {
  padding: 45px 0 55px;
  text-align: center;
  background: #272f3a;
  font-size: 14px;
  color: #c8c8c8;
}
.pop2 .hd h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}
.pop2 .bd {
  padding: 30px 65px;
  border-top: 8px solid #017eff;
  background: #ffffff;
}
.pop2 .bd h3 {
  margin-bottom: 25px;
  font-size: 20px;
  color: #272f3a;
  text-align: center;
}
.pop2 .data-table {
  width: 100%;
  border-collapse: separate;
}
.pop2 .mobile-box {
  display: none;
}
.pop2 .data-table th {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  background: #e1ebf4;
  font-size: 14px;
  color: #323232;
  border-bottom: 1px solid #ffffff;
}
.pop2 .data-table td {
  padding: 15px 25px 15px 25px;
  background: #f3f7fb;
  font-size: 14px;
  color: #646464;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.btn_pop_close {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  margin: 30px auto;
  font-weight: 700;
  color: #1a58a1;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}
.btn_close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  background: url(images/icon_close.png) no-repeat 0 0;
  cursor: pointer;
}
.wtype {
  background: #eef6fe none repeat scroll 0 0;
  margin-bottom: 40px;
  padding: 40px 40px 20px;
}
.wtype h3 {
  margin-bottom: 6px;
  font-size: 18px;
  color: #007eff;
}
.middleitem_other {
  margin-bottom: 20px;
}
.basic .it {
  margin-bottom: 16px;
}
.basic .it h4 {
  margin-bottom: 3px;
  font-size: 16px;
  color: #323232;
  font-weight: 700;
}
.mradio,
.basic .it h4 {
  padding: 0;
  padding-left: 22px;
  background: url(images/icon_radio.png) no-repeat 0 -37px;
}
.mradio-cur,
.basic .it h4.cur {
  background-position: 0 2px;
}
.basic .it p {
  margin-left: 19px;
  font-size: 16px;
  color: #969696;
}
@media (max-width: 991px) {
  .pop2 {
    height: 100%;
    width: 100%;
  }
  .pop2 .bd {
    padding: 16px;
  }
  .pop2 .data-table {
    display: none;
  }
  .pop2 .mobile-box {
    display: block;
    font-size: 14px;
  }
  .pop2 .mobile-box > div {
    margin-bottom: 12px;
    border: 1px solid #c2d6eb;
    padding: 10px;
    background: #f1f8ff;
  }
  .pop2 .mobile-box > div > div {
    display: flex;
    margin-bottom: 15px;
  }
  .pop2 .tag-text {
    width: 95px;
    margin-right: 15px;
    color: #000000;
    flex-shrink: 0;
  }
  .pop2 .tag-dec {
    color: #4d4d4d;
  }
  .wtype {
    padding: 40px 24px 20px;
  }
}
