﻿/*#region HORNI MENU  */
div.hornimenu {
  margin-top: 45px;
}

div.hmlogo {
  height: 90px;
  border-bottom: 1px solid #cecac7;
}

div.hmimage {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAABCAIAAACwiyRiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADxJREFUeNrs0CEOgDAUBUHe/a+GQHKPijZFfGw1CaLJjFu7Gb0dwFdVtWYSTwAAfnKf1zOnDwAAG3kFGABPewtHNrcAJgAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
}
div.hmimage img {
  display: block;
  margin: 0 auto;
}

div.hmkosik {
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: #f7f1ef;
}

ul.hm {
  list-style-type: none;
}
ul.hm li {
  float: right;
}
@media (max-width: 750px) {
  ul.hm li {
    margin-left: 20px;
  }
}
@media (min-width: 751px) {
  ul.hm li {
    margin-left: 60px;
  }
}
ul.hm li a {
  font-size: 16px;
  color: #999999;
  font-weight: 300;
  text-decoration: none;
}
ul.hm li a:hover {
  border-bottom: 3px solid #f1c3b1;
  text-decoration: none;
}
ul.hm li.sel a {
  font-size: 16px;
  color: #999999;
  font-weight: 300;
  border-bottom: 3px solid #f1c3b1;
  text-decoration: none;
}

/*#endregion */
/*#region VYHLEDAT A KOSIK */
div.kosikbar div.kosik {
  margin-top: 3px;
  padding-top: 0px;
  font-size: 14px;
  color: #666666;
  font-weight: 300;
}
div.kosikbar div.kosik a {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  text-decoration: underline;
}
div.kosikbar div.kosik div.cmdZaregistrovat {
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAAAkCAMAAABSWI+EAAAAaVBMVEW8gmv////Nk3veooq9g2y8gmvboIjlqZG8gmvlqZHkqJDlqZG8gmvlqZG8gmvlqZG8gmu9g2zlqZG8gmvlqZHOk3zlqZHOk3zlqZHeoorOk3zcoIm9g2zAhm+8gmvbn4jjp4/kqJDboIhSvvcbAAAAGHRSTlMAAAAAAAYGBhsbbGxvwMDDw8bP0tLz+fnPp2TnAAAAfUlEQVR4Xu3N2RXCMAwEwBXgnA4hcTDrHFz9F0kV0uND08Dgcq77IVNRHvpaBKd2prq5FVQLDSwVOproMNLEiEwTGTTyX5FHHnnkkUceeeTRhybe2Ghiw4Mm7pgKDZQJ8TCYyhER0r6+qOq77ikATXqqS40ACPGq29xiEPkB9LphD2yBRVkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  width: 104px;
  height: 36px;
  margin-left: 15px;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}
div.kosikbar div.kosik div.cmdZaregistrovat a {
  color: #fff;
  text-decoration: none;
}
div.kosikbar div.vyhledat {
  padding-top: 5px;
}
div.kosikbar div.vyhledat input.vyhledat {
  display: inline-block !important;
  background-color: transparent;
  margin-left: 5px;
}
div.kosikbar img.icomenu {
  float: left;
  padding-top: 10px;
  position: relative;
  left: -10px;
  cursor: pointer;
}
div.kosikbar div.menuxs {
  padding-left: 20px;
  position: relative;
  top: 5px;
  cursor: pointer;
}
div.kosikbar div.menuxs img {
  padding: 9px;
}
div.kosikbar div.menuxs img:hover {
  padding: 7px;
  border: 2px solid #999999;
  border-radius: 3px;
}

