/*
    Document   : style
    Author     : Tamara
*/
			#loader {
				z-index: 1999;
				height:100%;
			    width:100%;
			    position:fixed;
				background-color: rgb(0,0,0,0.8);
			    display: none;
			}
			
			#loaderSpinner {
			  position: fixed;
			  left: 50%;
			  top: 50%;
			  width: 150px;
			  height: 150px;
			  margin: -75px 0 0 -75px;
			  border: 16px solid #f3f3f3;
			  border-radius: 50%;
			  border-top: 16px solid #F3A73C;
			  border-bottom: 16px solid #F3A73C;
			  width: 120px;
			  height: 120px;
			  -webkit-animation: spin 2s linear infinite;
			  animation: spin 2s linear infinite;
			}
			
			@-webkit-keyframes spin {
			  0% { -webkit-transform: rotate(0deg); }
			  100% { -webkit-transform: rotate(360deg); }
			}
			
			@keyframes spin {
			  0% { transform: rotate(0deg); }
			  100% { transform: rotate(360deg); }
			}
			
			/* Add animation to "page content" */
			.animate-bottom {
			  position: relative;
			  -webkit-animation-name: animatebottom;
			  -webkit-animation-duration: 1s;
			  animation-name: animatebottom;
			  animation-duration: 1s
			}
			
			@-webkit-keyframes animatebottom {
			  from { bottom:-100px; opacity:0 } 
			  to { bottom:0px; opacity:1 }
			}
			
			@keyframes animatebottom { 
			  from{ bottom:-100px; opacity:0 } 
			  to{ bottom:0; opacity:1 }
			}


body {
    font-family: 'Open Sans', sans-serif;
    background: url('../images/design/bg-body2.jpg') no-repeat center top;
    background-color: #efeae0;
    min-height: 100%;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.flag-circle {
  width: 44px;
  height: 44px;
  border: 1px solid #f0a536;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.flag-circle img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.lang:hover .flag-circle {
  background: #fff7ed;
  transform: translateY(-1px);
}

.lang.active .flag-circle {
  background: #fdf1df;
  box-shadow: 0 0 0 3px rgba(240, 165, 54, 0.15);
}

.order-step {
	padding:5px; border-radius:10px; border-bottom:1px solid #5B5043;
}

.mobile-show { 
	display:none;
}

.container {
	background-color: white;
}
a:focus, a:active, a:hover {
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #222;
}
a {
    color: #689c00;
}
.clear {
    clear: both;
}
.btn-default {
    border: 1px solid #88b234;
    color: #689c00;
    padding: 9px 25px;
    border-radius: 40px;
}
.btn-default:hover,
.btn-default.active,
.btn-default:active,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-secondary:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
    background-color: #f1f1f1;
    outline: none;
    box-shadow: none;
}
.btn-secondary {
    border: 1px solid #c3c3c3;
    color: #333;
    padding: 9px 25px;
    border-radius: 40px;
}
.red {
    color: #ef6648;
}

