/* used on home page and product category pages */
.ProductIcons {
    padding-left: 20px;
    max-width: 900px;
    margin-right: 10px;   
}

/* ---- updated by mike d on 1-14-2015, add background image to header and remove from mobile---- */
#Header {
     background-image: url('https://store.mathesongas.com/product_images/uploaded_images/header-background-4.png');
     background-position: right bottom;
     background-repeat: no repeat;
     background-color: #ffffff;
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
#Header {
     background-image: none ! important;
     background-color: #ffffff ! important;
     }
#TopMenu {
     background-image: none ! important;
     background-color: #ffffff ! important;
     }
.ProductIcons {
    padding-left: -10px;
    max-width: 650px;
    margin-right: -10px;  
}
}

/*-- added by mike d on 1-2-2015 to remove coupon and gift certificate from cart and checkout screens --
-- Commented out by BigCommerce Enterprise team to return the coupon code at request of client --
#CartContent .CartCode .CheckoutRedeemCoupon {
   display: none;
}
.CartCode, .CheckoutRedeemCoupon {
   display: none;
}
*/

/*-- added by mike d on 1-10-2015 for Gas Pro Tips --*/
.gasprotip {
    background-color:#F6FDB1; /* old color FEFFBF */
    min-height: 50px;
    max-width: 500px;
    padding:17px 30px 15px 172px;
    border-radius: 5px;
    background-image: url('https://store.mathesongas.com/product_images/uploaded_images/gasprofessionalstip5.png');
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: left middle;
    margin-left: 60px;
    margin-right: 80px;
}
/*-- added by mike d on 1-15-2015 for mobile Gas Pro Tips --*/
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.gasprotip {
     background-image: url('https://store.mathesongas.com/product_images/uploaded_images/gasprotipmobile1.png');
     background-position: 10px 10px;
     background-color: #FEFF99;
     padding:25px 10px 10px 10px;
     margin-left: 3px;
     margin-right: 3px;
     }
}
/*-- added by mike d on 1-20-2015 for Information blocks --*/
.information {
    background-color:#D7F4FD; /* old color  */
    min-height: 50px;
    max-width: 500px;
    padding:17px 30px 15px 30px;
    border-radius: 1px;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: left middle;
    margin-left: 60px;
    margin-right: 80px;
}
/*-- added by mike d on 1-15-2015 for mobile Information blocks --*/
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.information {
     background-image: url('https://store.mathesongas.com/product_images/uploaded_images/gasprotipmobile1.png');
     background-position: 10px 10px;
     padding:25px 10px 10px 10px;
     margin-left: 3px;
     margin-right: 3px;
     }
}

/*-- added by mike d on 1-10-2015 for sending a Product email --*/
.productemail {
    position: absolute;
    right: 5px;  
    background:url('https://store.mathesongas.com/product_images/uploaded_images/email3.png') 0 0 no-repeat;
    display:block;
    height:26px; /* your image height */
    width:26px; /* your image width */
    z-index:10; /* mostly on top */
}

/*-- added by mike d on 1-10-2015 for printing a Product page --*/
.productprint {
    position: absolute;
    right: 40px;  
    background:url('https://store.mathesongas.com/product_images/uploaded_images/printer3.png') 0 0 no-repeat;
    display:block;
    height:26px; /* your image height */
    width:26px; /* your image width */
    z-index:10; /* mostly on top */
    overflow:hidden;
}

/* added by mike d on 1/11/2015 to suppress printing of an element */
@media print
{   
    .noPrint, .noPrint *  /* add this class to any element to suppress printing */
    {
        display: none !important;
    }
    
}

.CategoryTbl{
    border-collapse: separate;
    border-spacing: 30px 30px;
    width: 100%;
    border: 0px;
    max-width: 820px;
}

