
@media (max-width: 980px)   {
  #container {
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  #header {
    width: auto !important;
  }

  #footercontainer {
    width:auto !important;
  }
}

a:link {
  text-decoration: none;
}
a:visited {
}
a:hover {
  text-decoration: none;
}
a:active {
}
#menu a:link {
  text-decoration: none;
}
#menu a:visited {
}
#menu a:hover {
  text-decoration: none;
}
#menu a:active {
}

html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  border: 0;
  font: 12px Arial;
  text-align: center;
  margin: 0px;
  height: 100%;
}

#headerContainer {
  float: left;
  width: 100%;
  text-align: center;
  background: white;
}

#bgContainer {
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
  height: 100%;
  min-height: 100%;
}

#container {
  margin-left: auto;
  margin-right: auto;
  /* width: 980px; */
  text-align: left;
  height: 100%;
  background: #fcfcfc;
}

#header {
  margin-left: auto;
  margin-right: auto;
  float: center;
  /* width: 980px; */
}

#main {
  float: left;
  width: 100%;
  min-height: 400px;
  background: #fcfcfc;
}

#footer {
  float: left;
  width: 100%;
  height: 80px;
  background: blue;
}
#footercontainer {
  /* width: 980px; */
  margin: auto;
}
.nav {
  float: left;
  width: 100%;
  height: 10px;
  clear: both;
  overflow: hidden;
  background: gray;
}

#header #logo {
  float: left;
  width: 200px;
  height: 80px;
  background: blue;
  margin-right: 10px;
}

#header #banner {
  float: left;
  width: 600px;
  height: 80px;
  background: red;
  margin-right: 10px;
}

#header #tool {
  float: right;
  width: 160px;
  height: 80px;
  background: black;
}
#footer {
  float: left;
  width: 100%;
  height: 25px;
  clear: both;
  background: white;
}
#footerLeft .footerLi {
  height: 28px;
  line-height: 28px;
  float: left;
  width: 190px;
  text-align: center;
  font: 'Arial, Helvetica, Trebuchet MS, Verdana, sans-serif';
}
.footerLiPrivacy {
  height: 28px;
  line-height: 28px;
  float: left;
  width: 70px;
  text-align: center;
  font: 'Arial, Helvetica, Trebuchet MS, Verdana, sans-serif';
}
.footerMenu {
  color: gray;
}

#footerLeft {
  float: left;
  height: 28px;
  line-height: 28px;
  width: 420px;
  text-align: center;
  font: 'Arial, Helvetica, Trebuchet MS, Verdana, sans-serif';
}
#footerRight {
  float: right;
  height: 28px;
  line-height: 28px;
  width: 400px;
  text-align: center;
  font: 'Arial, Helvetica, Trebuchet MS, Verdana, sans-serif';
  color: gray;
  display: table;
}
#footerRightCopyright {
  display: table-cell;
  vertical-align: middle;
}

.spliterLine {
  float: left;
  width: 1px !important;
  height: 8px;
  margin-top: 8px;
  overflow: hidden;
  background: #006fb7 !important;
}

.spliterLine:nth-of-type(1){
  display: none;
}

#footerLeft ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#footerLeft li {
  height: 28px;
  line-height: 28px;
  font: 'Arial, Helvetica, Trebuchet MS, Verdana, sans-serif';
}

#welcome_info {
  float: right;
  width: 100%;
  height: 30px;
}

#company_name_info {
  float: left;
  width: 50%;
  color: black;
  text-align: left;
}

#user_name_info {
  text-align: right;
  color: white;
}

.plan_name_info {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  height: 14px;
  display: block;
  color: white;
}

.user_name_info_text {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  height: 14px;
  display: block;
  color: white;
  margin-right: 2px;
}

.account_logout_label {
  color: white;
  text-decoration: none;
}

#header #polyaireLogo {
  float: left;
  width: 250px;
  height: 60px;
  background-image: url(/imgs/polyaireLogo.png);
  background-repeat: no-repeat;
}

#header #opsLogo {
  float: left;
  height: 60px;
  line-height: 60px;
  color: #006fb7;
  font-size: 25px;
  /* font-style: italic; */
  font-weight: bold;
}

@media (min-width: 992px) {
  #header #opsLogo {
    float: left;
    height: 60px;
    line-height: 60px;
    color: #006fb7;
    font-size: 36px;
    /* font-style: italic; */
    font-weight: bold;
  
    /*
    background-image:url(/imgs/opsLogo.png) ; 
    background-repeat:no-repeat;
    */
  }

}

#infoColumn {
  float: right;
  width: 300px;
  height: 80px;
  /*background-image:url(/ops/imgs/infoBg.png) ;*/
  color: black;
  margin-top: 2px;
  background: #87ceeb;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 5px 5px 5px 3px #bbb;
}
#logInInfo {
  float: left;
  width: 100%;
  height: 23px;
  font: 15px 'Arial, Helvetica, Trebuchet MS, Verdana, sans-serif';
  padding-left: 20px;
  padding-top: 10px;
  text-align: left;
}

#logOut {
  float: left;
  padding-left: 5px;
  width: 95%;
  height: 26px;
  text-align: right;
}

#menu {
  /* max-width: 980px; */
  margin: 0 auto;
  font-size: 0px;
  position: relative;
  padding-top: 10px;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 40px !important;
  background-color: #fff !important;
}
#menu li {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 175px;
  text-align: center;
  font: 'Arial, Helvetica, Trebuchet MS, Verdana, sans-serif';
  font-size: 15px;
  font-weight: bold;
}