/* MODULE: _orders */
.status { padding:20px; text-align: center; }
.status_inner { background-image: url(../images/layout/status_bg.gif); background-repeat: repeat-x; width:446px; text-align: left; margin:auto;}
.status_active { float:left; width:89px; margin-left:0px; color:#ff9800; text-align: center; font-weight: bold; }
.status_inactive { float:left; width:89px; margin-left:0px; color:#d6d6d6; text-align: center; font-weight: bold; }
.status_active a {color:#ff9800;}
.status_inactive a {color:#d6d6d6;}
.status_inactive a:hover {color:#ff9800; text-decoration: none;}

.form_subtitle { background-color:#eaeaea; font-size:14px; font-weight:bold; padding:5px;}
.form_input { width:230px; border:1px solid silver; padding:3px;}
.form_submit { background-color:#bbd606; padding:5px; font-weight:bold; font-size:14px; border:2px solid #6F7F00; }
.form_submit_small { background-color:#bbd606; padding:2px; font-weight:bold; border:2px solid #6F7F00; }
.logout_button { background-color:silver; padding:2px; margin:2px; width:180px; font-weight:bold; border:1px solid #444444; color:#444444; }
.form_info { color:#aaaaaa; font-size:12px; font-weight: normal; }
.form_error { color:red; font-weight: bold; font-size: 14px; padding-bottom:10px;}
.form_success { color:#00cc00; font-weight: bold; font-size: 14px; padding-bottom:10px;}

/*topmenu buttons*/
.topmenu_home {
	width:24px;
	height:24px;
	background-image: url('../images/design/home.png');
	background-size: 24px 24px;
	background-position-x: 0px;
	background-repeat: no-repeat;
}
.topmenu_home:hover {
	background-image: url('../images/design/home_hover.png');
}

/*bottommenu buttons*/
.bottommenu_facebook {
	width:32px;
	height:24px;
	background-image: url('../images/design/facebook.png');
	background-size: 24px 24px;
	background-position-x: 0px;
	background-repeat: no-repeat;
}
.bottommenu_facebook:hover {
	background-image: url('../images/design/facebook_hover.png');
}

.bottommenu_googleplus {
	width:32px;
	height:24px;
	background-image: url('../images/design/googleplus.png');
	background-size: 24px 24px;
	background-position-x: 0px;
	background-repeat: no-repeat;
}
.bottommenu_googleplus:hover {
	background-image: url('../images/design/googleplus_hover.png');
}

.bottommenu_skype {
	width:32px;
	height:24px;
	background-image: url('../images/design/skype.png');
	background-size: 24px 24px;
	background-position-x: 0px;
	background-repeat: no-repeat;
}
.bottommenu_skype:hover {
	background-image: url('../images/design/skype_hover.png');
}


.bottommenu_instagram {
	width:32px;
	height:24px;
	background-image: url('../images/design/instagram.png');
	background-size: 24px 24px;
	background-position-x: 0px;
	background-repeat: no-repeat;
}
.bottommenu_instagram:hover {
	background-image: url('../images/design/instagram_hover.png');
}


.bottommenu_twitter {
	width:32px;
	height:24px;
	background-image: url('../images/design/twitter.png');
	background-size: 24px 24px;
	background-position-x: 0px;
	background-repeat: no-repeat;
}
.bottommenu_twitter:hover {
	background-image: url('../images/design/twitter_hover.png');
}


/* header top + footer */
.header-top-bg,
.header-top-bg-b2b,
.footer-bg {
    /*background: url('../images/design/bg.png') no-repeat center top;*/
    background-color: #5b5042;
    height: 65px;
}

.header-top-bg-b2b, .footer-bg-b2b {
	background-color: #125a32;
}

.header-top {
	margin-top: -55px;
}

.footer-bg {
    margin-top: -200px;
}
.footer-bg {
	height: 200px;
}



.header-top .nav a,
.footer a,
.footer-info span {
    color: #d7d7d7;
    padding: 10px 15px;
}
.header-top .nav-tabs > li > a:hover,
.header-top .nav > li > a:focus,
.header-top .nav > li > a:hover,
.header-top .nav > li > a:active {
    color: #b5e35c;
}
.nav-tabs {
    border-bottom: 0;
    display: inline-block;
    font-size:18px;
}
.nav-tabs>li>a {
    border: 0;
}
.nav-tabs > li > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    border: 0;
    background-color: transparent;
    color: #739a27;
}
.regis {
    float: right;
}
.header-top .nav.regis a {
    color: #efbf7a;
}
.footer {
    margin-top: 50px;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
    color: #b5e35c;
    outline: none;
}
.footer-info {
    float: right;
}
.footer-links {
    float: left;
}
.footer-info span {
    vertical-align: middle;
    color: #efbf7a;
    font-size: 13px;
}
/* header middle */
.header-middle {
    padding: 25px 0;
}
.logo {
    margin-left: 10px;
    max-width: 240px;
    width: 100%;
    height: auto;
}
/* search */
.input-group-search {
    padding: 10px 0;
    margin-top: 2px;
    margin-left: 2px;
}
.input-group-search .form-control {
    border-radius: 46px !important;
    height: 46px;
    padding-right: 60px;
    padding-left: 20px;
    vertical-align: middle;
    font-size: inherit;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    margin-left: 15px;
    font-size: 15px;
    letter-spacing: 0.2px;
}
.input-group-search .input-group-btn .btn {
    margin: 0;
    border: 0;
    height: 42px;
    padding: 0 5px;
    vertical-align: middle;
    text-align: center;
    left: -30px;
    color: #cbcbcb;
    background-color: white;
}
.search-icon {
    height: 16px;
    width: 16px;
    margin-top: -2px;
}
.open > .dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background-color: white;
    outline: 0;
    border: 0;
    box-shadow: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus{
    outline: none;
    box-shadow: none;
}

/* basket */
/*.btn-basket-top {
    display: inline-block;
    text-align: center;
    padding: 10px;
    float: right;
    padding-right: 0;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-top: 2px;
    margin-bottom: -2px;
    outline: 0;
}
.basket-icon {
    background: url('../images/design/basket-product.png') no-repeat center top;
    height: 44px;
    display: inline-block;
    background-size: contain;
    width: 44px;
    vertical-align: middle;
    margin-left: 15px;
    margin-bottom: 2px;
}
.btn-basket-top:hover .basket-icon,
.basket-product-icon:hover {
    background: url('../images/design/basket-h.png') no-repeat center top;
    height: 44px;
    display: inline-block;
    background-size: contain;
    width: 44px;
    vertical-align: middle;
}
.btn-basket-top:hover {
    color: #739a27;
    text-decoration: none;
}
.btn-basket-top:focus,
.btn-basket-top:active {
    outline: none;
    text-decoration: none;
    color: #739a27;
}*/




/* basket */
.btn-basket-top {
    display: inline-block;
    text-align: center;
    padding:0px;
    padding-left: 10px;
    float: right;
    padding-right: 0;
    color: #333;
    font-weight: 600;
}
.btn-basket-top {
	background-color: #86AF3A;
	border-radius: 40px;
	color:white;
}
.basket-icon {
	background-color: white;
    background: url('../images/design/basket-h.png') no-repeat center top;
    height: 44px;
    display: inline-block;
    background-size: contain;
    width: 44px;
    vertical-align: middle;
    margin-left: 15px;
    margin-top:-1px;
    margin-right:-1px;
    margin-bottom:-1px;
}
.btn-basket-top:hover .basket-icon,
.basket-product-icon:hover {
    background: url('../images/design/basket-product.png') no-repeat center top;
    height: 44px;
    display: inline-block;
    background-size: contain;
    width: 44px;
    vertical-align: middle;
}
.btn-basket-top:hover {
    color: #739a27;
    text-decoration: none;
    border:1px solid #86AF3A;
}
.btn-basket-top:focus,
.btn-basket-top:active {
    outline: none;
    text-decoration: none;
    color: #739a27;
}
/* info */
.info {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-bottom: 35px;
    margin-left: 0px;
    margin-right: 0;
}
.info-icon {
    width: 44px;
    height: 44px;
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block;
}
.info-text {
    vertical-align: middle;
    text-align: left;
    display: inline-block;
}
h2 {
    font-size: 15px;
    line-height: 20px;
}
.info h2 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}
.foooter {
	display:block;
}
.mobile-info, .mobile-footer {
    display: none;
}
.users {
    text-align: center;
    background-color: #fba521;
}
.users p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 5px;
    margin: 0;
    text-transform: uppercase;
}
/* kategorie */
#categories {
    background-color: #f9f7f4;
    border: 0;
    border-radius: 0;
    padding: 12px 5px;
    margin-bottom: 30px;
}
#categories .categories-1 a {
    color: #444443;
    text-transform: uppercase;
    font-size: 13px; /*11.5px;*/
    font-weight: 700;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
}
#categories .categories-2 a {
    background-color: transparent;
    padding: 3px 22px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}
#categories a {
    outline: none;
}
#categories a:hover,
#categories a:hover span,
#categories a:focus,
#categories a:focus span,
#categories a:active,
#categories a:active span {
    color: #689c00;
}

.animals-icon {
    height: 28px;/*19px;*/
    padding-right: 10px;
    vertical-align: middle;
}


.categories-dot {
    background: #ad8268;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 23px;
}
.categories-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 178px;
    color: #222;
}
.sidebar .navbar-collapse {
    padding: 0;
}
/* banery */
.sidebar-banner {
    margin-bottom: 30px;
}
.content-banners-container-c {
    text-align: center;
}
.mb {
    margin-bottom: 27px;
}
.mr {
    margin-right: 23px;
}
/* produkty */
.thumbnail {
    padding: 15px;
    padding-bottom: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    min-height: 403px;
}
.thumbnail img {
    max-width: 220px;
    max-height: 220px;
}
.thumbnail-img-container {
    height: 220px;
    line-height: 220px;
    text-align: center;
}
.thumbnail h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0px;
    height: 60px;
    overflow: hidden;
}
.thumbnail .caption {
    padding: 0;
    color: #494949;
}
.thumbnail .caption:hover {
    color: #719726;
    text-decoration: none;
}
.thumbnail p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ef9101;
    font-weight: 500;
    margin-bottom: 5px;
}
.basket-product-icon {
    background: url('../images/design/basket-h.png') no-repeat center top;
    height: 44px;
    display: inline-block;
    background-size: contain;
    width: 44px;
    vertical-align: middle;
}
.product-basket {
    min-height: 60px;
    text-align: center;
    width: 100%;
}
.product-basket-center {
    display: inline-block;
}
.product-basket p {
    float: left;
}
.product-basket p a {
    padding: 6px 8px;
}
.count-basket {
    width: 68px;
    height: 34px;
    float: left;
    margin: 12px 5px;
}
.count-edit {
    border: solid 1px #e6e6e6;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    float: left;
}
.count-edit input {
    width: 38px;
    text-align: center;
    height: 28px;
    margin: 2px;
    border: 1px solid #fff;
    vertical-align: middle;
}
.count-plus, .count-minus {
    float: left;
    width: 24px;
    height: 17px;
    cursor: pointer;
    display: block;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    color: black;
    background: white;
    border-radius: 0;
    padding: 0;
}
.count-plus {
    border-top: 1px solid #e6e6e6;
}
.count-minus {
    border-bottom: 1px solid #e6e6e6;
}
.count-minus i {
    vertical-align: top;
}
.product-basket-center .btn:active {
    box-shadow: none;
}
.new, .akcia, .sale, .freeshipping  {
    padding: 0 7px;
    height: 44px;
    position: absolute;
    color: white;
    border-radius: 44px;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 44px;
    left: 30px;
}
.martop {
	margin-top:50px;
}
.disclaimer {
	display:none; left:30px; top:60px; border: 2px solid #A4C756; width:200px; border-radius: 10px; position:absolute; padding:5px; font-size:11px; background: white;
}
.disclaimer-list {
	display:none; left:30px; top:65px; border: 2px solid #A4C756; width:220px; border-radius: 10px; position:absolute; padding:5px; font-size:11px; background: white; color:black;
}