.CategoryBtn {
   background: #318ECC; /* old color 3498DB 017676 008CD1 3598DB*/
   text-align: left;
   vertical-align:top;
   border-radius: 10px;
   font-family: Arial;
   color: #ffffff ! important;
   font-size: 13px;
   padding: 5px;
   border-spacing: 10px 10px;
   max-width: 600px;
   box-shadow: 5px 5px 4px #333333;
}

.CategoryBtn:hover {
  background: #3AA8F2; /* old color 3AA8F2 019999 1239BF*/
  text-decoration: none;
}
    

.CategoryBtnGreen {
   background: #03C04A;/* old color 0BDB4D 249949*/
   text-align: left;
  vertical-align:top;
  border-radius: 10px;
  font-family: Arial;
  color: #FFFFFF ! important;
  font-size: 13px;
  padding: 5px;
  border-spacing: 10px 50px;
  max-width: 600px;
  box-shadow: 5px 5px 4px #333333;
}

.CategoryBtnGreen:hover {
  background: #03D954; /* old color 34DB69 2AB356*/
  text-decoration: none;
}

.CategoryBtnOrange {
   background: #FF8826;/* old color FF7D26*/ff8826
   text-align: left;
  vertical-align:top;
  border-radius: 10px;
  font-family: Arial;
  color: #FFFFFF ! important;
  font-size: 13px;
  padding: 5px;
  border-spacing: 10px 50px;
  max-width: 600px;
  box-shadow: 5px 5px 4px #333333;
}

.CategoryBtnOrange:hover {
  background: #FA9528; /* old color FAA125 */
  text-decoration: none;
}

.CategoryTitle{
    color: white ! important;
    font-size: 13px;
    font-weight: 700;
}

.CategorySubtitle{
    color: white ! important;
    font-size: 12px;
}

/* 2nd generation of design (not used) -------------------------------------------------------- */

.CategoryTbl2{
    border-collapse: separate;
    border-spacing: 10px 10px;
    width: 100%;
    border: 0px;
    max-width: 820px;
}

.CategoryBtn2 {
    background: #DDDDDD; /* old color  */
    border-style: solid;
    border-width: 0px;
    border-color: #008CD1;
    text-align: left;
    vertical-align:top;
    border-radius: 4px;
    font-family: Arial;
    color: #111111 ! important;
    font-size: 13px;
    padding: 5px;
    border-spacing: 10px 10px;
    max-width: 600px;
}

.CategoryBtn2:hover {
  background: #EEEEEE; /* old color  */
  text-decoration: none;
}
    

.CategoryBtnGreen2 {
   background: #03C04A;/* old color  */
   text-align: left;
  vertical-align:top;
  border-radius: 10px;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 13px;
  padding: 5px;
  border-spacing: 10px 50px;
  max-width: 600px;
}

.CategoryBtnGreen2:hover {
  background: #03D954; /* old color  */
  text-decoration: none;
}

.CategoryBtnOrange2 {
   background: #FF8826;/* old color  */
   text-align: left;
  vertical-align:top;
  border-radius: 10px;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 13px;
  padding: 5px;
  border-spacing: 11px 50px;
  max-width: 600px;
}

.CategoryBtnOrange2:hover {
  background: #FA9528; /* old color  */
  text-decoration: none;
}

.CategoryTitle2{
    color: red
    font-size: 13px;
    font-weight: bold;
}

.CategorySubtitle2{
    color: red
    font-size: 11px;
}
.CategoryHR2{
    color: #FA9528;
    background-color: grey;
    height: 4px;
    margin: 5px 50px;
    display: none; /* or "visible" */
}

.vertical{
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}

.CategoryButton{
    background-color: #318ECC;
    width: 150px;
    height: 100px;
    text-align: left;
    vertical-align:top;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff ! important;
    font-size: 13px;
    padding: 0;
    margin: 1em;
    border-spacing: 10px 10px;
    max-width: 600px;
    box-shadow: 5px 5px 4px #555555;
    display: inline-block!important;
}

