body{
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #f1f1f1;
}

.alert{
  margin-top:10px;
  margin-bottom: 0px;
  padding: 5px;
}

#introInfo{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2f6b91;
  background-image: linear-gradient(150deg,#304e70 0,#2f6b91 100%);
  background-position: center;
  /*background-size: 100% auto;*/
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  height: 100vh;
  position: relative;
}

#introInfo h1{
  display:block;
  color: white;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  line-height: 45px;
  /*display:none;*/
  font-weight: 400;

}

#gridArea{
  margin: 0 auto;
  max-height: 80vh;
  overflow: auto;
}

#colLabels{
  position: relative;
  display: block;
  width: 300%;
  height: 25px;
}

.colLabel{
  width:99px;
  height:25px;
  background-color: white;
  border-left: dotted 1px silver;
  border-top: solid 1px silver;
  border-bottom: solid 1px silver;
  border-right: dotted 1px silver;
  display:block;
  float:left;
  overflow: auto;
  color:black;
}

.multirow{
  border-right: none;
  border-left: none;
}

.colLabel p{
  margin:0 auto;
  font-family:Arial;
  text-align:center;
  vertical-align:middle;
  line-height:25px;
  font-weight:bold;
}

.first{
  border-left:solid 1px #2f6b91 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}

.last{
  border-right:solid 1px #2f6b91 !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}

#colButtons{
  position: relative;
  display: block;
  width: 300%;
  height:50px;
}

.colButton{
  width:148px;
  height:30px;
  background-color:#2f6b91;
  border-top:solid 10px #2f6b91;
  border-bottom:solid 10px #2f6b91;
  border-left:solid 1px white;
  border-right:solid 1px white;
  display:block;
  float:left;
  overflow: auto;
  color:white;
  cursor: pointer;
}

.colButton p{
  margin:0 auto;
  font-family:Arial;
  text-align:center;
  vertical-align:middle;
  line-height:30px;
}

.colButton:hover{
  background-color: white;
  color: #2f6b91;
  border-top:solid 1px #2f6b91;
  border-bottom:solid 1px #2f6b91;
  height: 48px;
}

.colButton:hover p{
  line-height:48px;
}

.rowBut{
  background-color: #2f6b91 !important;
  color: white !important;
  border-left:solid 5px #2f6b91;
  border-right:solid 5px #2f6b91;
  border-top:solid 1px white;
  border-bottom:solid 1px white;
  cursor: pointer;
  text-align: center;
}

.rowBut:hover{
  background-color: white !important;
  color: #2f6b91 !important;
  border-left:solid 1px #2f6b91;
  border-right:solid 1px #2f6b91;
}

.top{
  -moz-border-radius: 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
  border-top:solid 1px #2f6b91 !important;
}

.bot{
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  border-bottom:solid 1px #2f6b91 !important;
  font-size: 1.2em;
  vertical-align:middle;
  line-height: 18px;
}

.onlyDelete{
  -moz-border-radius: 0px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  border-bottom:solid 1px #2f6b91 !important;
  border-top:solid 1px #2f6b91 !important;
  font-size: 1.2em;
  vertical-align:middle;
  line-height: 18px;
}

#colButtons .spacer {
  height:50px;
  width:30px;
  display:block;
  float:left;
}


#colLabels .spacer {
  height:50px;
  width:20px;
  display:block;
  float:left;
  background-color: #2f6b91 !important;
  border-left:solid 5px #2f6b91;
  border-right:solid 5px #2f6b91;
  border-top:solid 1px white;
  border-bottom:solid 1px white;
  cursor: auto;
}


#myGrid{
  overflow: inherit !important;
  margin: 0 auto;
}

.slick-row.ui-widget-content, .slick-cell {
  font-size: 1em;
  font-family: 'Open Sans';
  /*border-top: 1px solid #ffffff;*/
  text-align: center;
}

#swapCols{
  width:198px;
  height:48px;
  background-color: #2f6b91;
  border:solid 1px #2f6b91;
  color:white;
  cursor: pointer;
  float:left;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

#swapCols:hover{
  background-color: white;
  color: #2f6b91;
}

#swapCols p {
  margin:0 auto;
  font-family:Arial;
  text-align:center;
  vertical-align:middle;
  line-height:50px;
}

#generate{
    display:none;
    font-size: 18px;
}

.orangeButtons{
  width: 198px;
  height: 48px;
  background-color: #ff761a;
  border: solid 1px #ff761a;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  display:block;
  margin: 0 auto;
}

.orangeButtons:hover{
  background-color: white;
  color:#ff761a;
}

.orangeButtons p {
  margin:0 auto;
  font-size: 18px;
  text-align:center;
  vertical-align:middle;
  line-height:47px;
}

#headingH1Container{
  width: auto;
  padding-top: 80px;
}


#headingH1Container h2{
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
}

#headingH1Container .card_new{
  width:250px;
  margin: 30px auto auto auto;
  padding: 25px 25px 20px 25px;

}

#headingH1Container .card_new p{
  color:#555;
  text-align: left;
}

#headingH1Container .card_new p.manuf{
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
}
#headingH1Container .card_new p.part_name{
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 4px;
}
#headingH1Container .card_new p.package_name{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}
#headingH1Container .round-button{
  font-size: 16px;
  margin-top: 30px;
  border-radius: 30px;
  width:250px;
  padding: 10px 0px;
}


