/*
 * The name of this CSS file should be adjusted to match the name of the calculator.
 * This should contain only CSS definitions which are unique to this calculator
 * Remember that all the CSS from the website will be available normally.
*/
html {
  overflow-x: hidden !important;
}

#left-panel {
  width: 360px;
  float: left;
}

#right-panel {
  width: 885px;
  float: left;
  text-align: center;
}

#pms-calc-container {
  /*max-width: 100%;*/
  margin: 10px 0 30px 10px !important;
  width: 1260px !important;
  height: 1090px;
}

#pms-main-title {
  text-transform: capitalize;
}

select.model {
  padding: 4px;
  position: relative;
  left: 33px;
}

#left-panel {
  margin-top: 25px;
}

.pms-div-model {
  margin-left: 90px;
  width: 100%;
}

.pms-div-enter-res {
  margin: 20px 0 0 50px;
}

.pms-res-err {
  margin-left: 40px;
  font-weight: bold;
  color: #ff0000;
  padding: 2px;
  font-size: 10px;
}

#pms-nonstan-error {
  margin: 0 0 0 242px;
  height: 0px;
}

.pms-res-span {
  margin-left: 5px;
  font-weight: bold;
}

#pms-div-resistance {
  margin: -21px 0 0 97px;
}

.pms-res-val, .pms-res {
  width: 117px;
  padding: 3px;
  margin-left: 11px;
}

.pms-pulses {
  margin: 22px 0 0 133px;
  line-height: 1.8em;
}

#pms-div-amb {
  margin: 20px 0 0 30px;
}

#pms-div-low {
  margin: 10px 0 0 125px;
  width: 100%;
}

.pms-at-val {
  position: relative;
  top: 0px;
  width: 107px;
  padding: 3px;
  left: 22px;
}

.pms-p-low {
  margin: 0 0 0 25px;
}

#pms-div-med {
  margin: 5px 0 0 103px;
  width: 100%;
}

.pms-p-med {
  margin: 0 0 0 25px;
}

#pms-div-high {
  margin: 5px 0 0 121px;
  width: 100%;
}

.pms-p-high {
  margin: 0 0 0 25px;
}