.new {
    background-color: #667da6;
}
.akcia {
    background-color: #ff4444;
}
.sale {
    background-color: #ffba44;
}
.freeshipping {
    background-color: #A4C756;
}
/* produkty - taby */
.products-tabs {
    padding-right: 0px;
    padding-left: 0px;
}
.products-tabs .tabbable {
    text-align: center;
}
.products-tabs .tabbable ul {
    padding: 0px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 51px;
    margin: 30px 0;
    margin-top: 35px;
}
.products-tabs .tabbable li {
    border-left: 1px solid #e6e6e6;
    padding: 4px;
}
.products-tabs .tabbable li:first-child {
    border-left: 0;
}
.products-tabs .tabbable a,
.pagination li a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.products-tabs .nav-tabs > li.active > a,
.products-tabs .nav-tabs > li.active > a:focus,
.products-tabs .nav-tabs > li.active > a:hover {
    border: 0;
}
.products-tabs .nav-tabs > li.active > a {
    color: #73ad04;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active,
.nav > li > a:focus {
    outline: 0;
}
.products-tabs .tab-content ul,
.pagination {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 20px 0;
    margin-top: -5px;
    float: right;
}
.products-tabs .tab-content li {
    border: 0;
    padding: 0;
}
.pagination > li > a:hover {
    background-color: #f9f7f4;
    color: #537b05;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: transparent;
    color: #739a27;
    border-color: #ddd;
}
.products-tabs .tabbable ul.pagination-down {
    margin-top: 0px;
}
/* produkty - filter - category */
.btn-group-vertical.category-filter-container>.btn,
.btn-group.category-filter-container>.btn {
    float: none;
}
.category-filter-container .btn.active,
.category-filter-container .btn:active {
    box-shadow: none;
    color: #73ad04;
}
.category-filter-container label {
    font-family: 'Open Sans', sans-serif;
    color: #222;
}
.category-filter-container label:hover {
    color: #739a27;
}
.category-filter-container {
    margin-bottom: 30px;
}
/* detail produktu */
.detail-add {
    margin-left: 10px;
}
.product-detail-img {
    max-width: 300px;
    max-height: 300px;
}
.product-detail-img-small {
	float:left;
	margin-top:5px;
    max-width: 60px;
    max-height: 60px;
    border: 1px solid #e6e6e6;
}
.input_h1 {
	font-size: 22px;
    font-weight: 700;
}
.product-detail-product h2, h1 {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    line-height: 26px;
}
.product-detail-product h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.product-detail-product p {
    font-size: 15px;
}
.product-detail-product .product-basket {
    text-align: left;
}
.product-detail-product .price {
    font-size: 17px;
    margin-top: 20px;
    color: #ef9101;
}
.product-detail-product .count-basket {
    margin-left: 0;
}
.product-detail-img-container {
    border: 1px solid #e6e6e6;
    padding: 15px;
    text-align: center;
    height: 300px;
    line-height: 300px;
    box-sizing: content-box;
}

.product-detail-img-container {
    border: 1px solid #e6e6e6;
    padding: 15px;
    text-align: center;
    line-height: 60px;
    box-sizing: content-box;
}

.product-detail h4,
.description-detail-product h4,
h4 {
    padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.description-detail-product p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #7b7b7b;
}
.product-detail-info {
    color: #7b7b7b;
}
.breadcrumb {
    background-color: #f9f7f4;
    margin-bottom: 30px;
}
.breadcrumb a {
    color: #222;
}
.breadcrumb a:hover {
    color: #689c00;
    text-decoration: none;
}
/* loader */
.loader {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: rgba(255, 255, 255, 0.6);
}
/* kategorie */
.filter-category {
    margin-top: 30px;
}
.filter-select-text {
    padding: 8px;
    padding-right: 10px;
    float: left;
}
.filter-category-select .form-control {
    width: auto;
}
.form-control {
    vertical-align: middle;
    box-shadow: none;
    border: 1px solid #ddd;
    height: 36px;
    border-radius: 2px;
}
select.form-control {
}
.form-control:focus {
    border-color: #999;
    box-shadow: none;
}
.filter-category-select {
    margin-top: -7px;
}
/* nakupny kosik */
.title h3 {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    line-height: 26px;
    margin-top: 0;
}
.table {
    width: 100%;
    margin-top: 20px;
}
.table-right {
    text-align: right;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}
.table-sum {
    font-weight: 700;
}
.table-product-delete a {
    color: #ef6648;
}
.table-striped>tbody>tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.table img {
    max-width: 50px;
    max-height: 50px;
}
.step.active {
    border: 1px solid #fba521;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 9px;
    color: #fba521;
}
.step {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 9px;
    color: #aaa;
    vertical-align: middle;
}
.space {
    height: 1px;
    width: 10px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ddd;
}
.basket-step {
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}
.next-page {
    float: right;
}
.title p {
    color: #7b7b7b;
}
.form-horizontal .control-label {
    text-align: left;
}
.form-group {
    margin-bottom: 5px;
}
.form-horizontal {
    margin: 10px 0;
    margin-bottom: 30px;
}
.form-horizontal h4, h4 {
    color: #ef9101;
    margin-top: 20px;
}
.form-horizontal .checkbox {
    margin-top: 10px;
}
/* title */
.title .btn-default {
    float: right;
}
.title-text {
    margin-top: 20px;
}
.title-text img {
    padding-bottom: 20px;
    width: 100%;
    max-width: 160px;
}







.faderow{
    position:relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    max-height:155px;
    overflow:hidden;
    background:#fff;
}
.faderow:after {
    content:"";
    position:absolute;
    top:75px;
    left:0;
    height:80px;
    width:100%;
    background: -webkit-linear-gradient(#fff, #fff);
    background: linear-gradient(rgba(0,0,0,0), #fff);
}


/* MODULE: _settings */
.settings_title { font-weight:bold; background:silver; padding:5px 0px 5px 15px; margin-top:10px; cursor:pointer; *cursor:hand; }
.settings_list { padding:5px 5px 5px 5px; border:1px solid silver; border-left:10px solid silver; }
.settings_submit { padding-top:10px; }
#settings_add_definition_div, #settings_add_group_div {
	margin-top:20px;
	padding:10px;
	border:5px solid silver;
}

.success { color:#00cc00; }
.error { color:#ff0000; }
.order_kosik {width:100%}
.order_kosik th {background-color: #ccc;}
.order_kosik tr:nth-child(2n) {background: #EEE}
.order_kosik td {padding:5px;}

.usersTable {width:100%}
.usersTable th {background-color: #ccc;}
.usersTable tr:nth-child(2n) {background: #EEE}
.usersTable td {padding:5px;}

.footer_ul {
	margin:0px; padding:0px;
}

.footer_ul li {
	list-style: none;
	margin:0px; padding:0px;
	font-size: 26px;
}

.btn2 {
	height:22px;
	font-size: 18px;
}

@media print{
   .noprint{
       display:none;
   }
   a[href]:after {
    content: none !important;
   }
}