.CategoryButton:hover {
  background: #3AA8F2;
  text-decoration: none;
}

.BannerBG{
    font-size: 20px;
    font-weight: 600;
    color: #ff9643;
    font-style: italic;
    display: -webkit-flex; /* Safari */
    -webkit-flex-flow: row wrap; /* Safari 6.1+ */
    -webkit-align-content: space-around; /* Safari 7.0+ */
    display: flex;
    flex-flow: row wrap;
    text-shadow: 2px 2px 0px #EBEBEB;
    background: #fffcfc; /* Old browsers */
background: -moz-linear-gradient(left,  #CCEEDD 0%, #CCEEDD 50%, #fffcfc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#CCEEDD ), color-stop(50%,#CCEEDD ), color-stop(100%,#fffcfc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #CCEEDD 0%,#CCEEDD 50%,#fffcfc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #CCEEDD 0%,#CCEEDD 50%,#fffcfc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #CCEEDD 0%,#CCEEDD 50%,#fffcfc 100%); /* IE10+ */
background: linear-gradient(to right,  #CCEEDD 0%,#CCEEDD 50%,#fffcfc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCEEDD ', endColorstr='#fffcfc',GradientType=1 ); /* IE6-9 */
} /* old: (#fffcfc 0%,#ccffff 50%,#ccffff 100%), new (#CCEEDD 0%,#CCEEDD 50%,#fffcfc 100%) */


/* added by mike d on 1/21/2015 to fix product page options display on mobile being cropped because too small */
.productOptionViewRectangle .option label {
    height: auto; /* was 25px */
    width: auto;  /* was 25 px */
    min-height: 25px; /* added, just in case */
    min-width: 25px;/* added, just in case */
}

/* added by mike d on 1/23/2015 to make search background white, updated on 5/7/2015 */
#SearchForm input.Textbox {
    background-color: white;
    height: 20px;
    margin: 0px 5px;
    border: 1px solid #FF9643 !important;
    border-radius: 3px;
}

/* added by mike d on 1/26/2015 to format table to look like a worksheet */
.worksheet {
    color: #000000;
    line-height: 12px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    max-width: 800px;
    text-align: center;
    valign: center;
    padding: 3px -2px;
    bgcolor: yellow; /* cell background color */
}

/* added by mike d on 1-30-2015 to hide the compare functionality on the mobile version */
.CompareButton {
   display: none !important;
}
.ProductList li .ProductCompareButton {
   display: none !important;
}

/* added mjd on 5/7/2015 to change font color */

#SearchForm #SearchForm .Button {
    color: #FF9643;
}

#TopSection {
    /*line-height:30px;*/
    background-color:#F8F8F8;
    min-height:70px;
    width:90.5%;
    float:left;
    padding:5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

#TopSectionLeft {
    /*line-height:30px;*/
    float:left;
    width:500px;
    max-width:95%;
    padding:5px;
}
#TopSectionRight {
    /*width:20%;*/
    max-width:200px;
    float:right;
    padding: 5px; 
}

.TopBtn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 18px;
  background: #308ECC;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  margin: 10px;
}

.TopBtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.divider2 {
    line-height: 21px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 80px;
    max-width: 800px;
}

/* added by mjd on 8/8/2015 to format clearance sale button */

#SideCategoryList > div > div > ul > li.RootLi.last > a {
color: black;
border-radius: 4px;
margin: 10px;
padding: 4px;
background: #E5FFAD;
text-align: center;
}
#SideCategoryList > div > div > ul > li.RootLi.last > a:hover {
color: #0033FF;
} 

/* added by mjd on 8/22/2015 to add formatting to the product page "other details" text ... #ProductOtherDetails > div > div:nth-child(1) > div.Label */

#ProductOtherDetails > div > div > div.Label{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    padding: 0 0 10px 0;
    color: #006;
    font-family: 'Cabin',Arial,Sans-serif;
}

