/* Scss Document */
@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700;1,900&display=swap";
/* Chrome, Safari, Edge, Opera */
/* Firefox */
* {
  outline: none; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial,'Helvetica Neue',Helvetica,'Microsoft Yahei','微软雅黑',STXihei,'华文细黑',sans-serif;
  text-rendering: optimizeLegibility;
  background: white; }

html {
  margin: 0;
  padding: 0;
  font-family: Arial,'Helvetica Neue',Helvetica,'Microsoft Yahei','微软雅黑',STXihei,'华文细黑',sans-serif;
  text-rendering: optimizeLegibility;
  background: white; }
  html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #ef2e24;
    font-weight: normal;
    color: #454545; }
  html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #ef2e24;
    font-weight: normal;
    color: #454545; }


h2 {
  font-family: "DIN Next Rounded LT W01 Light"; 
  text-transform: uppercase;
  color: #0198d9;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  text-align: center; }

ul.mainregister {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 100px 0;
  padding: 0; }
  ul.mainregister li {
    margin: 0;
    flex-grow: 1;
    list-style: none;
    display: inline-block;
    background: rgb(26, 163, 222);
    color: white;
    text-align: center;
    padding: 15px 0;
    border-right: 0.5px solid white; }
    ul.mainregister li:last-child {
      border-right: none; }
    ul.mainregister li a {
      color: white;
      font-weight: 900;
      text-decoration: none; }
    ul.mainregister li ul {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: left;
      top: 49px;
      background: #fff;
      padding: 20px 0 0 0; }
      ul.mainregister li ul li {
        list-style: none;
        display: inline-block;
        background: none;
        padding-right: 10px;
        border: none; }
        ul.mainregister li ul li:first-child {
          margin-left: 3%; }
        ul.mainregister li ul li a {
          color: #676767;
          text-decoration: none;
          display: inline-block;
          font-size: 14px;
          font-weight: 900;
          line-height: 1.5;
          text-transform: uppercase;
          position: relative;
          transition: 0.2s;
          padding: 7px 10px;
          margin-bottom: 10px;
          text-align: center;
          padding-left: 20px;
          padding-right: 20px;
          border: 1px solid #676767;
        }
          ul.mainregister li ul li a:hover {
            color: white;
            background-color: black;
            transition: 0.2s; }
        ul.mainregister li ul li a.current {
          background: black;
          color: white; }
  ul.mainregister li.active {
    background: black; }

form#form_id {
  background: white; }
  form#form_id h2 {
    color: white;
    padding: 70px 0 0 0; }

form .flex {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  background: white; }
  form .flex .input_form {
    padding: 5%;
    padding-top: 1%;
    width: 40%;
    display: block; }
  form .flex .output_form {
    padding: 5%;
    padding-top: 1%;
    width: 40%;
    display: block; }
  form .flex .fieldset_title {

    background: rgb(26, 163, 222);
    color: white;
    padding: 1%;
    text-align: center;
    font-weight: 800; }
  form .flex .fieldset {

    border: solid 1px #999;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 2% 20px 0;
    margin-left: 0px;
    padding: 22px 2% 40px 2%;
    position: relative;
    box-shadow: 1px 2px 3px #d3d3d3;
    /*
    background: white;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;*/ }
  form .flex .form_field {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center; }
    form .flex .form_field:last-of-type {
      border-bottom: 1px solid #e5e5e5;
    }
    form .flex .form_field label {
      width: 50%;
      padding: 1%;
      text-align: right;
      font-weight: 500;
      color: black; }
    form .flex .form_field input {
      width: 50%;
      border: none;
      border-left: 1px solid #e5e5e5;
      text-align: left;
      padding: 1%;
      font-size: 15px; }
    form .flex .form_field div {
      width: 50%;
      border: none;
      border-left: 1px solid #e5e5e5;
      text-align: left;
      padding: 1%;
      font-size: 15px; }
      form .flex .form_field div img {
        margin: 2%; }
    form .flex .form_field select {
      width: 52.3%;
      padding: 1%;
      display: block;
      border: none;
      border-left: 1px solid #e5e5e5;
      margin: 0 auto;
      font-size: 15px; }
      form .flex .form_field select option {
        text-align: left; }