/*#endregion */
ul.lm {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
}
ul.lm li.kategorie {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAD1BMVEW8gmv///+8gmu8gmu8gmut/sjIAAAABHRSTlMAAH6BmJCBVAAAACxJREFUeF4dxEERACAMA8GbgoDioBKqAfCvCZLPksAiw86y296yLQ+y5UDyfVsPAxVdmrK6AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
ul.lm li.kategorie a {
  font-size: 16px;
  color: #bc826b;
  font-weight: 600;
  text-decoration: none;
}
ul.lm li.kategorie a:hover {
  text-decoration: none;
}
ul.lm li.kategoriesel {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAgMAAADwXCcuAAAADFBMVEW8gmv///+8gmu8gmvqLRUkAAAAA3RSTlMAAIFgyXdoAAAAK0lEQVR4XjXJoQ0AIAwAwQuWYVgF030YhTFRhVRwyasXMX3jLj1pBxvUrx6JpQdAQry8hwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right 13px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 20px;
  cursor: pointer;
}
ul.lm li.kategoriesel a {
  font-size: 16px;
  color: #bc826b;
  font-weight: 600;
  text-decoration: none;
}
ul.lm li.kategoriesel a:hover {
  text-decoration: none;
}
ul.lm li.item {
  padding-left: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAANlBMVEX////xw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7EN+VRNAAAAEnRSTlMAANRW+VcMROFCQN7WVTwGVPpa0yGBAAAAQElEQVR4XnXMNxKAMBBDUaRNjoT7XxavOwpUvfmFjp9BqBQk7169dkmyATiZVF+8NMlYbLvOEh7FkrDxDMPn9QUyvQEUmR+wDQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  padding-right: 20px;
  line-height: 23px;
}
ul.lm li.item a {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  text-decoration: none;
}
ul.lm li.item a:hover {
  text-decoration: underline;
}
ul.lm li.item:hover {
  text-decoration: underline;
}
ul.lm li.itemsel {
  padding-left: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAIVBMVEX////xw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7Hxw7GB6d64AAAACnRSTlMA1ABW+VfWVFX6MM5d4AAAADVJREFUeF5NyrENABAABdFPJKzDBlZQGE0vaG5KChJXXfH0Z2NOkochGeiSg/k+wDqmtnL5BjRLC87wPZFTAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  padding-right: 20px;
  line-height: 23px;
}
ul.lm li.itemsel a {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  text-decoration: underline;
}
ul.lm li.itemsel a:hover {
  text-decoration: underline;
}

div.data {
  margin-top: 15px;
  padding-left: 25px;
  font-weight: 300;
  line-height: 25px;
}

/*#region HORNI RADEK S DROBENKOVOU NAVIGACI A STRANKOVANIM */
div.navigace {
  margin-bottom: 20px;
}
div.navigace div.bc {
  margin-bottom: 7px;
}
div.navigace div.bc h1 {
  display: inline;
  line-height: 0px;
}
div.navigace div.bc h1 a {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #666666;
  text-decoration: underline;
}
div.navigace div.bc h2 {
  font-size: 14px;
  color: #666666;
  display: inline;
}
div.navigace div.bc h2 a {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #666666;
  text-decoration: underline;
}
div.navigace div.bc h2.sel {
  font-size: 14px;
  color: #d09179;
  display: inline;
}
div.navigace div.strankovani {
  font-size: 12px;
}
@media (min-width: 970px) {
  div.navigace div.strankovani {
    text-align: right;
  }
}

/*#endregion */
/*#region SEZNAM PRODUKTU */
div.produkt {
  float: left;
  background-color: #F7F5F2;
  border-radius: 7px;
  border-bottom: 2px solid #E8DED3;
  border-right: 1px solid #E8DED3;
}
@media (max-width: 1199px) {
  div.produkt {
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  div.produkt {
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
div.produkt div.produktimg {
  text-align: center;
  width: 190px;
  height: 150px;
  line-height: 150px;
}
div.produkt div.produktimg img.produkt {
  display: inline-block;
  vertical-align: bottom;
  max-width: 190px;
}
div.produkt h3 {
  text-align: left;
}
div.produkt h3 a {
  font-size: 14px;
  color: #666666;
  text-decoration: underline;
}
div.produkt div.detail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAAAjCAMAAABCQ897AAAAYFBMVEXKwLX////XzcLj2c7LwbbKwLXh18zo3tPKwLXo3tPn3dLo3tPKwLXKwLXo3tPo3tPKwLXLwbbo3tPKwLXo3tPXzcLo3tPXzcLo3tPh18zj2c7n3dLLwbbNw7jXzcLKwLVTltFzAAAAGHRSTlMAAAAAAAYGBhsbbGxvwMDDw8bP0tLz+fnPp2TnAAAAfklEQVR4Xu3RWRqCMBAE4R41YQsgBONkAe9/S09hfz5MXeB/KDzu3bQk/XlpmToR3IZdSe2DwB9K6/AYldiIlcmtSEwuQan9NWecccYZZ5xxxhlXmVpFZnIZbyb3wlZ4WtkQTppXzgAX20X5l68WHdDHD6nYCwAXZgb2DE7kC1j1bAKEyiblAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  width: 110px;
  height: 35px;
  text-align: center;
  padding-top: 5px;
  display: inline-block;
  cursor: pointer;
}
div.produkt div.cenacont {
  float: right;
}
div.produkt div.cenacont div.cena {
  color: #669900;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
div.produkt div.cenacont div.cena .strikesmall {
  font-size: 12px;
}
div.produkt div.cenacont div.sdph {
  color: #666666;
  font-size: 12px;
  text-align: right;
  line-height: 12px;
}

/*#endregion */
/*#region DETAIL PRODUKTU */
div.produktdetail img.imgprodukttop {
  float: right;
  margin-left: 20px;
  padding-top: 25px;
  cursor: pointer;
}
div.produktdetail div.obsah {
  padding-bottom: 10px;
}
div.produktdetail div.obsah span.caption {
  width: 200px;
  display: inline-block;
  text-align: right;
  padding-right: 20px;
}
div.produktdetail div.cena {
  padding-left: 140px;
  padding-top: 15px;
  padding-bottom: 40px;
}
div.produktdetail span.green {
  color: #669900;
  font-size: 18px;
}
div.produktdetail div.fotografie {
  text-align: center;
}
div.produktdetail div.fotografie img.imgprodukt {
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

a.nahledcaption {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

/*#endregion */
/*#region KOSIK */
div.kosikprihlaseny {
  line-height: 22px;
  margin-top: -4px;
}

img.vzornik {
  height: 18px;
}

table.kosik {
  width: 100%;
}
table.kosik thead tr {
  background-color: #f7f3f0;
  border-bottom: 1px solid #f1c3b1;
}
table.kosik tr.kosikcelkem {
  background-color: #f7f3f0;
  border-top: 1px solid #f1c3b1;
  border-bottom: 1px solid #f1c3b1;
}
table.kosik tr.kosikcelkem td {
  font-weight: 400;
  font-size: 14px;
}
table.kosik th {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  padding: 10px;
  text-align: center;
}
table.kosik td {
  padding: 10px;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
}
table.kosik td a {
  color: #666666;
  text-decoration: underline;
}
table.kosik td.objednavkainfo {
  text-align: center;
  font-size: 14px;
}
table.kosik tr.postovne {
  border-top: 1px solid #f1c3b1;
  background-color: transparent;
}
table.kosik tr.bgwhite {
  background-color: transparent;
}
table.kosik th.fakturace {
  font-size: 14px;
}
table.kosik td.fakturace {
  font-size: 13px;
  white-space: nowrap;
  width: 200px;
  border-right: 1px solid #f1c3b1;
  text-align: right;
  padding-right: 10px;
}

/*#endregion */
/*#region SEZNAM OBJEDNAVEK */
tr.objednavkadetail {
  cursor: pointer;
}

a.objednavkazpet {
  float: right;
  margin-top: 20px;
  color: #666666;
  text-decoration: underline;
}

/*#endregion */
/*#region LISTA COOKIES */
div#cookies {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #f7f3f0;
  color: #666;
  font-size: 13px;
  padding: 15px 30px 10px 30px;
  text-align: center;
  border-top: 1px solid #d7d7d7;
}

div#cookies a {
  color: #666;
  text-decoration: underline;
}

input.cmdCookies {
  background-color: #e8ded3;
  color: #666;
  border: 1px solid #e8ded3;
  margin-left: 15px;
  padding: 5px 10px 5px 10px;
}
input.cmdCookies:hover {
  background-color: #e8ded3;
}

/*#endregion */
tr.velikostcz {
  background-color: #FAF8F6;
}

/*#region LISTA COOKIES */
div#cookies {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #e8ded3;
  color: #666666;
  font-size: 14px;
  padding: 30px 30px 20px 30px;
  text-align: left;
  z-index: 100000;
  border-top: 1px solid #cac0b5;
}
div#cookies p {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
}
div#cookies div.cookies-obsah {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  div#cookies div.cookies-obsah {
    width: 100%;
  }
}
div#cookies div.text {
  display: inline-block;
  width: 75%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  div#cookies div.text {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
}
div#cookies div.tlacitko {
  display: inline-block;
  text-align: right;
  position: relative;
  vertical-align: top;
  width: 25%;
}
@media (max-width: 992px) {
  div#cookies div.tlacitko {
    display: block;
    width: 100%;
    top: 0px;
    text-align: center;
    padding-top: 15px;
  }
}