#pms-btn-compute {
  left: 36px;
  top: 15px;
  background: linear-gradient(to bottom, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  background: -webkit-linear-gradient(top, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: #006eb8;
  background: -moz-linear-gradient(top, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  background: -webkit-linear-gradient(top, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb8', endColorstr='#004573',GradientType=0 );
  width: 70px;
  width: 70px;
}

.pms-btn {
  position: relative;
  cursor: pointer;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

#pms-btn-reset {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4DA36F), color-stop(1, #269656));
  background: linear-gradient(to bottom, #6ebd5e 0%, #6ebd5e 50%, #367030 99%, #367030 100%);
  background: #6ebd5e;
  background: -moz-linear-gradient(top, #6ebd5e 0%, #6ebd5e 50%, #367030 99%, #367030 100%);
  background: -webkit-linear-gradient(top, #6ebd5e 0%, #6ebd5e 50%, #367030 99%, #367030 100%);
  background: linear-gradient(to bottom, #6ebd5e 0%, #6ebd5e 50%, #367030 99%, #367030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebd5e', endColorstr='#367030',GradientType=0 );
  width: 60px;
  top: -12px;
  left: 115px;
}

#pms-btn-export {
  background-image: -o-linear-gradient(bottom, #4DA36F 0%, #269656 100%);
  background-image: -moz-linear-gradient(bottom, #4DA36F 0%, #269656 100%);
  background-image: -ms-linear-gradient(bottom, #4DA36F 0%, #269656 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4DA36F), color-stop(1, #269656));
  background: linear-gradient(to bottom, #6ebd5e 0%, #6ebd5e 50%, #367030 99%, #367030 100%);
  background: #6ebd5e;
  background: -moz-linear-gradient(top, #6ebd5e 0%, #6ebd5e 50%, #367030 99%, #367030 100%);
  background: -webkit-linear-gradient(top, #6ebd5e 0%, #6ebd5e 50%, #367030 99%, #367030 100%);
  background: linear-gradient(to bottom, #6ebd5e 0%, #6ebd5e 50%, #367030 99%, #367030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebd5e', endColorstr='#367030',GradientType=0 );
  width: 140px;
  top: -10px;
  left: 50px;
}

.div-btns {
  margin: 15px 10px 10px 15px;
}

.pms-border {
  border-bottom: 2px solid #bbb;
  width: 234px;
  margin: 15px 0 0 30px;
}

#pms-part-panel {
  width: 235px;
  margin: 20px 0 0 30px;
  height: 55px;
}

#pms-part-panel h3 {
  text-align: left;
  line-height: 25px;
  vertical-align: bottom;
  margin: -1px -1px 10px -1px;
  height: 25px;
  padding: 0px 0px 0px 4px;
}

#pms-part-span {
  margin-left: 5px;
  line-height: 10px;
}

.pms-p-pn {
  margin: 0px 0 0 30px;
}

.pms-p-tol {
  margin: 0px 0 0 30px;
  font-size: 11px;
}

#pms-btn-buy {
  background: linear-gradient(to bottom, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  background: -webkit-linear-gradient(top, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  background: #006eb8;
  background: -moz-linear-gradient(top, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  background: -webkit-linear-gradient(top, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb8', endColorstr='#004573',GradientType=0 );
  width: 75px;
  margin: 15px 0 0 30px;
}

#pms-buy {
  color: #fff;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.help-tip:before {
  content: '?';
  font-weight: bold;
  color: #fff;
  background: #017FC9;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 11px;
  position: absolute;
  margin: -18px 0 0 170px;
}

.help-tip p:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  margin: -17px 0 0 0px;
}

.help-tip p {
  margin: 3px 0 0 163px;
  background-color: #1E2021;
  padding: 5px;
  width: 242px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  display: none;
}

#pms-btn-sales, #pms-btn-help {
  background: linear-gradient(to bottom, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  background: -webkit-linear-gradient(top, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* IE9 */
  background: #006eb8;
  background: -moz-linear-gradient(top, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  background: -webkit-linear-gradient(top, #006eb8 0%, #006eb8 50%, #004573 99%, #004573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb8', endColorstr='#004573',GradientType=0 );
  /* IE9 */
  width: 139px;
  margin-left: 30px;
}

#pms-btn-sales {
  margin-top: 25px;
}

#pms-btn-help {
  margin-top: 2px;
}

div#right-panel h2 {
  color: #333333 !important;
  font-size: 18px;
  font-weight: normal;
  padding-top: 60px;
  text-align: center;
}

#pms-graph {
  width: 690px;
  height: 278px;
  position: absolute;
  border: none;
  display: inline-block;
  margin: 10px 0 0 -325px;
}

#pms-graph-error {
  background: #fff;
  height: 269px;
  width: 688px;
  position: absolute;
  border: 2px solid #333;
  margin: 14px 0 0 -323px;
  display: inline-block;
}

.graph-error-new {
  display: inline-block !important;
}

#pms-table-name {
  margin: 135px 0 0 -695px;
  letter-spacing: 0.7px;
  position: relative;
  /* FF3.5+ */
  -moz-transform: rotate(-90deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90deg);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

#pms-lbl-time {
  margin-top: 160px;
}

.pms-div-align {
  display: flex;
  align-items: center;
}

#pms-lbl-optemp {
  margin: 15px 0 0 190px;
}

.pms-div-optemp-line {
  width: 25%;
}

#pms-div-blue {
  margin-left: -5px;
}

#pms-spn-blue {
  border: 1px solid #accae8;
  width: 30px;
  position: absolute;
  margin-left: -35px;
  margin-top: 6px;
}

#pms-div-green, #pms-div-red {
  margin-left: 20px;
}

#pms-spn-green {
  border: 1px solid #96c789;
  width: 30px;
  position: absolute;
  margin-left: -35px;
  margin-top: 6px;
}

#pms-spn-red {
  border: 1px solid #eb595c;
  width: 30px;
  position: absolute;
  margin-left: -35px;
  margin-top: 6px;
}

.graph-stats-lbl {
  margin: 35px 0 0 120px;
  text-align: right;
  width: 120px;
}

.pms-stats-lbl-span {
  position: absolute;
  margin-left: 20px;
  font-weight: normal;
  text-align: left;
  width: 100px;
}

.graph-stats-txt {
  width: 50%;
  margin-left: 220px;
}

#pms-peak-trans {
  text-align: right;
  width: 89%;
}

.pms-borders {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #aaa;
}

.pms-table-header {
  padding: 9px;
  background: #e0e0e0;
  text-align: center;
  height: 69px;
}

#pms-amb {
  border: 1px solid #aaa;
  width: 116px;
}

