﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


@font-face {
  font-family: "Inter1";
  src: url("/Content/fonts/Inter.ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400 900;
}


@font-face {
  font-family: "Inter";
  src: url("/Content/fonts/Inter-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/Content/fonts/Inter-Bold.ttf");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Inter";
  src: url("/Content/fonts/Inter-Regular.ttf");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/Content/fonts/Inter-Bold.ttf");
  font-style: italic;
  font-weight: bold;
}




@font-face {
  font-family: "Roboto";
  src: url("/Content/fonts/Roboto-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("/Content/fonts/Roboto-Bold.ttf");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Roboto";
  src: url("/Content/fonts/Roboto-Italic.ttf");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("/Content/fonts/Roboto-BoldItalic.ttf");
  font-style: italic;
  font-weight: bold;
}



body {
  text-align: center;
  font-family: Inter, "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
  font-size: small;
  background: none repeat scroll 0 0 #F6F6F4;
}

@media screen and (max-width: 1000px) {
  body {
    font-family: Roboto, Inter, Verdana, Tahoma;
  }
}

.header {
  padding: 0 0 2px 0;
  background: #fff;
  min-width: 700px;
  min-height: 100px;
}

.header-logo {
  margin: 10px;
  margin-left: 20px;
  float: left;
  text-align: left;
}
.header-logo-img {
  border-width: 0;
  max-height: 100px;
  max-width: 130px;
}

.header-title {
  padding: 6px;
  padding-left: 10px;
  1float: left;
  text-align: left;
  font-size: 24pt;
}

.header-sub-title {
  padding: 6px;
  padding-left: 10px;
  1width: 400px;
  1margin-left: 20px;
  1float: left;
  text-align: left;
  font-size: 12pt;
}

.header-title-phone,
.header-title-address {
  padding: 5px;
  padding-top: 15px;
  padding-left: 20px;
  float: left;
  padding-right: 10px;
  text-align: right;
  font-size: 10pt;
}

.header-title-custom {
  padding: 5px;
  padding-left: 20px;
  padding-right: 10px;
  text-align: right;
  font-size: 10pt;
}

  .header-links {
  text-align: right;
  border: solid 1px #F1F5FB;
  background-color: #F1F5FB;
  padding: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 20px;
  border-radius: 5px;
}

  .header-links ul {
    padding: 2px;
    margin: 2px;
  }

    .header-links ul li {
      list-style: none outside none;
      display: inline;
      padding: 2px;
      margin-left: 15px;
    }



#categoryNavigator {
  float: left;
  width: 200px;
  padding: 0px 10px 10px 10px;
}

  #categoryNavigator .divItemCategoryItems {
    padding: 1px;
    margin: 1px;
    overflow: auto;
  }

  #categoryNavigator ul {
    padding: 1px;
    margin: 1px;
  }

    #categoryNavigator ul li {
      list-style: none outside none;
      display: block;
      padding: 1px;
      text-align: left;
    }

.category-header {
  padding: 2px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.category-item-hover {
  background-color: #F0F0F0;
}





#main {
  float: left;
  --min-width: 450px;
  --max-width: 860px;
  text-align: left;
}

#mainSimple {
  float: left;
  width: 100%;
  text-align: left;
}


a {
  color: #D6D6D6;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

  a:hover {
    color: #B80709;
    text-decoration: underline;
  }

.footer-companyinfo {
  padding-top: 10px;
  border-top: 1px solid #EEEEEE;
  clear: both;
  font-size: 1.2em;
  color: #D6D6D6;
  font-weight: bold;
}

  .footer-companyinfo a {
    font-size: 1.2em;
    font-weight: bold;
  }


.footer-poweredby {
  --border-top: 1px solid #EEEEEE;
  padding-top: 10px;
  clear: both;
  font-size: 1em;
  color: silver;
}

.footer-disclaimer {
  font-size: 1em;
  color: silver;
}

footer, nav, section {
  display: block;
}



.dl-panel {
  padding: 0px;
  margin: 2px;
  text-align: left;
  border-radius: 5px;
  border-color: silver;
}



li {
  line-height: 1.6;
}





/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.page {
  margin: 30px auto 20px;
  max-width: 1400px;
  min-width: 700px;
  background: none repeat scroll 0 0 #FFF;
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
}

header, #header {
  position: relative;
  margin-bottom: 0px;
  color: #000;
  padding: 0;
}

  header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
  }



footer, #footer {
  color: #999;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  margin: 0;
  font-size: .9em;
}