div#cookies a {
  color: #666666;
  text-decoration: underline;
}

input.cmdCookies {
  background-color: #e9e9ed;
  color: #666666;
  border: 1px solid #fff;
  margin-top: 15px;
  margin-left: 0px;
  padding: 10px 10px 8px 10px;
  display: block;
  width: 100%;
}

input.cmdCookiesSel {
  background-color: #e5a991;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 0px;
  padding: 10px 10px 8px 10px;
  display: block;
  width: 100%;
  font-weight: 400;
}
input.cmdCookiesSel:hover {
  background-color: #c98970;
}

/*#endregion */
/*#region OKNO COOKIES */
div#cookies-okno {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
div#cookies-okno div#cookiesWinBg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 100%;
  background-color: #000000;
  opacity: 0.6;
  text-align: center;
  z-index: 100000;
}
div#cookies-okno div#cookiesWin {
  position: relative;
  margin: 0 auto;
  top: 10%;
  max-width: 90%;
  width: 700px;
  background-color: #fff;
  border: 2px solid #53656d;
  color: #53656d;
  font-size: 14px;
  line-height: 23px;
  border-radius: 5px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 25px;
  z-index: 100001;
}
div#cookies-okno div#cookiesWin div.zavrit {
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 25px;
  background-color: #fff;
  color: #aaa;
  font-weight: 600;
  cursor: pointer;
}
div#cookies-okno div#cookiesWin h2 {
  color: #5b5d5e;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 21px;
}
div#cookies-okno div#cookiesWin h3 {
  color: #5b5d5e;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  padding: 0px;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