#ProductOtherDetails > div > div > div.Value{
    margin-left: 40px;
}



/* added by mjd on 10/24/2015 to format top navigation bar */
#LayoutColumn1 > div.PageMenu > ul{
background-color: transparent;
color: #5B5B5B;
}

/* added by mjd on 11-7-2015 to format Kitagawa gas selection buttons */
.CategoryBtn3 {
   display: inline-block;
   width: 120px;
   height: 40px;
   margin: .5em;
   text-align: center;
   background: #318ECC;
   vertical-align: middle;
   border-style: solid;
   border-width: 2px;
   border-radius: 5px;
   font-family: Arial;
   color: #ffffff !important;
   font-size: 13px;
   font-weight: 700;
   padding: 2px;
   border-spacing: 10px 10px;
   max-width: 800px;

}

.CategoryBtn3:hover {
  background: white;
  color: #318ECC !important;
  text-decoration: none;
}


/*Inserted from Sandbox by KScully on 11/13/2015 was F8F6F6 Added by karthikeyan on 23/7/2015 - 02113279  */
.Left #SideCategoryList li li li li a{
  background: #FFF8FF;
}

/*Added by karthikeyan on 23/7/2015 - 02113279  */        
    .Left #SideCategoryList li li li li a{        
      background: #F8F6F6;        
    }

/* added by mjd on 8/13/2016 for QN quote request buttons */
.RequestQuoteBtn {
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 30px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 200px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 110.219px 10px;
    transform-origin: 110.219px 10px;
    background: #318ecc none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    border-radius: 3px 3px 3px 3px;
    font: normal normal 500 normal 14px / 12px Cabin, Arial, sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 20px;
    transition: all 0.3s ease 0s;
}/*#RequestQuoteBtn */

.RequestQuoteBtn:hover {
    color: #318ecc;
    background: white;
    border-style: solid;
    border-width: 2px;
    border-color: #318ecc;
}

/* added by mjd on 8/13/2016 for highlighting tax exempt registration */

.TaxRegistration {
    background: #FCFD81;
    color:#444444;
    font-weight: 700;
    border-radius: 0px;
    margin: 0px;
    padding: 5px;
    text-align: center;
}

.TaxNotice {
    color:#444444;
    text-align:center;
    max-width:600px;
    float:right;
    background: #FCFD81;
    border-radius: 0px;
    margin: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height:12px;
    border-style: solid;
    border-width: 0px;
}