@media screen and (max-width: 1150px) {
 
  .page {
    margin: 30px auto 20px;
    max-width: 1100px;
  }
}



@media screen and (max-width: 950px) {
  .header-title {
    float: none;
    padding-left: 20px;
  }





  .header-title-phone,
  .header-title-address
   {
    float: none;
    padding-top: 10px;
  }

  .header-sub-title {
    float: none;
    width: 90%;
    padding: 20px;
  }
}







.message {
  margin: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #DFDF00;
  background-color: #FFFFA4;
  border-radius: 4px;
}

.error-message, .dl-error-panel {
  margin: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #FF9191;
  background-color: #FFD9D9;
  border-radius: 4px;
  color: #FF0000;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
}

textarea {
  min-height: 75px;
}

input[type="text"] {
  width: 200px;
  border: 1px solid #CCC;
}

input[type="password"] {
  width: 200px;
  border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table {
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

  table td {
    padding: 5px;
    border: solid 0px #e8eef4;
  }

  table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
  }

/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}

.error {
  color: Red;
}

div#title {
  display: block;
  text-align: left;
}

#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: White;
}

  #logindisplay a:link {
    color: white;
    text-decoration: underline;
  }

  #logindisplay a:visited {
    color: white;
    text-decoration: underline;
  }

  #logindisplay a:hover {
    color: white;
    text-decoration: none;
  }





/* ITEMS   
----------------------------------------------------------*/

.product-grid-title {
  padding: 10px 20px 10px 10px;
  margin: 0 0 0 0px;
  font-weight: bold;
  font-size: 1.6em;
  color: #3a3a3a;
  text-align: left;
  clear: both;
}


.product-grid-category-title {
  margin: 0px 0px 0px 10px;
  font-weight: 600;
  font-size: 1.3em;
  color: #0072BD;
  text-align: left;
  clear: both;
  padding: 6px;
  padding-left: 16px;
  border-radius: 6px;
}

.product-grid-category-description {
  --padding: 10px 20px 10px 0px;
  margin: 0px 0px 0px 10px;
  font-weight: bold;
  font-size: 1.1em;
  --color: #0072BD;
  text-align: left;
  clear: both;
}

.product-grid {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: center;
}

.item-box {
  float: left;
  padding: 4px;
  text-align: center;
  vertical-align: text-top;
  padding-bottom: 15px;
  border-radius: 6px;
  margin: 10px;
  border: 1px solid #FFFFFF !important;
  background-color: white;
  flex-grow: 0;
}

.item-box-selected {
  background-color: #E7E7E7;
  border: 1px solid #E7E7E7 !important;
}


.product-item {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 155px;
  height: 330px;
}

  .product-item article {
    height: 310px;
  }

  .product-item .buttons {
    text-align: right;
  }

.product-item-detail {
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 300px;
}



.catalog-product-item {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 200px;
  min-height: 420px;
  max-height: 480px;
}

.price-catalog-product-item {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 200px;
  min-height: 420px;
  max-height: 480px;
}

.catalog-picture {
  background: none repeat scroll 0 0 #FFFFFF;
  text-align: center;
  border: 0px solid #F0F0F0;
  height: 198px;
  vertical-align: middle;
  display: table-cell;
  width: 198px;
  cursor: pointer;
}


.picture {
  background: none repeat scroll 0 0 #FFFFFF;
  text-align: center;
  border: 0px solid #F0F0F0;
  height: 152px;
  vertical-align: middle;
  display: table-cell;
  width: 152px;
}

.picture-detail {
  text-align: center;
  border: 0px solid #F0F0F0;
  max-height: 600px;
  max-width: 600px;
  padding: 5px;
  vertical-align: middle;
  display: table-cell;
  padding-top: 30px;
  float: left;
}


.picture-thumb {
  border: 2px solid #DDDDDD;
  border-radius: 6px;
}

.picture-thumb-selected {
  border: 2px solid #8ac5ff;
}