div#cookies-okno div#cookiesWin p {
  margin-bottom: 15px;
}
div#cookies-okno div#cookiesWin .pt-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}
div#cookies-okno div#cookiesWin div.tlacitka {
  text-align: center;
}
div#cookies-okno div#cookiesWin input.souhlas {
  background-color: #e5a991;
  color: #fff;
  border: 0px;
  padding: 10px 15px 7px 15px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 15px;
}
div#cookies-okno div#cookiesWin input.souhlas:hover {
  background-color: #c98970;
}
div#cookies-okno div#cookiesWin input.nesouhlas {
  background-color: #ddd;
  color: #666666;
  border: 0px;
  padding: 10px 15px 7px 15px;
  margin-left: 7px;
  margin-right: 7px;
}

/*#endregion */
/*#region STRANKA COOKIES */
div.cookies-stranka {
  padding: 50px;
  padding-top: 0px;
}
div.cookies-stranka h2 {
  margin-left: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
  font-size: 21px;
}
div.cookies-stranka h3 {
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  text-align: left !important;
  font-size: 19px;
  font-weight: 400;
  font-weight: 400;
}
div.cookies-stranka p {
  margin-bottom: 15px !important;
}

/*#endregion */
/*#region CHECKBOX */
.cms-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cms-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cms-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #e5a991;
}
.cms-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cms-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.cms-checkbox .checkmark:after {
  left: 7px;
  top: 4px;
  width: 10px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-checkbox:hover input ~ .checkmark {
  background-color: #ddd;
}
.cms-checkbox input:checked ~ .checkmark {
  background-color: #e5a991;
}
.cms-checkbox h3 {
  position: relative;
  top: -3px;
}

/*#endregion */
#cmdObjednat {
  padding: 14px 25px 12px 25px;
  transition: 0.5s all;
}

#cmdObjednat:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

a.cmdHlavni {
  display: inline-block;
  background-color: #e5a991;
  border-radius: 5px;
  border-bottom: 2px solid #bc826b;
  color: #fff !important;
  text-decoration: none !important;
  padding: 13px 25px 9px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.5s all;
}

a.cmdStorno {
  display: inline-block;
  background-color: #f7f3f0;
  border-radius: 5px;
  border-bottom: 2px solid #bc826b;
  text-decoration: none !important;
  padding: 13px 25px 9px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.5s all;
}

a.cmdHlavni:hover,
a.cmdStorno:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

#patka_tVyhledat, #patka_bVyhledat {
  display: none;
}

/*#region PISMO A TEXTY */
body {
  font-family: "Signika";
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 19px;
}

h1 {
  font-size: 23px;
  color: #666666;
  font-weight: 400;
}

h2 {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  font-weight: 300;
  margin-top: 10px;
}