.TaxBanner {
    color:#BE0303;
    font-weight:700;
    text-align:center;
    max-width:600px;
    float:right;
    background: #FCFD81;
    border-radius: 3px;
    margin: 3px;
    padding: 15px;
    line-height:12px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

.TaxBanner:hover {

    background: white;
    border-style: solid;
    border-width: 2px;
    border-color: #0033FF;
}

table.GasData {
    Width: 100%;
    color: black;
    border: none;
    border-spacing:0px;
    font-family: Calibri,sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: 400;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    text-align: right;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: bottom;
    white-space: normal;
    table-layout: fixed;
} 
.GasData td {
    color: black;
    width: 60%;
        max-width: 300px;
    padding: 2px;
    margin: 2px;
    border: none;
    text-align: left;
    word-wrap: break-word;
}
.GasData td:nth-child(1) {
    width: 40%;
    text-align: right;
    word-wrap: break-word;
        vertical-align: text-top;
}

table.BlueTable {
    width: 100%;
    color: black;
    background: #DFEEF3;
    border-style: solid;
    border-color: #DFEEF3;
    border-width: 8px;
    border-spacing:0;
    font-family: Calibri,sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: text-bottom;
    white-space: normal;
    table-layout: fixed;
}
 
.BlueTable td {
    color: black;
    padding: 1px;
    margin: 1px;
    /* border: none; */
    font-family: Calibri,sans-serif;
    font-size: 13pt;
    font-style: normal;
    text-align: center;
    word-wrap: break-word;
    border-bottom-style: solid;
    border-bottom-color: #0195A3;
    border-bottom-width: 1px;
}
.BlueTable caption {
    color: black;
    background: #DFEEF3;
    border-style: solid;
    border-color: #DFEEF3;
    border-width: 8px;
    border-spacing:0;
    font-family: Calibri,sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: 600;
    margin: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    text-align: left;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: text-bottom;
    white-space: normal;
    table-layout: fixed;  
    margin-left: -1px; /* Fix FF 1px issue */
}

table.BlueTable tr:first-child td {
    border-bottom-width: 3px;
    font-weight: 600;
}

table.GasGradeTable {
    width: 100%;
    color: black;
    background: white;
    border-style: solid;
    border-color: white;
    border-width: 8px;
    border-spacing:0;
    font-family: Calibri,sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: text-bottom;
    white-space: normal;
    table-layout: fixed;
}
 
.GasGradeTable td {
    color: black;
    padding: 1px;
    margin: 1px;
    /* border: none; */
    text-align: center;
    word-wrap: break-word;
    border-bottom-style: solid;
    border-bottom-color: #0195A3;
    border-bottom-width: 1px;
}
.GasGradeTable caption {
    color: black;
    background: white;
    border-style: solid;
    border-color: white;
    border-width: 8px;
    border-bottom: 0px;
    border-spacing:0;
    font-family: Calibri,sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: 600;
    margin: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 15px;
    text-align: left;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: text-bottom;
    white-space: normal;
    table-layout: fixed;  
    margin-left: -1px; /* Fix FF 1px issue */
}

table.GasGradeTable tr:first-child td {
    font-weight: 600;
    border-bottom-width: 3px;
}

.gradient_line{ 
    display:inline-block;
    border:none;
    width: 200px;
    line-height:5px;
    background: #0195A3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0195A3, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0195A3, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0195A3, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0195A3, white); /* Standard syntax */
}

.GasTitle{
    display: inline-block;
    font-size: 24pt;
    font-weight: 600;
    vertical-align: top;
    line-height: normal;
}


/* added by mjd on 4/25/2017 to format Gas Watcher New! button  */

/* #SideCategoryList > div > div > ul > li.RootLi.collapsable > ul > li:nth-child(9) > a { */
/*    color: #df0000; */
/* } */
/* #SideCategoryList > div > div > ul > li.RootLi.collapsable > ul > li:nth-child(9) > a:hover { */
/* color: #0033FF; */
/* } */

/*-- added by mjd on 4-29-2017 for PDF button --*/
.pdf {
    background-color: #A82424;
    color: white;
    font-size: 10pt;
    font-weight: 700;
    text-decoration: none;
    min-height: 25px;
    max-width: 400px;
    padding: 4px 7px 4px 32px;
    border-radius: 5px;
    background-image: url('https://store.mathesongas.com/product_images/uploaded_images/pdf-50px3.png');
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 10px;
    margin-right: 80px;
    border-style: solid;
    border-width: 1px;
    border-color: #A82424;
}
.pdf:hover {
    /* background-color: white; */
    color: white;
    text-decoration: underline;
}

/*-- added by mjd on 4-29-2017 for mobile PDF button --*/
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.pdf {
     background-image: url('https://store.mathesongas.com/product_images/uploaded_images/pdf-50px3.png');
     padding: 2px 5px 2px 30px;
     margin-left: 5px;
     margin-right: 50px;
     } }



/*-- test by mjd on 2-15-2019 --*/

.test2019 {
     background-color: red;
}