.product-title {
  font-weight: bold;
  font-size: 1em;
  color: #0072BD;
  color: black;
  padding: 0;
  margin: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.product-description {
  font-weight: normal;
  font-size: 1em;
  padding: 0;
  margin: 0px;
  color: maroon;
  font-weight: bold;
}


.product-description-value {
  padding-right: 10px;
  font-size: 1.1em;
  font-weight: bold;
}



.product-title-detail {
  font-weight: bold;
  font-size: small;
  color: #0072BD;
  color: black;
  font-size: 1.3em;
  padding: 0;
  margin: 1px;
  text-transform: uppercase;
}

.product-title a {
  font-weight: bold;
  color: #3F3F3F;
}

.product-url a {
  font-weight: normal;
  text-decoration: underline;
}


.description {
  margin: 1px;
  text-align: left;
  padding: 1px;
  color: #484848;
  font-size: 1em;
}


.product-description-detail {
  margin: 1px;
  text-align: left;
  padding: 1px;
  color: maroon;
  font-weight: bold;
  font-size: 1.1em;
  width: 300px;
}

.product-description-custom-detail {
  margin: 1px;
  text-align: left;
  padding: 1px;
  color: black;
  --font-weight: bold;
  font-size: 1.2em;
  width: 300px;
}


.product-brand-detail {
  margin: 1px;
  text-align: left;
  padding: 1px;
  color: #484848;
  font-weight: bold;
  font-size: 1.1em;
}

.add-info {
  vertical-align: bottom;
  text-align: right;
  width: auto;
  height: auto;
  position: relative;
}

.add-info-detail {
  vertical-align: top;
  text-align: left;
  position: relative;
  float: left;
  padding: 10px;
  padding-top: 10px;
}

.prices-detail {
  text-align: left;
  vertical-align: middle;
  position: static;
  bottom: 15px;
  right: 10px;
  font-size: 1.3em;
}
.price {
  font-size: 1.3em !important;
}

.prices {
  text-align: left;
  vertical-align: middle;
  position: static;
  bottom: 15px;
  right: 10px;
}

.old-product-price {
  margin: 0px;
  text-decoration: line-through;
  color: gray;
}

.product-price {
  margin: 0px;
  color: black;
  padding: 2px;
  padding-top: 10px;
  font-weight: bold;
}

.product-price-unit {
  margin: 0px;
  color: gray;
  padding: 2px;
  padding-top: 10px;
  font-weight: bold;
}


.product-custom-fields {
  background-color: #B8F1B9;
  padding-left: 3px;
}

  .product-custom-fields .description {
    padding: 1px;
  }




.item-box-detail {
  float: none;
  height: 90%;
}




.article-home {
  font-size: 1.1em;
  border-radius: 6px;
  border: solid 1px #e8eef4;
  margin: 10px 30px 10px 10px;
  padding: 10px;
  background-color: #FFFEFF;
  color: black;
}


.article-logon {
  font-size: 1.2em;
  border: solid 0px #e8eef4;
  margin: 10px 10px 50px 10px;
  padding: 10px;
  color: black;
}

.article .title {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0;
  margin: 1px;
}

.login-box {
  font-size: 1.1em;
  border-radius: 6px;
  border: solid 1px #A5B3C5;
  margin: 10px;
  padding: 10px;
  background-color: #F1F5FB;
  color: black;
}


.dl-wait {
  text-align: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 70px;
  z-index: 1000;
  left: 100px;
  opacity: 0.5;
  display: none;
  background-image: url("/Content/images/wait.gif");
}


.item-watermark {
  position: relative;
  cursor:pointer;
}

.item-watermark-image {
  top: 10px;
  left: 10px;
  width: 120px;
  height: 120px;
  position: absolute;
  --background-repeat: no-repeat;
  cursor: pointer;
}

.item-watermark-image-details {
  top: 200px;
  left: 200px;
  cursor: pointer;
}




.item-tag {
  height: 100px;
  width: 190px;
  z-index: 0;
  position: absolute;
  cursor: pointer;
}

.item-detail-tag {
  height: 100px;
  width: 190px;
  z-index: 0;
  position: absolute;
}

.item-tag-sale {
  background-image: url("/Content/images/item_tag_sale.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-new {
  background-image: url("/Content/images/item_tag_new.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}



.item-tag-new-sale {
  background-image: url("/Content/images/item_tag_new_sale.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-best-seller {
  background-image: url("/Content/images/item_tag_best_seller.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-sold-out {
  background-image: url("/Content/images/item_tag_sold_out.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-out-of-stock {
  background-image: url("/Content/images/item_tag_out_of_stock.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}



.item-tag-low-in-stock {
  background-image: url("/Content/images/item_tag_low_in_stock.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}


.item-tag-kosher {
  background-image: url("/Content/images/item_tag_kosher.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-halal {
  background-image: url("/Content/images/item_tag_halal.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-gluten-free {
  background-image: url("/Content/images/item_tag_gluten_free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-bio {
  background-image: url("/Content/images/item_tag_bio.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-100natural {
  background-image: url("/Content/images/item_tag_100natural.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}


.item-tag-health {
  background-image: url("/Content/images/item_tag_health.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-10-1free {
  background-image: url("/Content/images/item_tag_10_1free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-10-2free {
  background-image: url("/Content/images/item_tag_10_2free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-10-3free {
  background-image: url("/Content/images/item_tag_10_3free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-5-1free {
  background-image: url("/Content/images/item_tag_5_1free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}
.item-tag-special-offer {
  background-image: url("/Content/images/item_tag_special_offer.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}


.item-tag-pre-order {
  background-image: url("/Content/images/item_tag_pre_order.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-1-1free {
  background-image: url("/Content/images/item_tag_1_1free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}


.item-tag-organic {
  background-image: url("/Content/images/item_tag_organic.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-coming-soon {
  background-image: url("/Content/images/item_tag_coming_soon.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}



.item-tag-new-price {
  background-image: url("/Content/images/item_tag_new_price.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-new-better-price {
  background-image: url("/Content/images/item_tag_new_better_price.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-back-in-stock {
  background-image: url("/Content/images/item_tag_back_in_stock.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-limit-1-per-order {
  background-image: url("/Content/images/item_tag_limit_1_per_order.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-limit-2-per-order {
  background-image: url("/Content/images/item_tag_limit_2_per_order.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-limit-3-per-order {
  background-image: url("/Content/images/item_tag_limit_3_per_order.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}



.item-tag-buy-2-get-1-free {
  background-image: url("/Content/images/item_tag_buy_2_get_1_free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-buy-15-get-2-free {
  background-image: url("/Content/images/item_tag_buy_15_get_2_free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-buy-20-get-3-free {
  background-image: url("/Content/images/item_tag_buy_20_get_3_free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-buy-20-get-5-free {
  background-image: url("/Content/images/item_tag_buy_20_get_5_free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}

.item-tag-buy-60-get-6-free {
  background-image: url("/Content/images/item_tag_buy_60_get_6_free.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
}





.custom-tag {
  margin: 1px 2px 1px 1px;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  border: 1px solid #3886ca;
  color: #fff;
  background-color: #3886ca;
  white-space: nowrap;
}


.country-tag {
  margin: 3px 1px 3px 1px;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
  border: 1px solid #E97E0A;
  color: #fff;
  background-color: #E97E0A;
  white-space: nowrap;
}



  .overlook:hover {
  background-color: #FAE185;
  z-index: 100;
  -webkit-transform: translateX(-1%) translateY(-1%) scale(1.03);
  -moz-transform: translateX(-1%) translateY(-1%) scale(1.03);
  -o-transform: translateX(-1%) translateY(-1%) scale(1.03);
  transform: translateX(-1%) translateY(-1%) scale(1.03);
}

.overlook {
  background-color: #FFFFFF;
  z-index: initial;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}


.product-box-back-button {
  margin-top: 20px;
  padding: 12px;
  font-weight: bold;
  width: 100%;
  font-size: 1.1em;
  height: 40px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  background-size: 38px;
  background-image: url('/Content/Images/icon_back_white.png');
}



.button-1 {
  background-color: #d8d8d8;
  color: #4D4D4D;
  padding: 2px;
  border-radius: 6px;
  border: 1px solid #FFFFFF !important;
  cursor: pointer;
}

  .button-1 :hover {
    color: #4D4D4D;
  }

.button-2 {
  background-color: #35BB72;
  color: #FFFFFF;
  padding: 2px;
  border-radius: 6px;
  border: 1px solid #FFFFFF !important;
  font-size: 1.1em;
  padding: 6px;
  vertical-align: central;
  text-align: center;
  cursor: pointer;
}

  .button-2:hover {
    background-color: #299258;
    color: #FFFFFF;
  }


.button-3 {
  background-color: #3E9EFF;
  color: #FFFFFF;
  padding: 2px;
  border-radius: 6px;
  border: 1px solid #FFFFFF !important;
  font-size: 1.1em;
  padding: 6px;
  cursor: pointer;
}

  .button-3:hover {
    background-color: #0072BD;
    color: #FFFFFF;
  }

.button-4 {
  background-color: #D8D8D8;
  color: #4D4D4D;
  padding: 2px;
  border-radius: 6px;
  border: 1px solid #FFFFFF !important;
  font-size: 1.1em;
  padding: 6px;
  vertical-align: central;
  text-align: center;
  cursor: pointer;
}

  .button-4:hover {
    background-color: #299258;
    color: #FFFFFF;
  }

.pointer {
  cursor: pointer;
}





#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  --z-index: 20; /* Specify a stack order in case you're using a different order for other elements */
  --cursor: pointer; /* Add a pointer on hover */
}

#modalDialog {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  top: 200px;
  left: 200px;
  right: 20px;
  bottom: 20px;
  background-color: #FFFFFF; /* Black background with opacity */
  --z-index: 50; /* Specify a stack order in case you're using a different order for other elements */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}



#warningDialog {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  top: 200px;
  left: 200px;
  right: 20px;
  bottom: 20px;
  background-color: #FFFFFF; /* Black background with opacity */
   --z-index: 150; /* Specify a stack order in case you're using a different order for other elements */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#warningDialogBody {
  padding:10px;
  text-align:left;
  font-size :11pt;
}




/* ControlSelectList */
/* The container <div> - needed to position the dropdown content */
.control-select-list {
  position: relative;
  display: inline-block;
}

  .control-select-list textarea {
    margin: 0px 0px 2px 0px;
    float: left;
    font-size: 1.1em;
    resize: none;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid silver;
    cursor: pointer;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
  }

  .control-select-list input {
    --margin: 0px 0px 2px 0px;
    float: left;
    --font-size: 1.1em;
    resize: none;
    --padding: 3px;
    --border-radius: 5px;
    --border: 1px solid silver;
    cursor: pointer;
    --font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
  }



/* Dropdown Content (Hidden by Default) */
.control-select-list-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  border: 1px solid #D8D8D8;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 90000;
  border-radius: 5px;
  padding: 1px;
  padding-bottom: 2px;
}

  .control-select-list-content div.item {
    overflow: auto;
  }

  .control-select-list-content table {
    border-collapse: collapse;
    border: none;
    width: 100%;
  }


  /* Links inside the dropdown */
  .control-select-list-content tr {
    color: black;
    padding: 2px;
    text-decoration: none;
    cursor: pointer;
  }


.control-select-list-header {
}

.control-select-list-content tr.selected {
  background-color: #8ac5ff
}

/* Change color of dropdown links on hover */
.control-select-list-content tr.item:hover {
  background-color: #fae185
}

.control-select-list-content td {
  border: none;
  padding: 6px;
  text-align: left !important;
}

  .control-select-list-content td.header {
    color: gray;
    background-color: #ebebeb;
    border-bottom: solid 1px lightgray;
  }

  .control-select-list-content td.checkbox {
    width: 26px;
  }

  .control-select-list-content td.close {
    width: 16px;
    cursor: pointer;
  }

  .control-select-list-content td.footer {
    color: gray;
    background-color: lightgray;
  }



/* Custom styles */

.control-select-list-text {
  margin: 0px !important;
  font-weight: bold;
  height: 22px !important;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8 !important;
  --border-radius: 6px 0px 0px 6px;
  font-size: 1.2em;
  padding-left: 6px;
  outline: none;
}

.control-select-list-button {
  color: black;
  height: 26px;
  background-color: #D8D8D8;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #D8D8D8 !important;
  padding: 3px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  margin: 0px !important;
}


.control-select-list-text-search {
  margin: 0px !important;
  font-weight: bold;
  height: 22px !important;
  outline: none;
}

.control-select-list-button-search {
  width: 30px;
}



.ld-btn {
  opacity: 1 !important;
  height: 36px;
  color: black;
  background-color: #D8D8D8;
  border-radius: 6px;
  border: 1px solid #FFFFFF !important;
  font-size: 1.1em;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: central;
  text-align: center;
  cursor: pointer;
}



.ad-banner {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
}

.ad-banner-img {
  max-width: 250px;
}

@media screen and (max-width: 950px) {
  .ad-banner {
    display: none;
  }
}





  /*MUST BE AT THE END OF FILE 
  Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.padding, .padding4 {
  padding: 4px;
}

.padding0 {
  padding: 0px !important;
}

.padding1 {
  padding: 1px;
}

.padding2 {
  padding: 2px;
}

.padding4 {
  padding: 2px;
}


.padding6 {
  padding: 6px;
}

.padding8 {
  padding: 10px;
}


.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding20 {
  padding: 20px;
}






.padding-h, .padding-h4 {
  padding-left: 4px;
  padding-right: 4px;
}

.padding-h2 {
  padding-left: 2px;
  padding-right: 2px;
}

.padding-h6 {
  padding-left: 6px;
  padding-right: 6px;
}

.padding-h8 {
  padding-left: 8px;
  padding-right: 8px;
}

.padding-h10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-v, .padding-v4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.padding-v2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.padding-v6 {
  padding-top: 6px;
  padding-bottom: 6px;
}







.margin, .margin4 {
  margin: 4px;
}

.margin1 {
  margin: 1px;
}

.margin2 {
  margin: 2px;
}

.margin6 {
  margin: 6px;
}

.margin10 {
  margin: 10px;
}

.margin15 {
  margin: 15px;
}

.margin20 {
  margin: 20px;
}




.margin-h, .margin-h4 {
  margin-left: 4px;
  margin-right: 4px;
}

.margin-h2 {
  margin-left: 2px;
  margin-right: 2px;
}

.margin-h6 {
  margin-left: 6px;
  margin-right: 6px;
}

.margin-h8 {
  margin-left: 8px;
  margin-right: 8px;
}

.margin-h10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-v, .margin-v4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.margin-v2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.margin-v6 {
  margin-top: 6px;
  margin-bottom: 6px;
}






  .w10 {
    width: 10px
  }

  .w20 {
    width: 20px
  }

  .w30 {
    width: 30px
  }

  .w40 {
    width: 40px
  }

  .w50 {
    width: 50px
  }

  .w60 {
    width: 60px
  }

  .w70 {
    width: 70px
  }

  .w80 {
    width: 80px
  }

  .w90 {
    width: 90px
  }

  .w100 {
    width: 100px
  }

  .w120 {
    width: 120px
  }

  .w140 {
    width: 140px
  }

  .w150 {
    width: 150px
  }

  .w160 {
    width: 160px
  }

  .w170 {
    width: 170px
  }

  .w180 {
    width: 180px
  }

  .w190 {
    width: 190px
  }

  .w200 {
    width: 200px
  }



  .h10 {
    height: 10px
  }

  .h20 {
    height: 20px
  }

  .h30 {
    height: 30px
  }

  .h40 {
    height: 40px
  }

  .h50 {
    height: 50px
  }

  .h60 {
    height: 60px
  }

  .h70 {
    height: 70px
  }

  .h80 {
    height: 80px
  }

  .h90 {
    height: 90px
  }

  .h100 {
    height: 100px
  }

  .h120 {
    height: 120px
  }

  .h140 {
    height: 140px
  }

  .h150 {
    height: 150px
  }

  .h160 {
    height: 160px
  }

  .h170 {
    height: 170px
  }

  .h180 {
    height: 180px
  }

  .h190 {
    height: 190px
  }

  .h200 {
    height: 200px
  }





.f9 {
  font-size: 9pt;
}


.f10 {
  font-size: 10pt;
}

.f11 {
  font-size: 11pt;
}


.f12 {
  font-size: 12pt;
}

.f13 {
  font-size: 13pt;
}

.f14 {
  font-size: 14pt;
}

.f15 {
  font-size: 15pt;
}

.f16 {
  font-size: 16pt;
}




  .radius {
    border-radius: 4px;
  }

  .border {
    border: 1px solid #CCCCCC;
  }

  .gray {
    color: gray;
  }

  .red {
    color: red;
  }

  .lightgray {
    color: lightgray;
  }

  .black {
    color: black;
  }


  .gold {
    color: gold;
  }

.green {
  color: #008000;
}


  .navy {
    color: #337AB7;
  }



  .bg-gray {
    background-color: gray;
  }

  .bg-red {
    background-color: red;
  }

  .bg-lightgray {
    background-color: lightgray;
  }

  .bg-black {
    background-color: black;
  }

  .bg-gold {
    background-color: gold;
  }


  .bg-antiquewhite {
    background-color: antiquewhite;
  }

  .bg-green {
    background-color: #5AA37B;
  }


  .bg-navy {
    background-color: #337AB7;
  }



  .show {
    display: block;
  }

  .bold {
    font-weight: bold;
  }

  .hide {
    display: none;
  }


  .clear {
    clear: both;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .align-left {
    text-align: left
  }

  .align-right {
    text-align: right;
  }

  .cursor {
    cursor: pointer;
  }


  .center-content {
    margin: 0 auto;
  }

  .center-parent {
    text-align: center;
  }


  .overflow {
    overflow: auto;
  }
