﻿@font-face {
  font-family: "ContinentalStagSans-Light";
  src: url("/fonts/ContinentalStagSans-Light.woff") format("woff"); /* Pretty Modern Browsers */
}

@font-face {
  font-family: "ContinentalStagSansLCG-Book-Web";
  src: url("/fonts/ContinentalStagSansLCG-Book-Web.woff") format("woff"); /* Pretty Modern Browsers */
}

@media (min-width: 768px) {
  .headerBox {
    position: relative;
  }

  /*.headerInnerBox {
        position: absolute;
        top: 0;
        right: 0;
    }*/

  .footerBox {
    position: relative;
  }

  .footerInnerBox {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .RowPadding10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.headerInnerBox {
  color: white;
  font-family: "ContinentalStagSansLCG-Book-Web" !important;
  font-size: 20px;
}

.headerInnerBox > sup {
  color: white;
  font-family: "ContinentalStagSansLCG-Book-Web" !important;
  font-size: 12px;
}

.footerInnerBox {
  color: white;
  font-family: "ContinentalStagSansLCG-Book-Web" !important;
  font-size: 26px;
}

.footerMenu {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-family: "ContinentalStagSansLCG-Book-Web" !important;
  color: #6e6e6e;
}

.disclaimerTextBox {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-family: "ContinentalStagSansLCG-Book-Web" !important;
  color: black;
}

.WelcomeText {
  font-family: "ContinentalStagSansLCG-Book-Web" !important;
  font-size: 25px;
  font-weight: bold;
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.WelcomeText2 {
  font-size: 16px;
  font-family: "ContinentalStagSansLCG-Book-Web" !important;
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btnOrange {
  background-color: #ff9900;
  color: white;
  width: 100%;
}

.fontOrange {
  color: #ff9900;
}

.cs_searchBar {
}

.cs_searchBarText {
}

.cs_searchBarBtn img {
  max-width: 100%;
}

.cs_languageSelect {
}

.cs_btnContactUsAnd {
}

.searchCriteriaTitleText {
  font-size: 13px;
  color: #ff9900;
  font-weight: bold;
}

.searchCriteriaText {
  font-size: 12px;
}

.searchRow {
  padding: 10px 15px 10px 15px;
  font-size: 11px;
  font-weight: bold;
  color: #585858;
  width: 100%;
  white-space: inherit;
  overflow: initial;
  text-overflow: ellipsis;
}

.searchRow2 {
  padding: 10px 15px 10px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #585858;
}

.truncateText {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncateText2 {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchColumns > :nth-child(2n + 1) {
  background-color: #f2f2f2;
}

.SearcjResultBox {
  border: solid 1px black;
  padding: 15px;
}

.SearcjResultBox2 {
  border: solid 1px white;
  padding-top: 20px;
  padding-right: 0px;
  /* margin-top: 110px; */
}

.SearchDescriptionText {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .SearchDescriptionText {
    margin-bottom: 20px;
    height: 150px;
    margin-bottom: 0px;
  }
}

.cssBtnNewSearch {
  border-style: none;
  height: 40px;
  background-color: transparent;
  background-image: url(/images/homeicon.png);
  background-position: left;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #cccccc;
  cursor: pointer;
  padding-left: 55px;
}

.cssBtnReturn {
  border-style: none;
  height: 40px;
  background-color: transparent;
  background-image: url(/images/returnicon.png);
  background-position: left;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #cccccc;
  cursor: pointer;
  padding-left: 55px;
}

.cssBtnCompare {
  border-style: none;
  background-color: transparent;
  background-image: url(/images/compareicon.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #ec8d09;
  cursor: pointer;
  padding-top: 40px;
}

.cssBtnEmail {
  border-style: none;
  background-color: transparent;
  background-image: url(/images/emailicon.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #ec8d09;
  cursor: pointer;
  padding-top: 40px;
}

.cssBtnPrinter {
  border-style: none;
  background-color: transparent;
  background-image: url(/images/printericon.png);
  background-position: center top;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #ec8d09;
  cursor: pointer;
  padding-top: 40px;
}

.HoseDetailTitle {
  color: #ec8d09;
  font-family: "ContinentalStagSansLCG-Book-Web" !important;
  font-size: 30px;
  /* font-weight:bold; */
}

.fixed-table {
  /* magic */
  width: 100%;
  table-layout: fixed;
  /*not really necessary, removes extra white space */
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.fixed-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fixed-table td a {
  color: #ec8d09;
  text-decoration: underline;
}

.popupBg {
  background-image: url(/images/grey25perc.png);
}

.popupDlg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  /*
            background-color:#e9e9e9;            
            */
  background-color: white;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

.modalStyle {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.d-inline {
  display: inline-block;
  width: initial;
}

.panelStyle {
  width: 600px;
  height: 500px;
  border: 2px solid Gray;
  background-color: White;
  padding: 10px 30px;
  z-index: 1000000 !important;
}

/*.footerBox {
    padding: 10px 0;
}

.cssFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footerBox nav ul li a {
    padding: 20px 0;
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: white;
}

.footerBox > nav {
    margin-top: 17px;
    margin-bottom: 5px;
}

.footerBox nav {
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 0px 0;
    float: left;
    display: inline-block;
}

.footerBox .social_media {
    float: left;
}

.footerBox span {
    padding: 13px 0 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    color: white;
}

.footerBox .social_media a .fa {
    font-size: 26px;
    line-height: 26px;
    color: white;
    border: 1px solid #6e6e6e;
    border-radius: 100px;
    padding: 10px 11px;
}

.footerBox nav ul {
    display: inline-block;
    padding: 0 0 0 0;
    list-style: none;
}

    .footerBox nav ul li {
        padding: 5px 10px 5px 10px;
        float: left;
        border-right: 1px solid #aaaaaa;
    }

.footerBox a {
    margin-right: 17px;
    float: left;
}*/

footer {
  font-family: "ContinentalStagSansLCG-Book-Web" !important;
  background: black;
  min-height: 120px !important;
  padding: 20px 0;
}

.footer_in .share_rt {
  float: left;
}

.footer_in span {
  padding: 3px 0 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.footer_in nav ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: white;
  margin-right: 0;
}

.footer_in nav ul li:last-child {
  border: none;
}

.footer_in > nav {
  margin-top: 17px;
  margin-bottom: 5px;
}

.footer_in nav {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0px 0;
  float: left;
  display: inline-block;
}

.footer_in .share_rt a .fa {
  font-size: 26px;
  line-height: 26px;
  color: white;
  border: 1px solid #6e6e6e;
  border-radius: 100px;
  padding: 10px 11px;
}

.footer_in nav ul {
  display: inline-block;
  padding: 0 0 0 0;
  list-style: none;
}

.footer_in nav ul li {
  padding: 5px 10px 5px 10px;
  float: left;
  border-right: 1px solid #aaaaaa;
}

.footer_in a {
  margin-right: 17px;
  float: left;
}
@media (max-width: 600px) {
  .panelStyle {
    top: 100px;
    width: 100%;
    left: 0px;
  }
}