.tooltip {
  position: relative; }
  .tooltip .form_field > div.openLnk {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    color: #0198d9;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    transition: 0.2s; }
    .tooltip .form_field > div.openLnk:hover {
      color: black; }
    .tooltip .form_field > div.openLnk:after {
      /*
      position: absolute;
      right: 5px;
      top: 50%;
      margin-top: -8px;
      content: '';
      display: inline-block;
      border: 1px solid #0198d9;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #fff url(/static/img/btn-red-arrow.png) no-repeat center center;
      margin-left: 10px; 
      */


    
    }

.table_box {
  overflow: hidden;
  height: 45vh;
  display: none;
  z-index: 2;
  position: absolute;
  width: 120% !important;
  left: 0;
  top: 0;
  background: white;
  border-radius: 3px;
  box-shadow: 0 5px 7px 0px rgba(34, 34, 34, 0.7);
  padding: 30px 30px 50px 30px !important; }
  .table_box .close {
    position: relative !important;
    float: right !important;
    background: #ef2e24 !important;
    padding: 5px !important;
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
    color: white !important;
    text-align: center !important;
    cursor: pointer !important;
    font-size: 11px !important;
    margin-bottom: 20px !important; }
    .table_box .close:hover {
        background: black;
        color:white;
    }
    .table_box .close:active {
      background: #0198d9; }
  .table_box table {
    width: 100%;
    border-collapse: collapse;
    height: 40vh;
    display: block;
    overflow: auto; }
    .table_box table td {
      background-color: #fff;
      border-bottom: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      padding: 1%;
      font-size: 15px;
      line-height: 26px;
      color: #000;
      vertical-align: middle; }
      .table_box table td:first-child {
        border-left: 1px solid #e5e5e5; }
    .table_box table .header th {
      background: #ef2e24 url(/static/img/ic-table-sort-arrow.png) no-repeat right 7px center;
      cursor: pointer;
      padding: 1%;
      border: none;
      font-size: 15px;
      font-weight: 900;
      line-height: 26px;
      color: #fff;
      text-align: center;
      min-width: 110px; }
    .table_box table .header th.sorted {
      background: #ef2e24 url(/static/img/ic-table-sort-arrow-up.png) no-repeat right 7px center; }
    .table_box table select {
      padding-left: 3px;
      font-size: 14px;
      border: none;
      margin: 0;
      box-shadow: none;
      text-align: center;
      height: 2.4375rem;
      padding: .5rem;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      margin: 0 0 1rem;
      font-size: 1rem;
      font-family: inherit;
      line-height: normal;
      color: #0a0a0a;
      background-color: #fefefe;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
      background-size: 9px 6px;
      background-position: right -1rem center;
      background-origin: content-box;
      background-repeat: no-repeat;
      padding-right: 1.5rem; }
    .table_box table input {
      padding-left: 3px;
      font-size: 14px;
      border: none;
      margin: 0;
      box-shadow: none;
      text-align: center;
      padding: .5rem;
      font-weight: 700; }
      .table_box table input:focus {
        padding-left: 3px;
        font-size: 14px;
        border: none;
        margin: 0;
        box-shadow: none;
        text-align: center; }
      .table_box table input:active {
        padding-left: 3px;
        font-size: 14px;
        border: none;
        margin: 0;
        box-shadow: none;
        text-align: center; }
    .table_box table .th_text .text_filter {
      border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      border-bottom: 1px solid #cacaca;
      margin-left: 0;
      margin-right: 10px;
      box-shadow: none;
      padding: .5rem;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      color: #0a0a0a;
      background-color: #fefefe;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-right: 1.5rem;
      width: 100%;
      min-width: 80px; }
    .table_box table .th_dropdown .dropdown_filter {
      border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      border-bottom: 1px solid #cacaca;
      margin-left: 0;
      margin-right: 10px;
      box-shadow: none;
      padding: .5rem;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      color: #0a0a0a;
      background-color: #fefefe;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-right: 1.5rem;
      width: 100%;
      min-width: 80px; }
    .table_box table .th_number .sliderInputField {
      -webkit-appearance: none;
      -moz-appearance: textfield;
      width: 20% !important;
      padding-left: 3px;
      font-size: 14px;
      border: none;
      margin: 0;
      box-shadow: none;
      text-align: center; }

.modalDevice {
  overflow: hidden;
  height: 45vh;
  display: none;
  z-index: 2;
  position: absolute;
  width: 120% !important;
  left: 0;
  top: 0;
  background: white;
  border-radius: 3px;
  box-shadow: 0 5px 7px 0px rgba(34, 34, 34, 0.7);
  padding: 30px 30px 50px 30px !important; }
  .modalDevice .close {
    position: relative !important;
    float: right !important;
    background: #0198d9 !important;
    padding: 5px !important;
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
    color: white !important;
    text-align: center !important;
    cursor: pointer !important;
    font-size: 11px !important;
    margin-bottom: 20px !important; }
    .modalDevice .close:hover {
        background: black !important;
        color:white !important;
    }
    .modalDevice .close:active {
      background: #0198d9; }
  .modalDevice table {
    width: 100%;
    border-collapse: collapse;
    height: 40vh;
    display: block;
    overflow: auto; }
    .modalDevice table td {
      background-color: #fff;
      border-bottom: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      padding: 1%;
      font-size: 15px;
      line-height: 26px;
      color: #000;
      vertical-align: middle; }
      .modalDevice table td a {
        display: inline-block;
        font-size: 14px;
        font-weight: 900;
        color: #0198d9;
        line-height: 1.5;
        text-transform: uppercase;
        position: relative;
        transition: 0.2s; }
        .modalDevice table td a:hover {
          color: #122047; }
      .modalDevice table td:first-child {
        border-left: 1px solid #e5e5e5; }
    .modalDevice table th {
      background-color: #fff;
      border-bottom: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      padding: 1%;
      font-size: 15px;
      line-height: 26px;
      color: #000;
      vertical-align: middle; }
      .modalDevice table th:first-child {
        border-left: 1px solid #e5e5e5; }
    .modalDevice table .header th {
      background: #0198d9 url(/static/img/ic-table-sort-arrow.png) no-repeat right 7px center;
      cursor: pointer;
      padding: 1%;
      border: none;
      font-size: 15px;
      font-weight: 900;
      line-height: 26px;
      color: #fff;
      text-align: center;
      min-width: 50px; }
    .modalDevice table .header th.sorted {
      background: #0198d9 url(/static/img/ic-table-sort-arrow-up.png) no-repeat right 7px center; }
    .modalDevice table select {
      padding-left: 3px;
      font-size: 14px;
      border: none;
      margin: 0;
      box-shadow: none;
      text-align: center;
      height: 2.4375rem;
      padding: .5rem;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      margin: 0 0 1rem;
      font-size: 1rem;
      font-family: inherit;
      line-height: normal;
      color: #0a0a0a;
      background-color: #fefefe;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
      background-size: 9px 6px;
      background-position: right -1rem center;
      background-origin: content-box;
      background-repeat: no-repeat;
      padding-right: 1.5rem; }
    .modalDevice table input {
      padding-left: 3px;
      font-size: 14px;
      border: none;
      margin: 0;
      box-shadow: none;
      text-align: center;
      padding: .5rem;
      font-weight: 700; }
      .modalDevice table input:focus {
        padding-left: 3px;
        font-size: 14px;
        border: none;
        margin: 0;
        box-shadow: none;
        text-align: center; }
      .modalDevice table input:active {
        padding-left: 3px;
        font-size: 14px;
        border: none;
        margin: 0;
        box-shadow: none;
        text-align: center; }

.title{
  border-bottom: solid 1px #000;
}
.title h2 {
  color: black; }

.output_form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.output_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.output_form input[type=number] {
  -moz-appearance: textfield; }

.equivalent_circuit {
  text-align: center; }
  .equivalent_circuit img {
    height: auto;
    max-width: 100%;
    max-height: 200px; }

.text_filter {
  width: 70% !important; }

.ui-slider {
  width: 50% !important;
  border: 1px solid #cacaca !important; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em !important;
    height: 1em !important;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none; }

th {
  text-align: center; }

.ui-slider-horizontal {
  height: .4em !important; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 0.5em !important; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -0.2em !important;
    margin-left: -.6em; }

.ui-widget-header {
  padding: 0;
  border: 1px solid #dddddd;
  background: #676767;
  background-position-x: 0%;
  background-position-y: 0%;
  color: #333333;
  font-weight: bold; }
  .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #676767;
    font-weight: normal;
    color: #454545; }

.ui-state-default {
  border: 1px solid #c5c5c5;
  background: #0198d9;
  font-weight: normal;
  color: #454545; }

.ui-widget-content .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #0198d9;
  font-weight: normal;
  color: #454545; }

.ui-button {
  border: 1px solid #c5c5c5;
  background: #0198d9;
  font-weight: normal;
  color: #454545; }

.loading {
  padding-top: 2%; }

.loading h2 {
  animation: color-change 3s infinite; }

@keyframes color-change {
  0% {
    color: white; }
  50% {
    color: #0198d9; }
  100% {
    color: white; } }
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 4;
  /* Sit on top */
  margin: 0;
  /* Location of the box */
  padding-top: 5%;
  left: 0;
  right: 0;
  top: 0%;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #0198d9;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }



/* Modal Content */
.modal-content {
  background-color: white;
  margin: auto;
  margin-bottom: 10%;
  padding: 40px;
  width: 60%;

  border: solid 1px #999;
  border-radius: 3px;
  box-shadow: 1px 2px 3px #d3d3d3;

 }
 .modal .modal-content h2{
  font-family: "DIN Next Rounded LT W01 Light"; 
  text-transform: uppercase;
  color: black !important;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20px;
  text-align: center; }
 
.modal_field_info-content{
  width: 30%;
  }

.action_button {
  list-style: none;
  display: inline-block;
  background: white;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  transition: 0.2s;
  padding: 7px 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  padding-top: 10px;
  background-color: #fff;
  border: 1px solid #1aa3de;
  color: #1aa3de;
}

.action_button:hover {
  background-color: #1aa3de;
  color: white;
  transition: 0.2s; }

.action_button > img {
  margin-right: 2px; }

.action_button > img,
.action_button > span {
  vertical-align: middle; }

.error {
  text-align: center; }

.error p {
  border-style: dotted;
  border-width: 3px;
  border-color: #ef2e24;
  width: 70%;
  margin: auto; }

.snubber_table {
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
  width: 100%;
  font-weight: 400;
  font-size: 15px; }

.snubber_table th {
  border: 1px solid #e5e5e5;
  padding: 1%; }

.snubber_table tr td {
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 1%; }

.modal_link {
  font-size: 10pt;
  color: #0198d9;
  margin-left: 15%;
  position: absolute;
  cursor: pointer; }

.part_number_box {
  text-align: center; }

.part_number_box img {
  margin-left: auto;
  width: 50%;
  height: auto;
  cursor: zoom-in; }

.part_number_box > img:active {
  width: 80%; }

.modal .close {
  position: relative !important;
  float: right !important;
  background: #0198d9 !important;
  padding: 5px !important;
  width: 15px !important;
  height: 15px !important;
  display: inline-block !important;
  color: white !important;
  text-align: center !important;
  cursor: pointer !important;
  font-size: 11px !important;
  margin-bottom: 20px !important; }

  .modal .close:hover {
    background: black !important;
    color:white !important;
  }

.table_box .close:hover, .table_box .close:active,
.modal .close:hover,
.modal .close:active {
  background: #0198d9; }

.form_button {
  vertical-align: middle; }

.form_button img {
  padding-right: 10px; }


  .fieldset_title i{
    float: right;
    margin-right: 15px;
    margin-top: 2px;
  }

  .visible{
    display: none;
  }


  .form_field label span{
    color: #ef2e24;
    font-weight:bolder;
    cursor:pointer;

  }