#menu ul:after {
  display: block !important;
  content: "" !important;
  clear: both !important;
}

#menu ul>li {
  float: left !important;
  position: relative !important;
}

#menu ul a {
  display: block !important;
  text-decoration: none !important;
  height: 40px !important;
  line-height: 38px !important;
  background-color: #fff;
}

#menu ul a:hover {
  background-color: #87ceeb !important;
}

#menu ul>li ul {
  display: none !important;
  position: absolute !important;
}

#menu ul>li:hover ul {
  display: block !important;
}

#menu .overflow {
  position: absolute;
  display: none;
  right: 0;
}

#menu .overflow li {
  display: block;
  z-index: 20;
  height: 50px;
  float: left !important;
  clear: left !important;
  background-color: #fff;
}

#menu #more {
  float: right !important;
}

.tblTitle {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #006fb7;
  margin: 20px;
  font-style: italic;
}

.operationTextBtn {
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  padding-right: 5px;
}

/* Custom Pricing Start */
.operationTextBtn-cp {
  color: #f57f17;
}
/* Custom Pricing End */

.inactiveMenu {
  font-weight: normal;
  color: gray;
  font-size: 15px;
}

.normalFontSize {
}

.activeMenu {
  font-weight: bold;
  background-color: #006fb7 !important;
  color: #fff;
  font-size: 15px;
}

.leftPadding {
  padding-left: 20px;
}
#productListTbl {
  width: 100%;
  background: white;
  color: black;
}
#productListTbl th {
  padding-left: 10px;
  text-align: left;
  background: #c0c0c0;
  height: 30px;
  padding-left: 20px;
  padding-top: 10px;
  color: black;
  font-size: 15px;
  text-align: center;
}

#PopMenuTitles {
  color: black;
}

#loadingScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.loading-content {
  background-color: #0fb3ff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #003a5d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#Zipbtn {
  display: inline-block;
  margin: 5px 10px 7px;
  width: 109px;
  height: 29px;
  line-height: 27px;
  border: solid 1px white;
  border-radius: 9px;
  background-color: #0f426a;
  color: white;
  font-size: 14px;
  text-align: center;
}

#Zipbtn:hover {
  background-color: #37aeef;
  cursor: pointer;
}

.productListTblTH {
  background: #c0c0c0;
  height: 30px;
  padding-top: 10px;
  color: black;
  font-size: 15px;
  text-align: center;
}
.productListTblTHCP {
  background-color: #f57f17 !important;
  height: 30px;
  padding-top: 10px;
  color: black;
  font-size: 15px;
  text-align: center;
}
.qty_input {
  width: 50px;
}

.summaryDiv {
  position: fixed;
  bottom: 0px;
  right: 1%;
  background: #eff4d1;
  color: black;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 0px 10px 5px #bbb;
}
.summaryDivTitle {
  width: 100%;
  float: left;
  height: 25px;
}
.totalInfo {
  float: left;
}

.sectionTitle {
  padding-left: 5px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

#pageTitle {
  float: left;
  width: 100%;
  height: 60px;
  margin-top: 5px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

#header #oosLogo {
  float: left;
  width: 400px;
  height: 60px;
  margin-right: 10px;
  margin-top: 30px;
  background-image: url(../imgs/opsLogo.png);
  background-repeat: no-repeat;
}

#cookieFailDiv {
  width: 500px;
  background: orange;
  margin-left: auto;
  margin-right: auto;
}

#warnImg {
  float: left;
  width: 30px;
  height: 30px;
  background: url('../imgs/warn20.gif');
  background-repeat: no-repeat;
}

#cookieFailContent {
  float: left;
  width: 460px;
  font-size: 15px;
  text-align: left;
  background: orange;
}

#newYearPriceAlertContent {
  float: left;
  width: 100%;
  background: red;
  color: yellow;
  font-size: 16px;
}

#contactUsDiv {
  float: left;
  width: 100%;
  text-align: left;
}

#contactUsA {
  color: grey;
  font-size: 13px;
}

.is-mobile {
  display: block !important;
}

.is-desktop {
  display: none !important;
}

#header #polyaireLogo-sm {
  width: 60px;
  height: 20px;
  background-image: url(/imgs/polyaireLogo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.input-description {
  width: 200px;
}

@media (min-width: 255px) {
  #header #polyaireLogo-sm {
    width: 70px;
    height: 20px;
  }
}

@media (min-width: 295px) {
  #header #polyaireLogo-sm {
    width: 120px;
    height: 30px;
  }
}

@media (min-width: 400px) {
  #header #polyaireLogo-sm {
    width: 220px;
    height: 60px;
  }
}

@media (min-width: 576px) {
  #header #polyaireLogo-sm {
    width: 250px;
    height: 60px;
  }

  #footerLeft {
    width: 240px;
  }
  #footerRight {
    width: 330px;
  }

  .input-description {
    width: 370px;
  }
}

@media (min-width: 768px) {
  #container {
    width: 980px;
  }

  #header {
    width: 980px;
  }

  #footercontainer {
    width: 980px;
  }

  #menu {
    max-width: 980px;
  }
  .is-mobile {
    display: none !important;
  }

  .is-desktop {
    display: block !important;
  }

  #footerLeft {
    width: 420px;
  }
  #footerRight {
    width: 330px;
  }
}