#pms-first-tbl-header {
  margin: 5px 0 0 100px;
}

.error {
  font-weight: bold;
  color: #ff0000;
  font-size: 10px;
}

.pms-first-tbl-txt {
  padding-left: 74px;
}

.pms-row-input {
  border-width: 1px 1px 0px 0px;
  vertical-align: middle;
  padding: 4px 5px 3px 0px;
  background: #999;
  border-style: solid;
  border-color: #ccc;
  margin-left: 3px;
}

.pms-ambTemp-input1 {
  position: relative;
  width: 110px;
  text-align: right;
  background: #999;
  border: none;
  color: #fff;
}

#pms-percentage1 {
  position: absolute;
  float: right;
  width: 95px;
  height: 24px;
  cursor: default;
}

.pms-row-border2 {
  border-style: solid;
  vertical-align: middle;
  border-color: #aaa;
  border-width: 0px 1px 1px 0px;
  padding: 3px 5px 3px 0px;
  cursor: default;
}

.pms-ambTemp-output1 {
  position: relative;
  width: 78px;
  text-align: right;
  border: none;
  color: #333;
}

.pms-row-border {
  border-style: solid;
  vertical-align: middle;
  border-color: #aaa;
  border-width: 0px 1px 1px 0px;
  padding: 4px 5px 3px 0px;
}

.pms-first-tbl-dp {
  width: 89px;
}

.pms-first-tbl-we {
  width: 82px;
}

.pms-first-tbl-co {
  width: 95px;
}

.pms-first-tbl-sto1 {
  width: 99px;
}

.pms-first-tbl-sto5 {
  width: 94px;
}

#pms-second-tbl-header {
  margin: 20px 0 0 100px;
}

#pms-div-second-low-header {
  border: 1px solid #aaa;
  background: #accae8;
  width: 246px;
  height: 53px;
  padding: 10px;
}

.pms-ambTemp-table1 {
  background: #accae8;
  text-align: center;
  border: none;
}

.pms-ambTemp-table2 {
  background: #96c789;
  text-align: center;
  border: none;
}

.pms-ambTemp-table3 {
  background: #eb595c;
  text-align: center;
  border: none;
}

#pms-div-second-med-header {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #aaa;
  background: #96c789;
  width: 213px;
  height: 53px;
  padding: 10px;
}

#pms-div-second-max-header {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #aaa;
  background: #eb595c;
  width: 241px;
  height: 53px;
  padding: 10px;
}

.pms-row-time-input {
  border: 1px solid #bbb;
  vertical-align: middle;
  padding: 4px 5px 3px 0px;
  text-align: center;
  background: #ddd;
}

.pms-row-temp-border {
  border-style: solid;
  vertical-align: middle;
  border-color: #bbb;
  border-width: 1px 1px 1px 0px;
  padding: 4px 5px 3px 0px;
  text-align: center;
  background: #e0e0e0;
}

.pms-time-header {
  margin: 0 0 0 100px;
  width: 135px;
}

.pms-row-border3 {
  border-style: solid;
  vertical-align: middle;
  border-color: #aaa;
  border-width: 0px 1px 0px 0px;
  padding: 4px 5px 3px 0px;
  cursor: default;
}

.pms-second-tbl-row {
  margin-left: 100px;
  border-left: 1px solid #aaa;
}

.pms-row-border1 {
  border-style: solid;
  vertical-align: middle;
  border-color: #aaa;
  border-width: 0px 1px 0px 0px;
  padding: 4px 5px 3px 0px;
}

.pms-second-tbl-row-txt {
  margin-left: 6px;
  border-left: 1px solid #aaa;
}

.pms-border-btm {
  /*border-left: 1px solid #aaa;*/
  border-bottom: 1px solid #aaa;
}

.error-low {
  font-weight: bold;
  color: #8000ff;
  font-size: 10px;
  height: 13px;
}

.error-high {
  font-weight: bold;
  color: #ff0000;
  font-size: 10px;
}

#pms-amps {
  margin-left: 65px;
}

.pms-pdf-tbl {
  margin-bottom: 230px;
}

/*To display tooltip on graph*/
#tooltip {
  position: absolute;
  display: none;
  border: 2px solid;
  padding: 4px;
  width: auto;
  background-color: #FFF;
  opacity: 0.8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