/*-- added by wds on 02-22-2019 for STP button --*/
.stpx {
    background-color: #0078d7; 
    color: #ffffff !important;
    font-size: 10pt;
    font-weight: 700;
    text-decoration: none;
    min-height: 25px;
    max-width: 400px;
    padding: 4px 7px 4px 32px;
    border-radius: 5px;
    background-image: url('https://store.mathesongas.com/product_images/uploaded_images/3dcube.png');
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 10px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #0078d7;
}
.stpx:hover {
    /* background-color: white; */
    color: #ffffff !important;
    text-decoration: underline;
}


/* added by wds on 02-28-2019 to format Info selection buttons */
.infoBtn1 {
   display: inline-block;
   width: 120px;
   height: 40px;
   margin: .5em;
   text-align: center;
   background: #009f3c;
   vertical-align: middle;
   border-style: solid;
   border-width: 2px;
   border-radius: 10px;
   font-family: Arial;
   color: #ffffff !important;
   font-size: 13px;
   font-weight: 700;
   padding: 2px;
   border-spacing: 10px 10px;
   max-width: 800px;

}

.infoBtn1:hover {
  background: white;
  color: #009f3c !important;
  text-decoration: none;
}

/*-- added by wds on 03-02-2017 for old reg catalog PDF button --*/
.pdfold {
    background-color: #A82424;
    color: white !important;
    font-size: 10pt;
    font-weight: 700;
    text-decoration: none;
    min-height: 25px;
    max-width: 200px;
    padding: 4px 6px 4px 31px;
    border-radius: 8px;
    background-image: url('https://store.mathesongas.com/product_images/uploaded_images/pdf-50px3.png');
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 8px;
    margin-right: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
}
.pdfold:hover {
    /* background-color: white; */
    color: white !important;
    text-decoration: underline;
}
/*--border for option added by wds 09-20-19--*/
.optbrdr {
   border-style: solid; 
   border-width: 2px; 
   border-radius: 5px;
   border-color: lightgrey;
   padding: 0px 4px 0px 4px;
   color: black !important;
}
/*--half width blue table--10-16-2019*/
table.HalfBlueTable {
    width: 50%;
    color: black;
    background: #DFEEF3;
    border-style: solid;
    border-color: #DFEEF3;
    border-width: 8px;
    border-spacing:0;
    font-family: Calibri,sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: text-bottom;
    white-space: normal;
    table-layout: fixed;
}
 
.HalfBlueTable td {
    color: black;
    padding: 1px;
    margin: 1px;
    /* border: none; */
    font-family: Calibri,sans-serif;
    font-size: 13pt;
    font-style: normal;
    text-align: center;
    word-wrap: break-word;
    border-bottom-style: solid;
    border-bottom-color: #0195A3;
    border-bottom-width: 1px;
}
.HalfBlueTable caption {
    color: black;
    background: #DFEEF3;
    border-style: solid;
    border-color: #DFEEF3;
    border-width: 8px;
    border-spacing:0;
    font-family: Calibri,sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: 600;
    margin: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    text-align: left;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: text-bottom;
    white-space: normal;
    table-layout: fixed;  
    margin-left: -1px; /* Fix FF 1px issue */
}

table.HalfBlueTable tr:first-child td {
    border-bottom-width: 3px;
    font-weight: 600;
}
/* added by wds on 10-21-2019 to format Help buttons */
.HelpBtn {
   display: inline-block;
   width: 120px;
   height: 40px;
   margin: 5px;
   text-align: center;
   background: #0000ff;
   vertical-align: middle;
   border-style: solid;
   border-width: 3px;
   -webkit-border-radius: 11px;
   border-radius: 11px;
   font: normal normal bold 16px/normal Verdana, Geneva, sans-serif;
   color: rgba(255,255,0,1) !important;
   text-align: center;
   padding: 5px;
   border-spacing: 5px 5px;
   max-width: 800px;
   -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
   box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
}