#backToPartPage{
    display: block;
    float: left;
    border-radius: 30px;
    width: 160px;
    height: 35px;
    color: white;
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 35px;
    font-size: 14px;
}
#backToPartPage i{
  margin-right: 3px;
}
#backToPartPage:hover{
  display:block;
  float:left;
  background-color: white;
  color: #304e70;
  text-decoration: none;
}

#pdfContainer{
  max-height: 85vh;
  overflow:auto;
  overflow-x:hidden;
  border: 1px solid #EEEEEE;
}

#pdfCanvas{
  border: 1px solid #EEEEEE;
  /*width:100%;*/
  margin: 0 auto;
  display: none;
}


/*#fileUpload:hover, #getStarted:hover{
  background-color: white;
  color:#ff761a;
}*/


#pgCounter{
  width: 19%;
  height: 40px;
  /*background-color: #2f6b91;
  border: solid 1px #2f6b91;*/
  /*color: #2f6b91;*/
  color: black;
  border-radius: 5px;
  font-family:Arial;
  align-content: center;
  display:inline-block;
  line-height:50px;
  margin: 0 auto;
  text-align: center;
}

#pgCounterInner p{
  margin: 0 auto;
  display: inline-block;
}

#pdfButtons{
    height: 40px;
    display: none;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
}



.pdfButton{
  width: 19%;
  height: 40px;
  line-height: 40px;
  background-color: #2f6b91;
  border: solid 1px #2f6b91;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
}
.pdfButton i{
  margin-right: 4px;
}
.pdfButton i.fa-chevron-right{
  margin-right:0px;
  margin-left: 4px;
}
.pdfButton:hover{
  background-color: white;
  color:#2f6b91;
}

.pdfButton p {
  margin:0 auto;
  text-align:center;
  vertical-align:middle;
  line-height:40px;
}

#upload{
  width: 38%;
}

.sect-wrapper1{
  width:55%;
  float:left;
}
.sect-wrapper2{
  width:45%;
  float:left;
}

#rightHalf{
  /*width: 100%;*/
  height:100%;
  padding:15px 15px 15px 7.5px;
  /*display: block;*/
  display: none;
  /*float: right;*/
}

#leftHalf{
  /*width: 100%;*/
  height:100%;
  /*display: block;*/
  display: none;
  padding:15px 7.5px 15px 15px;
}

.box-container{
  padding:20px 15px 15px 15px;
  background: #ffffff;
  min-height: 120vh;
}

#navbar-search #navbar-search-submit{
  height:32px;
  line-height: 32px;
}
#navbar-search #navbar-search-submit .icon{
  padding-top:8px;
}
#site-footer{
  margin-top: 0px;
}

#leftHalf{
  height:auto;
  margin-bottom: 50px;
}
.headingH1{
  font-family: 'Open Sans', Sans-serif;
}
#realHeadingData{
    display: none;
    width: auto;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 17px;
    float: right;
    margin-right: 35px;
}

.list_section{
  margin-top: 40px;
  margin-bottom: 30px;
}


em {
    font-style: normal;
    font-weight: 600;
    color: #f58247;
}
.list_section ol li{
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}
ul.side-tabs li.import-graphic-sect{
  text-align: center;
  margin-bottom: 20px;
}
.import-graphic-sect p{
  font-size: 14px;
  color:#555;
  font-weight: 600;
}
.import-graphic{
    height: 70px;
    margin: 0px auto;
    text-align: center;
    line-height: 70px;
    font-size: 45px;
    border-radius: 50%;
    color: #f47924;

}
.list_section img{
  margin-bottom: 20px;
}

.box{
    border-right: 1px solid #ddd;
    border-bottom: none;
    display: block;

}
    ul.side-tabs{
        list-style: none !important;
        margin:0;
        padding-top: 20px;
    }
    ul.side-tabs li {
      list-style: none !important;
      line-height: 10px;
    }
    .side-tabs-top{
      padding:10px 30px;
      font-weight: 500;
    }
    .side-tabs li a{
        display: block;
        padding: 10px 35px;
        font-size:13px;
        text-decoration: none;
        /*color: #555;*/
    }

    .faq-content{
      margin-bottom: 100px;
      max-width: 600px;
    }

.title{
  text-align: center;
  line-height: 35px;
  font-size:16px;
  margin-bottom: 10px;
}
  .title span{
    font-size: 16px;
    font-weight: 600;
    color: #ff761a;
    margin-right: 5px;
  }
  .title .how-to-button{
    padding: 5px 10px;
    border: 1px solid #ff761a;
    border-radius: 4px;
    color:#ff761a;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 0px;
    cursor: pointer;
  }
  .title .how-to-button:hover{
    background: #ff761a;
    color:#fff;
  }

.instruction-overlay{
  display: none;
  position: absolute;
  min-height:980px;
  background: rgba(255,255,255,0.96);
  z-index: 99999;
  padding: 10px;
}

.instruction-overlay .close{
  display: block;
  text-align: right;
  font-size: 25px;
  font-weight: 400;
  opacity: 0.5;

}
.instruction-overlay-left img{
  height: 250px;
}
.spinner1{
  display: none;
  margin:40px auto;
}
.spinner2{
  display: none;
  margin: 0px auto;
}