/*To hide legend on graph*/
.legend > div {
  display: none;
}

.legendColorBox {
  display: none;
}

.legendLabel {
  display: none;
}

.pms-tbl-med-lbl {
  padding-left: 55px;
}

.pms-cross-lbl {
  margin-left: 34px;
}

.pms-stol1-lbl {
  padding-left: 5px;
}

.pms-lbl-high {
  padding-left: 72px;
}

/*For IE browser*/
_:-ms-input-placeholder, :root #pms-graph-error, #pms-graph {
  margin: 12px 0 0 110px;
  height: 273px;
}

_:-ms-input-placeholder, :root #pms-spn-green {
  margin-left: -15px;
}

/*For IE9 browser*/
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  #pms-graph-error, #pms-graph {
    margin: 12px 0 0 110px;
    height: 273px;
  }
  .pms-div-align {
    display: table \9;
  }
  .pms-p-low, .pms-p-med, .pms-p-high, .pms-div-align > div {
    display: table-cell \9;
    position: relative \9;
  }
  .pms-table-header, .pms-row-input, .pms-row-border2, .pms-row-border, .pms-row-border3,
  #pms-div-second-low-header, #pms-div-second-med-header, #pms-div-second-max-header,
  .pms-row-time-input, .pms-second-tbl-row, .pms-row-border1, .pms-first-tbl-txt {
    top: 40px;
  }
  .pms-tbl-med-lbl, .pms-p-med, .pms-p-high {
    top: 30px;
  }
  .pms-second-tbl-row {
    left: 100px !important;
  }
  .pms-row-time-input, .pms-row-border1, .pms-ie-row3, .pms-ie-time3, .pms-row-border3 {
    left: 100px;
  }
  .pms-ie-co {
    left: 40px;
  }
  .pms-ie-sto {
    left: 6px;
  }
  #pms-spn-green {
    margin-left: -5px;
  }
  #pms-spn-red {
    margin-left: -27px;
  }
  .pms-first-tbl-txt {
    padding-left: 78px;
    top: 30px;
  }
  .pms-tbl-med-lbl {
    padding-left: 58px;
    top: 30px;
  }
  .pms-lbl-high {
    padding-left: 76px;
    top: 30px;
  }
  .pms-p-low {
    left: -150px;
  }
  .pms-p-med {
    left: -133px;
    top: 3px;
  }
  .pms-p-high {
    left: -146px;
    top: 3px;
  }
  .graph-stats-lbl {
    right: -80px;
    top: 50px;
  }
  .pms-stol1-lbl {
    top: 40px;
  }
  .pms-cross-lbl {
    top: 40px;
    left: 30px;
  }
  #pms-peak-trans {
    top: 40px;
    position: relative;
  }
  #tbl-error {
    position: relative;
    top: 30px;
  }
  .error-low {
    position: relative;
    left: -50px;
  }
  .graph-stats-txt {
    top: 30px;
    left: 420px;
  }
  .pms-ie-btm {
    height: 50px !important;
  }
  #pms-table-name {
    margin: 100px 0 0 -695px !important;
  }
  #pms-lbl-time {
    position: relative;
    top: 30px;
  }
  .pms-div-optemp-line {
    position: relative;
    top: 30px;
  }
}

/*For Firefox browser*/
@-moz-document url-prefix() {
  .pms-cross-lbl {
    margin-left: 32px;
  }
  .pms-first-tbl-txt {
    padding-left: 73px;
  }
  .pms-tbl-med-lbl {
    padding-left: 53px;
  }
  .pms-lbl-high {
    padding-left: 70px;
  }
  #rpResult2, #rpResult3 {
    width: 79px;
  }
  .pms-stol1-lbl {
    padding-left: 2px;
  }
}

/*Safari*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome, .pms-div-align {
    display: -webkit-box;
  }
  ::i-block-chrome, #pms-graph-error {
    margin: 14px 0 0 140px;
  }
  ::i-block-chrome, #pms-graph {
    margin: 10px 0 0 140px;
  }
  ::i-block-chrome, #pms-lbl-time {
    margin-top: 150px;
  }
  ::i-block-chrome, .pms-cross-lbl {
    margin-left: 32px;
  }
  ::i-block-chrome, .pms-stol1-lbl {
    padding-left: 2px;
  }
  ::i-block-chrome, #pms-div-green {
    margin-left: 45px;
  }
}