.HelpBtn:hover {
  background: white;
  color: #0000ff;
  text-decoration: none;
}
/* added by wds on 10-22-2019 to format Help buttons */
.HelpBtnnew {
   display: inline-block;
   width: 120px;
   height: 40px;
   margin: 5px;
   text-align: center;
   vertical-align: middle;
   font: normal normal bold 16px/normal Verdana, Geneva, sans-serif;
   color: #ffff00;
   background: #0000ff;
   border-style: solid;
   border-width: 3px;
   -webkit-border-radius: 11px;
   border-radius: 11px;
   border-spacing: 5px 5px;
   max-width: 800px;
   -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
   box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
}

.HelpBtnnew:hover {
  background: white;
  color: #0000ff;
  text-decoration: none;
}
/* added by wds on 11-14-2019 to format Help buttons */
.HelpBtnnew1 {
   display: inline-block;
   width: 200px;
   height: 40px;
   margin: 5px;
   text-align: center;
   vertical-align: middle;
   font: normal normal bold 16px/normal Verdana, Geneva, sans-serif;
   color: #ffff00 !important;
   background: #0000ff !important;
   border-style: solid;
   border-width: 3px;
   -webkit-border-radius: 11px;
   border-radius: 11px;
   border-spacing: 5px 5px;
   max-width: 800px;
   -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
   box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
}

.HelpBtnnew1:hover {
  background: white !important;
  color: #0000ff !important;
  text-decoration: none;
}
/* added by wds on 11-14-2019 to format Help buttons */
.HelpBtnnew2 {
   display: inline-block;
   width: 200px;
   height: 40px;
   margin: 5px;
   text-align: center;
   vertical-align: middle;
   font: normal normal bold 16px/normal Verdana, Geneva, sans-serif;
   color: #000000 !important;
   background: #87ceeb !important;
   border-style: solid;
   border-width: 3px;
   -webkit-border-radius: 11px;
   border-radius: 11px;
   border-spacing: 5px 5px;
   max-width: 800px;
   -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
   box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
}

.HelpBtnnew2:hover {
  background: white !important;
  color: #0000ff !important;
  text-decoration: none;
}
/* added by wds on 11-17-2019 to format Help buttons */
.HelpBtnnew3 {
   display: inline-block;
   width: 120px;
   height: 40px;
   margin: 5px;
   text-align: center;
   vertical-align: middle;
   font: normal normal bold 16px/normal Verdana, Geneva, sans-serif;
   color: #000000 !important;
   background: #87ceeb !important;
   border-style: solid;
   border-width: 3px;
   -webkit-border-radius: 11px;
   border-radius: 11px;
   border-spacing: 5px 5px;
   max-width: 800px;
   -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
   box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
}

.HelpBtnnew3:hover {
  background: white !important;
  color: #0000ff !important;
  text-decoration: none;
}
/* used on Help Center pages */
.HelpIcons {
    padding-left: 20px;
    max-width: 900px;
    margin-right: 10px;
}
/* Temp CGA Gas */
.TempCGAgas {
    border-style: solid;
    border-width: 3px;
    border-color: blue;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    margin-right: 10px;
}
.gradient_line_full{
    display:inline-block;
    border:none;
    width: 75%;
    line-height:5px;
    background: #0195A3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0195A3, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0195A3, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0195A3, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0195A3, white); /* Standard syntax */
}
/* added by wds on 03-25-2025 to format NANOCHEM Guide Button */
.NANOguideBTN {
   display: inline-block;
   width: 150px;
   height: 40px;
   margin: 5px;
   text-align: center;
   vertical-align: middle;
   font: normal normal bold 16px/normal Verdana, Geneva, sans-serif;
   color: #ffff00;
   background: #0000ff;
   border-style: solid;
   border-width: 3px;
   -webkit-border-radius: 11px;
   border-radius: 11px;
   border-spacing: 5px 5px;
   max-width: 800px;
   -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
   box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 5px 5px 8px 2px rgba(0,0,0,0.4) ;
}

.NANOguideBTN:hover {
  background: white;
  color: #0000ff;
  text-decoration: none;
}