h2.podminky {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  padding-bottom: 10px;
}

a {
  color: #666666;
  font-size: 14px;
  text-decoration: underline;
}

a:hover {
  color: #d09179;
  font-size: 14px;
  text-decoration: underline;
}

/*#endregion */
/*#region ZAPATI */
div#zapati {
  margin-top: 25px;
  background-color: #f7f3f0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 30px solid #f1c3b1;
}
div#zapati div.data {
  text-align: center;
}
div#zapati div.data ul.zapati {
  list-style-type: none;
  padding: 0px;
  display: inline-block;
}
div#zapati div.data ul.zapati li {
  float: left;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 15px;
  padding-top: 15px;
  cursor: pointer;
  text-align: center;
}
div#zapati div.data ul.zapati li a {
  color: #c08585;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
div#zapati div.data ul.zapati li a:hover {
  text-decoration: underline;
}
div#zapati div.data ul.zapati li img {
  padding-bottom: 7px;
}
div#zapati div.data ul.zapati li:hover a {
  color: #c08585;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

/*#endregion */
/*#region POMOCNE PROMENNE */
img {
  border: 0px;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.riFocused {
  border-color: #BC826B !important;
  box-shadow: 0px 1px 8px rgba(188, 130, 107, 0.5) !important;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
}

.margin-top-30 {
  margin-top: 30px;
}

.pbrow {
  padding-top: 10px;
}

.pbrow2 {
  padding-top: 20px;
}

span.rbSkinnedButton.RadButton_Bootstrap, span.rbLinkButton.RadButton_Bootstrap, span.rbVerticalButton.RadButton_Bootstrap,
span.rbSkinnedButton.RadButton_Bootstrap:hover, span.rbLinkButton.RadButton_Bootstrap:hover, span.rbVerticalButton.RadButton_Bootstrap:hover, span.rbSkinnedButton.RadButton_Bootstrap:focus, span.rbLinkButton.RadButton_Bootstrap:focus, span.rbVerticalButton.RadButton_Bootstrap:focus {
  border: 0px !important;
  border-bottom: 2px solid #CAC0B5 !important;
  background-color: #E8DED3 !important;
}

span.rbSkinnedButton.RadButton_Bootstrap.main, span.rbLinkButton.RadButton_Bootstrap.main, span.rbVerticalButton.RadButton_Bootstrap.main {
  border: 0px !important;
  border-bottom: 2px solid #3C5015 !important;
  background-color: #669900 !important;
  margin-right: 10px;
  margin-top: 10px;
}

span.RadButton_Bootstrap .rbDecorated {
  font-family: Signika !important;
  font-size: 14px !important;
  color: #666666 !important;
}

span.RadButton_Bootstrap.main .rbDecorated {
  font-family: Signika !important;
  font-size: 14px !important;
  color: #fff !important;
}

.RadComboBox_Bootstrap .rcbInput, .rcbItem, .rcbHovered {
  font-size: 13px !important;
  font-family: Signika !important;
  font-weight: 300 !important;
}

.rcbList li.rcbItem, .rcbList li.rcbHovered {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.RadInput_Default .riTextBox, html body .RadInputMgr_Default {
  font-size: 13px !important;
  font-family: Signika !important;
  font-weight: 300 !important;
  border-radius: 3px;
  height: 30px !important;
  line-height: 28px !important;
  border: 1px solid #C08585 !important;
}

label {
  font-size: 13px !important;
  font-family: Signika !important;
  font-weight: 300 !important;
  padding-left: 7px;
  margin-bottom: 0px;
}

.texttop {
  position: relative;
  top: 3px;
}

.texttop-3 {
  position: relative;
  top: -3px;
}

div.width2 {
  display: inline-block;
  width: 2%;
}

#notify {
  position: fixed;
  width: 700px;
  height: 33px;
  color: #666666;
  background-color: rgba(0, 0, 0, 0.6);
  left: 50%;
  margin-left: -350px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
  z-index: 9999;
  display: none;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 27px;
  font-size: 14px;
}

div#popWinBg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 100%;
  background-color: #000000;
  opacity: 0.6;
  text-align: center;
  display: none;
  z-index: 100000;
}

div#popWin {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -30px;
  width: 300px;
  height: 80px;
  background-color: #fff;
  border: 5px solid #E2E2E2;
  color: #4E4E4E;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 35px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  z-index: 100001;
}

/*#endregion */
