/*
a:focus {
	outline: 0;
}

.small {
	font-size: 85%;
}

// table
// ---------------------------------------------
.table {

	td {
		text-align: none;

		a.btn {
			margin-top: -8px;
			margin-bottom: -4px;
		}
	}

	thead {
		border-bottom: 2px solid #dd0000;

		a {
			color: #000;
			&:hover {
				text-decoration: none;
			}
		}
	}

	tfoot {
		border-top: 1px solid #bbb;
		td {
			border-top: none;
		}
	}

}
*/
body {
  overflow-y: scroll;
}
pre {
  white-space: pre;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.left {
  text-align: left !important ;
}
.right {
  text-align: right !important ;
}
.center {
  text-align: center !important ;
}
.justitfy {
  text-align: justify !important ;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.italic {
  font-style: italic;
}
.small {
  font-size: 0.85em;
}
.grey {
  color: grey;
}
.black {
  color: #000;
}
.filetype_icon {
  display: block;
  margin: 10px 0;
  padding-left: 25px;
  color: inherit;
  background: transparent url(../img/filetype_icon/_unknown.html) left top no-repeat;
  text-decoration: none;
}
.filetype_icon a {
  color: inherit;
  text-decoration: none;
}
.filetype_icon .path {
  display: block;
  font-size: 0.85em;
  font-style: italic;
  color: #aaa;
}
.m0 {
  margin: 0px !important ;
}
.mt0 {
  margin-top: 0px !important ;
}
.mb0 {
  margin-bottom: 0px !important ;
}
.ml0 {
  margin-left: 0px !important ;
}
.mr0 {
  margin-right: 0px !important ;
}
.m5 {
  margin: 5px !important ;
}
.mt5 {
  margin-top: 5px !important ;
}
.mb5 {
  margin-bottom: 5px !important ;
}
.ml5 {
  margin-left: 5px !important ;
}
.mr5 {
  margin-right: 5px !important ;
}
.m-5 {
  margin: -5px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.m10 {
  margin: 10px !important ;
}
.mt10 {
  margin-top: 10px !important ;
}
.mb10 {
  margin-bottom: 10px !important ;
}
.ml10 {
  margin-left: 10px !important ;
}
.mr10 {
  margin-right: 10px !important ;
}
.m-10 {
  margin: -10px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.m25 {
  margin: 25px !important ;
}
.mt25 {
  margin-top: 25px !important ;
}
.mb25 {
  margin-bottom: 25px !important ;
}
.ml25 {
  margin-left: 25px !important ;
}
.mr25 {
  margin-right: 25px !important ;
}
.m-25 {
  margin: -25px !important;
}
.mt-25 {
  margin-top: -25px !important;
}
.mb-25 {
  margin-bottom: -25px !important;
}
.ml-25 {
  margin-left: -25px !important;
}
.mr-25 {
  margin-right: -25px !important;
}
.m50 {
  margin: 50px !important ;
}
.mt50 {
  margin-top: 50px !important ;
}
.mb50 {
  margin-bottom: 50px !important ;
}
.ml50 {
  margin-left: 50px !important ;
}
.mr50 {
  margin-right: 50px !important ;
}
.m-50 {
  margin: -50px !important;
}
.mt-50 {
  margin-top: -50px !important;
}
.mb-50 {
  margin-bottom: -50px !important;
}
.ml-50 {
  margin-left: -50px !important;
}
.mr-50 {
  margin-right: -50px !important;
}
.m100 {
  margin: 100px !important ;
}
.mt100 {
  margin-top: 100px !important ;
}
.mb100 {
  margin-bottom: 100px !important ;
}
.ml100 {
  margin-left: 100px !important ;
}
.mr100 {
  margin-right: 100px !important ;
}
.p0 {
  padding: 0px !important ;
}
.pt0 {
  padding-top: 0px !important ;
}
.pb0 {
  padding-bottom: 0px !important ;
}
.pl0 {
  padding-left: 0px !important ;
}
.pr0 {
  padding-right: 0px !important ;
}
.p5 {
  padding: 5px !important ;
}
.pt5 {
  padding-top: 5px !important ;
}
.pb5 {
  padding-bottom: 5px !important ;
}
.pl5 {
  padding-left: 5px !important ;
}
.pr5 {
  padding-right: 5px !important ;
}
.p-5 {
  padding: -5px !important;
}
.pt-5 {
  padding-top: -5px !important;
}
.pb-5 {
  padding-bottom: -5px !important;
}
.pl-5 {
  padding-left: -5px !important;
}
.pr-5 {
  padding-right: -5px !important;
}
.p10 {
  padding: 10px !important ;
}
.pt10 {
  padding-top: 10px !important ;
}
.pb10 {
  padding-bottom: 10px !important ;
}
.pl10 {
  padding-left: 10px !important ;
}
.pr10 {
  padding-right: 10px !important ;
}
.p-10 {
  padding: -10px !important;
}
.pt-10 {
  padding-top: -10px !important;
}
.pb-10 {
  padding-bottom: -10px !important;
}
.pl-10 {
  padding-left: -10px !important;
}
.pr-10 {
  padding-right: -10px !important;
}
.p25 {
  padding: 25px !important ;
}
.pt25 {
  padding-top: 25px !important ;
}
.pb25 {
  padding-bottom: 25px !important ;
}
.pl25 {
  padding-left: 25px !important ;
}
.pr25 {
  padding-right: 25px !important ;
}
.p-25 {
  padding: -25px !important;
}
.pt-25 {
  padding-top: -25px !important;
}
.pb-25 {
  padding-bottom: -25px !important;
}
.pl-25 {
  padding-left: -25px !important;
}
.pr-25 {
  padding-right: -25px !important;
}
.p50 {
  padding: 50px !important ;
}
.pt50 {
  padding-top: 50px !important ;
}
.pb50 {
  padding-bottom: 50px !important ;
}
.pl50 {
  padding-left: 50px !important ;
}
.pr50 {
  padding-right: 50px !important ;
}
.p-50 {
  padding: -50px !important;
}
.pt-50 {
  padding-top: -50px !important;
}
.pb-50 {
  padding-bottom: -50px !important;
}
.pl-50 {
  padding-left: -50px !important;
}
.pr-50 {
  padding-right: -50px !important;
}
.p100 {
  padding: 100px !important ;
}
.pt100 {
  padding-top: 100px !important ;
}
.pb100 {
  padding-bottom: 100px !important ;
}
.pl100 {
  padding-left: 100px !important ;
}
.pr100 {
  padding-right: 100px !important ;
}
.btn {
  min-width: 100px;
}
.btn.btn-violet {
  background-color: #4f4d6a;
  border-color: #4f4d6a;
  color: #fff;
}
[data-href] {
  cursor: pointer;
}
ul li {
  margin-bottom: .5em;
  list-style-image: url(../_images/li-default.png);
}
ul li li {
  list-style-image: url(../_images/li-level2.png);
}
table.large td {
  padding-bottom: .5em;
  padding-top: .5em;
  vertical-align: top;
}
body {
  background-color: #cfcfcf;
}
#wrap1 {
  margin-top: 30px;
  background-color: #fff;
  position: relative;
}
#header {
  background-color: #4a9745;
}
#header #header-in {
  position: relative;
  padding-top: 5px;
}
#logo {
  display: inline-block;
}
.flags {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 20;
}
@media (max-width: 991px) {
  .flags {
    right: 30px;
  }
}
#black-line {
  height: 10px;
}
#body {
  min-height: 300px;
}
#footer {
  min-height: 25px;
  padding-top: 5px;
  background-color: #4a9745;
  color: #ccc;
  font-size: 0.8em;
}
#footer a {
  text-decoration: none;
  color: inherit;
}
#footer #footer-address {
  width: 100%;
  display: table;
}
#footer #footer-address:before,
#footer #footer-address:after {
  content: " ";
  display: table;
}
#footer #footer-address:after {
  clear: both;
}
@media (max-width: 991px) {
  #footer #footer-address {
    display: block;
  }
}
#footer #footer-address > div {
  display: table-cell;
  vertical-align: top;
}
#footer #footer-address > div:nth-child(2) {
  width: 400px;
}
#footer #footer-address > div:nth-child(3) {
  width: 150px;
}
@media (max-width: 991px) {
  #footer #footer-address > div {
    display: block;
    float: left;
  }
}
#footer #footer-logo {
  max-width: 180px;
  padding-left: 0 !important;
}
#footer #footer-address {
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 15px;
}
#footer #footer-map {
  max-width: 400px;
}
@media (min-width: 992px) {
  #footer #footer-map {
    float: right;
  }
}
#footer #footer-form {
  min-width: 300px;
  max-width: 400px;
}
#copy {
  clear: both;
  padding: 20px;
  text-align: center;
  background-color: #cfcfcf;
  margin: 0 -15px;
}
#body {
  padding-top: 20px;
}
#content {
  padding-bottom: 20px;
}
#carousel-top {
  margin-bottom: 5px;
}
#carousel-top:before,
#carousel-top:after {
  content: " ";
  display: table;
}
#carousel-top:after {
  clear: both;
}
.navbar-inverse {
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
}
.dropdown-menu {
  background-color: #00633A;
  width: 300px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #84BC3D;
  color: #ffffff;
}
.navbar-inverse {
  background-image: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none;
}
.navbar-inverse {
  border-color: #000000;
}
.navbar-inverse .navbar-brand {
  color: #bbbbbb;
}
.navbar-inverse .navbar-brand:hover {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bbbbbb;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
}
.dropdown-menu > li > a {
  color: #eee;
  white-space: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #bbbbbb;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #bbbbbb;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-bottom-color: #ffffff;
}
#menu-top {
  clear: both;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #menu-top {
    margin-right: -45px;
  }
}
#menu-top li {
  list-style: none;
}
@media (max-width: 991px) {
  #menu-top-collapse {
    margin-top: 10px;
  }
}
.navbar-toggle {
  margin-top: -10px;
}
#menu-topx {
  position: relative;
  z-index: 100;
  color: #ccc;
}
@media (min-width: 480px) {
  #menu-topx {
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  #menu-topx {
    text-align: right;
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  #menu-topx {
    margin-right: -25px;
  }
}
@media (min-width: 480px) {
  #menu-topx ul.hl1 {
    position: relative;
    display: inline-table;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #menu-topx ul.hl1:before,
  #menu-topx ul.hl1:after {
    content: " ";
    display: table;
  }
  #menu-topx ul.hl1:after {
    clear: both;
  }
  #menu-topx ul.hl1 ul {
    display: none;
    position: absolute;
    top: 100%;
    max-width: 300px;
    padding: 15px;
    padding-left: 27px;
    background: #222;
  }
  #menu-topx ul.hl1 ul li {
    float: none;
    text-align: left;
    line-height: 1.5em;
  }
  #menu-topx ul.hl1 ul ul {
    position: absolute;
    left: 100%;
    top: 0;
  }
  #menu-topx li {
    float: left;
    text-align: center;
  }
  #menu-topx li:hover > ul {
    display: block;
  }
  #menu-topx a {
    display: block;
    margin: 0 10px;
    line-height: 30px;
    color: #fff;
  }
  #menu-topx a:hover {
    color: #0085e4;
    text-decoration: none;
  }
}
.thumb {
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumb:hover,
.thumb:focus {
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  border-color: #0088cc;
}
.prilohy ul,
.prilohy li {
  margin: 0;
  padding: 0;
  padding-left: 25px;
  list-style: none;
  background-repeat: no-repeat;
}
.prilohy li {
  margin-bottom: 5px;
  background-position: 0px 2px;
  background-image: url(../../../_images/icons_filetype/_folder.gif);
}
.prilohy_soubory .prilohy li {
  margin-bottom: 0px;
  padding-bottom: 3px;
  background-position: 2px 0px;
  background-image: url(../../../_images/icons_filetype/_unknown.gif);
}
.prilohy .cat_titulek {
  font-weight: bold ;
}
.prilohy .cat_popisek,
.prilohy .itm_popisek {
  display: block;
  margin-bottom: 5px;
  font-size: 0.85em;
}
.fotogalerie ul {
  margin: 0;
  padding: 0;
}
.fotogalerie ul:before,
.fotogalerie ul:after {
  content: " ";
  display: table;
}
.fotogalerie ul:after {
  clear: both;
}
.fotogalerie li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.fotogalerie img {
  display: block;
}
.fotogalerie a {
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fotogalerie a:hover,
.fotogalerie a:focus {
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  border-color: #0088cc;
}
.shop_detail .foto {
  float: right;
  clear: right;
  margin-left: 25px;
  margin-right: 10px;
}
.shop_detail .foto img {
  display: block;
}
.shop_detail .foto a {
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
.shop_detail .foto a:hover,
.shop_detail .foto a:focus {
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  border-color: #0088cc;
}
.shop_detail .cenovka {
  margin: 20px;
  margin-right: 200px;
}
.shop_detail .cenovka form {
  margin-bottom: 0;
}
.shop_detail .mnozstvi {
  width: 30px;
}
.shop_katalog_dlazdice ul {
  margin: 0;
  padding: 0;
}
.shop_katalog_dlazdice ul:before,
.shop_katalog_dlazdice ul:after {
  content: " ";
  display: table;
}
.shop_katalog_dlazdice ul:after {
  clear: both;
}
.shop_katalog_dlazdice li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 250px;
  float: left;
  margin: 5px;
}
.shop_katalog_dlazdice li:hover,
.shop_katalog_dlazdice li:focus {
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  border-color: #0088cc;
}
.shop_katalog_dlazdice .foto {
  padding: 5px;
  height: 110px;
  line-height: 110px;
  text-align: center;
}
.shop_katalog_dlazdice .foto img {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.shop_katalog_dlazdice h2 {
  font-size: 1.1em;
  margin-bottom: 0px;
}
.shop_katalog_dlazdice .popis {
  height: 230px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 0.9em;
}
.shop_katalog_dlazdice .well {
  margin-bottom: 0;
}
.shop_katalog_dlazdice .cenovka {
  margin-top: -90px;
  height: 50px;
  position: relative;
}
.shop_katalog_dlazdice form {
  margin-bottom: 0;
}
.shop_katalog_dlazdice .mnozstvi {
  width: 30px;
}
.shop_katalog_dlazdice .cena_s_dph {
  font-size: 0.9em;
}
.shop_kosik table,
.shop_rekapitulace table {
  width: 100%;
}
.shop_kosik .col_first,
.shop_rekapitulace .col_first {
  text-align: left;
  padding-left: 10px;
}
.shop_kosik .col_last,
.shop_rekapitulace .col_last {
  text-align: right;
  padding-right: 10px;
}
.shop_kosik .bg,
.shop_rekapitulace .bg {
  background-color: #eee;
}
.shop_kosik .bg td,
.shop_rekapitulace .bg td,
.shop_kosik .bg th,
.shop_rekapitulace .bg th {
  height: 30px;
}
.shop_kosik .mnozstvi,
.shop_rekapitulace .mnozstvi {
  width: 30px;
  margin: 0;
}
#shop_kosik_mini {
  padding: 20px;
  padding-left: 70px;
  background: transparent url(../_images/kosik_mini_bg.png) 10px center no-repeat;
  cursor: pointer;
}
#page_shop-dodaci-udaje .form-horizontal .control-group {
  margin-bottom: 5px;
}
.rubrika_list {
  color: #4f4d6a;
  font-family: serif;
  font-size: 1.1em;
  font-style: italic;
  vertical-align: top;
}
@media (min-width: 992px) {
  .rubrika_list .rubrika_item {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
  .rubrika_list .rubrika_item:nth-child(3n+2) {
    margin: 0 4%;
  }
}
.rubrika_list .rubrika_item .content {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.rubrika_list .rubrika_item .content:after {
  display: block;
  position: absolute;
  bottom: 0px;
  height: 20px;
  width: 100%;
  content: " ";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #4a9745;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 20px;
}
#home-image-menu {
  padding-top: 25px;
  text-align: center;
  background-color: #dddddd;
}
#home-image-menu h2 {
  font-size: 1em;
  font-weight: bold;
}
#home-image-menu img {
  border-radius: 10px;
  border: 1px solid #fff;
}
#home-image-menu img.border-green {
  border-color: #50b700;
}
@media (min-width: 992px) {
  #home-image-menu img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-image-menu .col-sm-4 {
    float: none;
    display: inline-block;
    height: 400px;
    width: 200px;
  }
}
.aktualita {
  font-family: serif;
  font-style: italic;
  font-size: 1.1em;
}
.moduly {
  padding-top: 15px;
  background-color: #eee;
  padding-bottom: 15px;
}
.thumbnail {
  margin: 25px;
}
@media (max-width: 991px) {
  .thumbnail {
    max-width: 250px;
    margin: 25px auto;
  }
}
.table-czu {
  border-collapse: collapse;
}
.table-czu a {
  color: #000;
  font-weight: bold;
}
.table-czu td {
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #EEE;
}
.table-czu td[class^="bg"] {
  width: 50px;
}
.table-czu .bg-red1 {
  background-color: #FF5454;
}
.table-czu .bg-orange1 {
  background-color: #F79443;
}
.table-czu .bg-orange2 {
  background-color: #FFB663;
}
.table-czu .bg-orange3 {
  background-color: #DA8D00;
}
.table-czu .bg-orange4 {
  background-color: orange;
}
.table-czu .bg-yellow1 {
  background-color: #EEDB8D;
}
.table-czu .bg-yellow2 {
  background-color: yellow;
}
.table-czu .bg-yellow3 {
  background-color: #F0F1B6;
}
.table-czu .bg-violet1 {
  background-color: #FD6DFC;
}
.table-czu .bg-blue1 {
  background-color: #A0C3FF;
}
.table-czu .bg-blue2 {
  background-color: #4374E0;
}
.table-czu .bg-blue3 {
  background-color: #2EFFFE;
}
.table-czu .bg-blue4 {
  background-color: #91B2E1;
}
.table-czu .bg-blue5 {
  background-color: #B2CCE2;
}
.table-czu .bg-green1 {
  background-color: green;
}
.table-czu .bg-green2 {
  background-color: #00FF2A;
}
.table-czu .bg-green3 {
  background-color: #C1CD89;
}
.table-czu .bg-green4 {
  background-color: #5F8100;
}
.table-czu .bg-grey1 {
  background-color: #D9D9D9;
}
.table-czu .bg-grey2 {
  background-color: #CECECE;
}
.table-czu .bg-grey3 {
  background-color: #efefef;
}
/*# sourceMappingURL=../../../../www/_templates/_default/css/app.css.map */