.topbar {
  vertical-align: middle;
  height: 25px;
  background: #398fd1;
  text-align: center;
  width: 100%;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: Ariel, Sans-Serif;
  font-size: 15px;
  /* position: fixed;
  z-index: 2; */
}
.minidesc {
  font-size: 9pt;
  font-style: italic;
  /* font-weight: bold; */
  text-align: center;
  vertical-align: middle;
  height: 50px;
  width: 220px;
  max-width:220px;
}

.rightbutton {
  background: #dcf0ff;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #398fd1;
  width: 70%;
  padding: 15px;
  /* border: 1px inset #203C86; */
  text-align: center;
  border-radius: 13px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 14pt;
  text-decoration: underline;
  /* font-size: 2vmin; */
  color: #000099;

}
.rightbutton:hover {
  background: #b5dfff; 
}

.currselect {
    width: 100px;
    height: 24px;
    position:absolute;
    /* left:50%; */
    right:10px;
    top:-3px;
    /* z-index:1;
       margin-left:-490px;
       margin-right:auto; */
    text-align: right;
    vertical-align: middle;
}
.currselect img {
  padding: 2px;
}
.currselect a:hover {
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.currselect-selected {
  border: 1px solid #E5E5E5;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 20px;
}
.currselect-unselected {
  opacity: 0.5;
}

.pagecontent {
  top: 180px;
  margin-left: 20px;
  /*left: 20px;*/
  /* border: 1px solid #000; */
  position: relative;
}

.pagecontentinnercenter {
  height: calc(100vh - 220px); /* calc(100vh - 220px); */
  width: 100%;
  display: table;
  /*justify-content: center;
  align-items: center;
  vertical-align: middle;*/
}

.pagecontentinnerinner {
  height: 100%;
  width: 100%;
  display: flex;
  overflow-y: auto;
}
.pagecontentinnerinner::-webkit-scrollbar{
    display: none;
}

.middlemiddle {
  height: 100%;
  width: 100%;
  //display: inline-block;
  align-items: center;
  vertical-align: middle;
}

.pageprochidden1 {
  top: 180px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: auto;
  //display: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.pageprochidden2 {
  height: calc(100vh - 182px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageprochidden2 img {
  -webkit-filter: drop-shadow(5px 5px 20px #bdbdbd);
  filter: drop-shadow(5px 5px 20px #bdbdbd);
}


.ui-dialog .ui-dialog-titlebar {
  background-color: #ccccff; /* replace with the desired color value */
  color: #000000; /* optionally, set the text color */
}

.ui-widget-overlay {
  opacity: 0.7; /* replace with the desired opacity value between 0 and 1 */
}

.formsmall {
  font-size: 9pt;
  font-style: italic;
}

.reqnotmet {
  color: #990000;
}
.reqmet {
  color: #006600;
}
.headtext {
  font-size: 12pt;
  font-weight: bold;
}
.smalllink {
  font-size: 9pt;
}
.smalllink a {
  text-decoration: underline;
}

#cookieConsent{
  background-color:#E5E5E5;text-align:center;display:none;position:fixed;z-index:65000;bottom:0px;width:100%;font-size:14px;
}
#cookieConsent button.cookieAccept{
  background:#090;color:white;border:none;border-radius:0.2em;margin:0.5em;padding:0.2em 0.5em 0.2em 0.5em;
}

#frontswipercontainer {
  margin-top: 160px;
  z-index: 1;
}

.frontSwiper {
  width: 1px;
  height: 200px;
  z-index: -2;
}

.frontswiper-slide {
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}

.frontswiper-slide img {
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 
.swiper-slide {
    border-radius: 8px;
    // Slide background to match main background
    background: #ffffff;
    max-width: calc(100% - 48px);
  }
 */

  .frontslide-content {
    color: white;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    //padding: 88px 16px 24px;
    padding: 88px 16px 24px;
    box-sizing: border-box;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.75)
    );
    vertical-align: middle;
    //border-radius: 0 0 8px 8px;
  }
  .frontslide-content h2 {
      margin: 0;
      color: #FFF;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.1;
      text-shadow: 1px 1px 8px #000000;
  }
  .frontslide-content p {
      margin: 8px 0 0;
      opacity: 0.65;
      font-size: 14px;
      font-weight: 500;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      color: #FFF;
      text-shadow: 1px 1px 8px #000000;
  }

.frontswiper-pagination-bullet-active {
  background-color: #FFF !important;
}
.frontswiper-pagination-bullet {
  background-color: #CCCCCC !important;
}


.frontswiper-pagination {
  color: white;
}


.confdate-outer {
  border: 2px solid #398fd1;
  background: #c6e6ff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 10pt;
  padding: 5px;
  text-align:center;
  vertical-align: middle;
  margin-top: 10px;
}
.confdate-inner {
  border: 1px solid #dec600;
  background: #f8f4d3;
  border-radius: 5px;
  font-size: 10pt;
  padding: 3px;
  text-align:center;
  margin-top: 5px;
}

.confdate-inner table {
  margin: auto;
  //border: 1px solid #398fd1;
  //background: #f8f4d3;
  //border-radius: 5px;
  font-size: 10pt;
  padding: 3px;
  text-align:center;
}

.mainbutton {
  border: 1px solid black;
  /*background: rgba(0, 85, 255, 0.1);
  // background: linear-gradient(0deg, rgba(255 255 255 / 54%), rgba(255 0 150 / 69%)), url('/img/buttons/econ4.jpg');
  //background: linear-gradient(0deg, rgba(0, 85, 255, 0.1), rgba(0, 85, 255, 0.1)), url('/img/buttons/econ4.jpg'); */
  height: 50px;
  width: 220px;
  padding: 5px;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
//  background-size: cover;
//  background-position: center center;
//  background-repeat: no-repeat;
//text-shadow: 4px 3px 0 #7A7A7A;
color: #FFFFFF;
//	-webkit-text-stroke-width: 1px;
//    -webkit-text-stroke-color: black;

 text-shadow:
    -1px -1px 0 #000,
     0   -1px 0 #000,
     1px -1px 0 #000,
     1px  0   0 #000,
     1px  1px 0 #000,
     0    1px 0 #000,
    -1px  1px 0 #000,
    -1px  0   0 #000,
    4px 3px 0 #7A7A7A;
}
/* 
.mainbutton:hover {
  background: rgba(0, 85, 255, 0.2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
 */
.econ-button {
  background: url('/img/buttons/econ4.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.econ-button:hover {
  background: linear-gradient(0deg, rgba(0, 85, 255, 0.2), rgba(0, 85, 255, 0.2)), url('/img/buttons/econ4.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.stan-button {
  background: url('/img/buttons/stan.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.stan-button:hover {
  background: linear-gradient(0deg, rgba(0, 85, 255, 0.2), rgba(0, 85, 255, 0.2)), url('/img/buttons/stan.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.exec-button {
  background: url('/img/buttons/exec.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.exec-button:hover {
  background: linear-gradient(0deg, rgba(0, 85, 255, 0.2), rgba(0, 85, 255, 0.2)), url('/img/buttons/exec.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.casi-button {
  background: url('/img/buttons/casi.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.casi-button:hover {
  background: linear-gradient(0deg, rgba(0, 85, 255, 0.2), rgba(0, 85, 255, 0.2)), url('/img/buttons/casi.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.spec-button {
  background: url('/img/buttons/spec.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.spec-button:hover {
  background: linear-gradient(0deg, rgba(0, 85, 255, 0.2), rgba(0, 85, 255, 0.2)), url('/img/buttons/spec.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.plas-button {
  background: url('/img/buttons/plas.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.plas-button:hover {
  background: linear-gradient(0deg, rgba(0, 85, 255, 0.2), rgba(0, 85, 255, 0.2)), url('/img/buttons/plas.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.trans-button {
  background: url('/img/buttons/trans.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.trans-button:hover {
  background: linear-gradient(0deg, rgba(0, 85, 255, 0.2), rgba(0, 85, 255, 0.2)), url('/img/buttons/trans.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.foil-button {
  background: url('/img/buttons/foil.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.foil-button:hover {
  background: linear-gradient(0deg, rgba(0, 85, 255, 0.2), rgba(0, 85, 255, 0.2)), url('/img/buttons/foil.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

table.stagger tr:nth-child(even) {background-color:#F1F1F1;}
table.stagger tr:nth-child(odd) {background-color:#ffffff;}
table.stagger tr.even {background-color:#F1F1F1;}
table.stagger tr.odd {background-color:#ffffff;}

table.pricegridheader
{
  border-collapse:collapse;
  width: 90%;
}
table.pricegridheader td.leftside {
  width: 30%;
  font-weight: bold;
  white-space: nowrap;
}
table.pricegridheader td.middle {
  width: 40%;
  white-space: nowrap;
}
table.pricegridheader td.rightside {
  width: 30%;
  white-space: nowrap;
}
table.pricegrid
{
  border-collapse:collapse;
  width: 90%;
}
table.pricegrid tr.fixzebra {background-color:#F1F1F1;}
table.pricegrid tr.dark {background-color:#CCCCCC;}

table.pricegrid th{
  background-repeat:no-repeat;
  background-position:center center;
  border:1px solid #135060;
  background-color:#e4f9ff;
  font-weight:bold;
  color:#062D38;
  vertical-align:middle;
  padding:10px;
  text-align: center;
}
table.pricegrid th.header {
  background-color:#A0DEEF;
  text-align: right;
}
table.pricegrid td{
  border:1px solid #d4d4d4;
  background-color:white;
  vertical-align:middle;
  text-align: center;
  padding:10px;
}
table.infogrid td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
table.infogrid th {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.gridtitle {
  font-weight: bold;
}
.nopad {
  padding: 0px;
}
.aright {
  text-align: right;
}
.tweb {
  display: table;
}
.tmobile {
  display: none;
}
@media (max-width: 767px) {
  table.pricegrid th {
    padding: 5px;
  }
  table.pricegrid th.header {
    text-align: center;
  }
  table.pricegrid td {
    padding: 5px;
  }
  .tmobile {
    display: table;
  }
  .tweb {
    display: none;
  }
}