html, body {
  height: 100%;
  margin:0;
}

body {
	font-family: Arial!important;
	font-size: 14px!important;
	margin:0!important;
	line-height: unset!important;
}

a {
  outline: 0;
  color: #005000;
}

.wrapper {
	margin: 0;
	border: 0px solid #000;
	padding: 0;
  min-height: 100%; /* min. height for modern browser */
  height:auto !important; /* important rule for modern Browser */
  height:100%; /* min. height for IE */
  overflow: hidden !important; /* FF scroll-bar */
}                

.header {
	background-color: #ffffff;
	height: 90px;
	display: table;
	width: 100%;
  border-bottom: 3px solid #009900;    
}

.header-logo {
	display: table-cell;
	vertical-align:middle;
  text-align: center;
  width: 22%;
  text-align: left;
  //border:1px solid #000;
}

.header-logo img:nth-child(1) {
  width: 90px;
  margin-left: 14px;
  display: inline-table;
  vertical-align: middle;
}

.header-logo a:nth-child(2) img  {
  /* width: 135px; */
  height: 43px;
  width: auto;
  margin-left: 14px;
  display: inline-table;
  vertical-align: middle;
}                                                                                           

.header-logo a:nth-child(3) img {
  /* width: 75px; */
  height: 40px;
  width: auto;
  margin-left: 14px;
  display: inline-table;
  vertical-align: middle;
}

.menu-top {
  width: 40%;
  display: table-cell;
  vertical-align:middle;
  text-align: right;
  padding-right: 12px;
  border-spacing: 6px;
}
/*
.menu-top-item {
    font-family: 'Hvd fonts brandongrotesque', sans-serif;
    display: table-cell;
    width: 240px;
    height: 56px;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    color: #3c3c3e;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 2px solid #003300;
    border-bottom: 2px solid #003300;
    border-left: 1px solid #003300;
    border-right: 1px solid #003300;
    vertical-align: middle;
    cursor: pointer;
}               

.menu-top-item:first-of-type {
  border-left: 2px solid #003300;
}

.menu-top-item:last-of-type {
  border-right: 2px solid #003300;
}

.menu-top-item:hover {
    background-color: #003300;
    color: white;
    letter-spacing: 5px;
}
*/

.menu-top-item, .submenu-top-item {
  font-family: 'Hvd fonts brandongrotesque', sans-serif;
  /* display: inline-table;  */
  display: table-cell;
  height: 57px;
  width: 220px;
  //height: 40px;
  -webkit-transition: background .6s ease, border .6s ease;
  transition: background .6s ease, border .6s ease;
  color: #3c3c3e;
  font-size: 14px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  //margin-right: 20px;
  //line-height: 30px;
  background-color: #005000;
  color: #FFFFFF;
  /* padding: 20px 0px; */
  padding: 0 10px;
  margin-right: 6px;
}               

.menu-top-item:first-of-type {
  //border-left: 2px solid #003300;
}

.menu-top-item:last-of-type {
  //border-right: 2px solid #003300;
}

li:last-child {
  margin-right: 0;
}

/*
.menu-top-item:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.menu-top-item:hover:after {
	width: 100%;
	background: #3c3c3e;
}
*/

.menu-top-item:hover, .submenu-top-item:hover {
  //letter-spacing: 5px;
  cursor: pointer;
  background-color: #001000;    
}

 .content {
	width: 100%;
	background-color: #ffffff;
  
  display: flex;
}

.button {
	margin-left: 15px;
	text-decoration: none;
	padding: 10px;
	background: #000080;
	color: #fff;
	font-weight: bold;
	border-width: 0;
	cursor: pointer;
	font-size: 14px;
}

a.button {
	padding: 11px;
	font-size: 14px;
}

.button:hover {
	background: #0014ce;
}    

.content .menu {
	text-align: center;
	border: 0px solid #000;
	padding: 14px 0 0 0;
  margin: 0 auto;
  height: 82vh;
}

.content .menu #select-0 {
  margin-top: 50px;
}

.no-uprawa {
  width: 75%;
  float: right;
  position: relative;
  overflow: auto;
  height: 82vh; 
  padding: 14px 18px 0px 15px;  
  margin: 0;
  text-align: center;
}

.no-uprawa p {
  margin-top: 50px;
  font-size: 1.1em;         
  font-weight: bold;
  color: #CC0000;
}


.menu-button {
  font-family: 'Hvd fonts brandongrotesque', sans-serif;
  display: table-cell;
  width: 320px;
  height: 70px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #3c3c3e;
  font-size: 14px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #003300;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  background-color: #FFFFFF;
}

.menu-button:hover {
  background-color: #003300;
  color: white;
  letter-spacing: 6px;
  cursor: pointer;
}

.srodki-button {
  font-family: 'Hvd fonts brandongrotesque', sans-serif;
  display: table-cell;
  width: 320px;
  height: 70px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #3c3c3e;
  font-size: 14px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #003300;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  background-color: #FFFFFF;
}

.srodki-button:hover {
  background-color: #003300;
  color: white;
  cursor: pointer;
}

.hiden-menu {
	display: none;
  margin-top: 30px;
}

.menu-left, .menu-main {
  width: 25%;
  float: left;
  padding: 14px 14px 0 14px;
  position: relative;
  overflow: auto;
  height: 82vh;
  border-right: 2px solid #009900;  
}

.menu-left ul, .menu-main ul {
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
} 

.menu-left ul:first-child {
  margin-bottom: 14px;
}

.menu-left ul .inner, .menu-main ul .inner {
  display: none;
}

.menu-left ul li a.level1, .menu-main ul li a.level1 {
  width: 100%;
  display: block;
  background: #005000;
  color: #ffffff;
  padding: .75em;
  transition: background .6s ease, border .6s ease;
  margin-top: 1px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid  #005000;
  cursor: pointer;
  background-clip: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
}

.menu-main ul li.type-eco a.level1, .menu-main ul li.type-tech a.level1, .menu-main ul li.type-op a.level1 {
  margin-top: 8px
}



.menu-left ul li a.level1:hover, .active-level1, .menu-main ul li a.level1:hover, .active-level1 {
  background: #001000!important;
  border: 1px solid  #001000!important;   
}          

.menu-left ul li a.level2, .menu-main ul li a.level2 {
  width: 100%;
  display: block;
  background: #00B000; //#2B7B2B;
  color: #fefefe;
  padding: .75em;
  transition: background 0.6s ease, border .6s ease;
  margin-top: 1px;
  text-decoration: none;
  border: 1px solid  #00B000;
  cursor: pointer;
  background-clip: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-left ul li a.level2:hover, .menu-main ul li a.level2:hover, .active-level2 {
  background: #505050!important; 
  border: 1px solid  #505050!important;   
}          

.menu-left ul li a.level3, .menu-main ul li a.level3 {
  width: 100%;
  display: block;
  background: #ffffff;
  color: #005000;
  padding: .75em;
  transition: background .6s ease, border .6s ease;
  border-bottom: 1px solid  #00B000;
  border-left: 1px solid  #00B000;
  border-right: 1px solid  #00B000;
  text-decoration: none;
  cursor: pointer;
  background-clip: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-left ul li a.level3:hover, .menu-main ul li a.level3:hover, .active-level3 {
  background: #E0E0E0!important; 
}

.menu-left ul li a.level4, .menu-main ul li a.level4 {
  width: 100%;
  display: block;
  background: #b6cebb;
  color: #005000;
  padding: .75em;
  transition: background .6s ease, border .6s ease;
  border-bottom: 1px solid  #00B000;
  border-left: 1px solid  #00B000;
  border-right: 1px solid  #00B000;
  text-decoration: none;
  cursor: pointer;
  background-clip: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-left ul li a.level4:hover, .menu-main ul li a.level4:hover, .active-level4 {
  background: #578366!important; 
}

.menu-left ul li a.level5, .menu-main ul li a.level5 {
  width: 100%;
  display: block;
  background: #c7d3ca;
  color: #005000;
  padding: .75em;
  transition: background .6s ease, border .6s ease;
  border-bottom: 1px solid  #00B000;
  border-left: 1px solid  #00B000;
  border-right: 1px solid  #00B000;
  text-decoration: none;
  cursor: pointer;
  background-clip: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-left ul li a.level5:hover, .menu-main ul li a.level5:hover, .active-level5 {
  background: #819989!important; 
}

.menu-left ul .inner.show, .menu-main ul .inner.show  {
}
     
.results-right {
  width: 75%;
  float: right;
  position: relative;
  overflow: auto;
  height: 82vh; 
  padding: 14px 18px 0px 15px;  
  margin: 0;
}

.results-right .results-uprawa {
  margin: 0 0 12px 0;
  border: 0px solid  #505050;
  text-align: center;
  padding: 0px 0;
  color: #005000;
  font-weight: bold;
  display: block;   
}

.results-right .warning {
  color: #FF0000;
  margin: 0;
  animation: blinker 3s linear infinite;
}

.results-right .news {
  color: #00a429;
  margin: 0;
  /* animation: blinker 3s linear infinite; */
}

@keyframes blinker {
  50% { opacity: 0; }
}

.results-right .warning p {
  margin: 0;
  font-weight: bold;
}

.results-right .news p {
  margin-bottom: 0;
  font-weight: bold;
}

.opis-agrofag {
  border: 0px solid #00F;
  width: 100%;
  padding: 0px; 
}

.opis-agrofag .agrofag-nazwa {
  font-size: 18px;
  text-align: left;
  margin: 0px 0px 10px 0px;
  padding: 0;
  font-weight: bold;
  //border-bottom: 1px solid #009900;
}

.opis-agrofag table {
  width: 100%;
  border-spacing: 0px 16px;
}

.opis-agrofag table td, .opis-agrofag table th {
  border: 0px solid #000;
  text-align: justify;
  padding: 0px 5px;
  vertical-align: top;
}

.opis-agrofag table th {
  width: 20%;
  border-right: 3px solid #009900;
  color: #009900;
  padding: 0px 5px;
  text-align: left;
}

.opis-agrofag table td {
  background-color: #ffffff;
  color: #4f4f4f;
}

.opis-agrofag .opracowanie {
  text-align: right;
  padding: 5px;
  color: #4f4f4f;
}

/*
.opis-agrofag a.image, .metoda-lustracji-opis a.image {
  width: 200px;
  height: 150px;
  overflow: hidden;
  margin: 14px 20px 4px 0px;
  border: 3px solid white;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.9);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.9);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.9);
  float: left;
}

.opis-agrofag .image img, .metoda-lustracji-opis .image img {
  width: 200px;
  height: 150px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.opis-agrofag .image img:hover, .metoda-lustracji-opis .image img:hover {
  width: 250px;
  height: 188px;
  opacity: 0.75;   
}
*/


.agrofag-menu-right, .srodek-menu-right {
  margin: 0 auto; 
  border-collapse: separate;
  border-spacing: 30px 20px;  
  clear: both;
  text-align: center;
  display: none;
}                 
/*
.agrofag-more .diagnostyka {
  width: 100%;
	border-collapse: collapse;
	margin: 10px 0px;
	padding: 0;
  table-layout: fixed;
}

.agrofag-more .diagnostyka th {
  text-align: center;
  background-color: #009900;
  color: #ffffff;
  padding: 8px; 
}

.agrofag-more .diagnostyka td {
  padding: 8px;
}

.agrofag-more .diagnostyka tr:nth-of-type(odd) {
    background: #e9e9e9;
}    
*/     
      
.agrofag-more .diagnostyka {
  width: 100%;
	border-collapse: collapse;
	margin: 10px 0 14px 0px;
	padding: 0;
  table-layout: fixed;
}

.agrofag-more .diagnostyka th {
  text-align: center;
  color: #3f3f3f;
  padding: 8px; 
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #b3e5b3;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom: 1px solid #8dd88d;
  border-top: 4px solid #8dd88d;
}

.agrofag-more .diagnostyka td {
  padding: 8px;
  color: #4f4f4f;
  background-color: #ecf8ec;
  border-bottom: 1px solid #8dd88d;
  vertical-align: top;
}

.modal-window .lustracja {
  width: 100%;
	border-collapse: collapse;
	//margin: 14px 0px;
	padding: 0;
  table-layout: fixed;
}

.modal-window .lustracja th {
  text-align: center;
  color: #3f3f3f;
  padding: 8px; 
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #b3e5b3;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 1px solid #8dd88d;
}

.modal-window .lustracja td {
  padding: 8px;
  color: #4f4f4f;
  background-color: #ecf8ec;
  border: 1px solid #8dd88d;
  vertical-align: top;
}

.agrofag-more .diagnostyka tr:not(:last-child) td {
  //border-bottom: 1px solid #8dd88d;
}

.agrofag-more .diagnostyka td:nth-child(1) {
  border-right: 1px solid #8dd88d;
}

 .agrofag-more .diagnostyka td:nth-child(2) {
  border-right: 1px solid #8dd88d;
}

.agrofag-more .diagnostyka tr:hover td {
    //background-color: #d9f2d9;
    //color: #3f3f3f;
}    

.agrofag-more .zwalczanie {
  width: 100%;
  margin: 0px auto;
  padding: 0;
  margin-bottom: 14px;
}

.agrofag-more .zwalczanie > div {
  width: 100%;
  margin: 12px 0 0 0;
  padding: 0;
  border: 1px solid #b3e5b3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki, .agrofag-more .zwalczanie > div + div.biologiczna-srodki, .agrofag-more .zwalczanie > div + div.chemiczna-stosowanie, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie {
  border: 1px solid #b3e5b3;
  margin: 0;
  border-top-width: 0;
  display: none;
} 

.agrofag-more .zwalczanie > div > div {
  display: inline-block;
  background-clip: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.agrofag-more .zwalczanie > div .nazwa {
  padding: 8px;
  width: 17%;
  background-color: #b3e5b3;
  color: #3f3f3f;
  font-weight: bold;
}

.agrofag-more .zwalczanie > div .opis {
  padding: 8px;
  width : 83%;
  background-color: #ecf8ec;
  color: #3f3f3f;
  display: block;
}

.agrofag-more .zwalczanie > div .opis p {
  margin: 5px 0 0 0;  
}

.agrofag-more .zwalczanie > div .opis p a {
  color: #005000;
  margin-right: 20px;
}

.agrofag-more .chemiczna-srodki {
  width: 80%;
  margin: 10px auto;
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .accordion, .agrofag-more .zwalczanie > div + div.biologiczna-srodki .accordion, .agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .accordion, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .accordion {
  margin: 0;
  padding: 8px;
  //height: 20px;
  border-top: 1px solid #ffffff;
  background-color: #d9f2d9;
  color: #3f3f3f;
  cursor: pointer;
  transition: background .6s ease, border .6s ease;
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .accordion:first-child, .agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .accordion:first-child, .agrofag-more .zwalczanie > div + div.biologiczna-srodki .accordion:first-child, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .accordion:first-child {
  border-width: 0;
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .accordion:hover, .agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .accordion:hover, .agrofag-more .zwalczanie > div + div.biologiczna-srodki .accordion:hover, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .accordion:hover {
  background: #BDEFBD;
  color: #000;
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .accordion.open, .agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .accordion.open, .agrofag-more .zwalczanie > div + div.biologiczna-srodki .accordion.open, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .accordion.open {
  background: #BDEFBD;
  color: #000;
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .more, .agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .more, .agrofag-more .zwalczanie > div + div.biologiczna-srodki .more, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .more {
  padding: 0;
  margin: 0;
  display: none;
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .more-content, .agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .more-content, .agrofag-more .zwalczanie > div + div.biologiczna-srodki .more-content, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .more-content {
  background-color: #ffff;
  margin: 0;
  padding: 0;
  color: #3f3f3f;
  //line-height: 1.5em;  
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .accordion span, .agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .accordion span, .agrofag-more .zwalczanie > div + div.biologiczna-srodki .accordion span, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .accordion span {
  display: block;
  float: right;
  background: url(../images/more.png) center center no-repeat;
  padding: 8px;
  -webkit-transition: transform .5s ease-out 0ms;
  -moz-transition: transform .5s ease-out 0ms;
  -o-transition: transform .5s ease-out 0ms;
  transition: transform .5s ease-out 0ms;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  transition-delay: 0ms;

}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .accordion span.toggled, .agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .accordion span.toggled, .agrofag-more .zwalczanie > div + div.biologiczna-srodki .accordion span.toggled, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .accordion span.toggled {
  -webkit-transition: transform .5s ease-out 0ms;
  -moz-transition: transform .5s ease-out 0ms;
  -o-transition: transform .5s ease-out 0ms;
  transition: transform .5s ease-out 0ms;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
  transform: rotate(180deg);
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .accordion p, .agrofag-more .zwalczanie > div + div.biologiczna-srodki .accordion p {
  display: inline;
  color: #7e7e7e;
}

.agrofag-more .zwalczanie > div > div .more .more-content table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  table-layout: auto;
}

.agrofag-more .zwalczanie > div > div .more .more-content table caption {
  padding: 8px;
}

.agrofag-more .zwalczanie > div > div .more .more-content #lista-srodkow th,
.agrofag-more .zwalczanie > div > div .more .more-content .ograniczenia th,
.results-right .srodek-info .zwalczany-agrofag .table1 th,
.results-right .metoda-lustracji .metoda-lustracji-agrofag .table1 th,
.agrofag-more .zwalczanie > div > div .more .more-content #normyndp caption,
.agrofag-more .zwalczanie > div > div .more .more-content #normyndp th, 
.agrofag-more .zwalczanie > div > div .more .more-content #stosowanie th {
  background-color: #FFFFD5; //#e6f7e6;
}


.agrofag-more .zwalczanie > div > div .more .more-content table:nth-child(2) {
  table-layout: fixed;
}

.agrofag-more .zwalczanie > div > div .more .more-content table th, .agrofag-more .zwalczanie > div > div .more .more-content table td {
  padding: 8px;
  border: 1px solid #b3e5b3;
  //font-weight: normal;
}

.agrofag-more .zwalczanie .chemiczna-srodki > div .more .more-content table td {
  border-right-width: 0;
}

.agrofag-more .zwalczanie > div > div .more .more-content #lista-srodkow td:nth-child(1) {
  width: 23%;
}

.agrofag-more .zwalczanie > div > div .more .more-content #stosowanie td:nth-child(8) {
  width: 27%;
}

.agrofag-more .zwalczanie > div > div .more .more-content #lista-srodkow td:nth-child(2) {
  width: 9%;
} 

.agrofag-more .zwalczanie > div > div .more .more-content #stosowanie td:nth-child(3) {
  width: 9%;
}

.agrofag-more .zwalczanie > div > div .more .more-content #lista-srodkow td:nth-child(3), .agrofag-more .zwalczanie > div > div .more .more-content #stosowanie td:nth-child(4) {
  width: 5%;
}

.agrofag-more .zwalczanie > div > div .more .more-content #lista-srodkow td:nth-child(4), .agrofag-more .zwalczanie > div > div .more .more-content #stosowanie td:nth-child(5) {
  width: 5%;
}

.agrofag-more .zwalczanie > div > div .more .more-content #lista-srodkow td:nth-child(5), .agrofag-more .zwalczanie > div > div .more .more-content #stosowanie td:nth-child(6) {
  width: 7%;
} 

.agrofag-more .zwalczanie > div > div .more .more-content #lista-srodkow td:nth-child(6) {
  width: 2%;
}

.agrofag-more .zwalczanie > div > div .more .more-content #lista-srodkow td:nth-child(7) {
  width: 15%;
}

.agrofag-more .zwalczanie > div > div .more .more-content #stosowanie td:nth-child(2) {
  width: 8%;
}
                                                                                                                                                
.agrofag-more .zwalczanie > div > div .more .more-content #stosowanie td:nth-child(8), .agrofag-more .zwalczanie > div > div .more .more-content #stosowanie td:nth-child(1) {
  width: 19%;
}                 
                 

.agrofag-more .zwalczanie > div > div .more .more-content table:first-of-type tr:nth-child(1) > *:nth-child(1) { 
  width: 20%;
  border-left-width: 0; 
}

.agrofag-more .zwalczanie > div > div .more .more-content table:first-of-type tr:nth-child(1) > *:nth-child(2) { 
  //width: 3.2%;
}

.agrofag-more .zwalczanie > div + div.chemiczna-srodki .more .more-content table:first-of-type tr:nth-child(3) > *:nth-child(n+2):nth-child(-n+6) { 
  //text-align: center;
}

.agrofag-more .zwalczanie > div > div .more .more-content table:first-of-type tr:nth-child(1) > *:nth-child(3) {
  //width: 4.5%; 
}

.agrofag-more .zwalczanie > div > div .more .more-content table:first-of-type tr:nth-child(1) > *:last-child { 
  width: 15%;
  border-right-width: 0;   
}

.agrofag-more .zwalczanie > div > div .more .more-content table:first-of-type tr > *:last-child img {
  width: 18px;
}

.agrofag-more .zwalczanie > div > div .more .more-content table:nth-child(2) tr > *:first-child, .agrofag-more .zwalczanie > div > div .more .more-content #normyndp tr > *:first-child {
  border-left-width: 0;  
}

.agrofag-more .zwalczanie > div > div .more .more-content table:last-of-type tr > *:last-child { 
    border-right-width: 0; 
 }

.agrofag-more .zwalczanie > div > div .more .more-content .ograniczenia {
    margin-top: 10px;
}

.agrofag-more .zwalczanie > div > div .more .more-content .ograniczenia th:last-child {
    border-right-width: 0;
}

.agrofag-more .zwalczanie > div > div .more .more-content #normyndp {
    margin-top: 10px;
}

.agrofag-more .zwalczanie > div > div .more .more-content #normyndp caption {
  padding: 8px;
  border-top: 1px solid #b3e5b3;
  font-weight: bold;
}

/*--------------------*/
.agrofag-more .zwalczanie > div > div .more:last-of-type .more-content table:last-of-type tr > td {
  border-bottom-width: 0;
}

.agrofag-more .zwalczanie .biologiczna-srodki > div .more .more-content table:last-of-type tr > *:last-child { 
  border-left-width: 1px; 
}

.agrofag-more .zwalczanie > div > div .more .more-content table:last-of-type tr > td {
  //text-align: center;
}

.agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .chemiczna-stosowanie-faza, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .biologiczna-stosowanie-faza {
  padding: 8px;
  text-align: center;
  color: #ffffff;
  background-color: #006600;
}

.agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .more .more-content table th, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .more .more-content table th {
  /* border-top-width: 0; */
}

.agrofag-more .zwalczanie > div + div.chemiczna-stosowanie .more:last-child .more-content table td, .agrofag-more .zwalczanie > div + div.biologiczna-stosowanie .more:last-child .more-content table td {          
 border-bottom-width: 0;

} 


/* informacje faza-podfaza */

.results-right .faza-info .podfazy {
  width: 100%;
  margin-bottom: 17px;
}

.results-right .faza-info .podfazy .images a.image {
  margin-left: 0;
  margin-right: 0;
}
  
.results-right .faza-info .podfazy .accordion, .results-right .srodek-info .zwalczany-agrofag .accordion, .results-right .identyfikacja-agrofag .podfazy .accordion {
  margin: 0;
  padding: 10px;
  //height: 20px;
  border-top: 1px solid #ffffff;
  background-color: #d9f2d9;
  color: #3f3f3f;
  cursor: pointer;
  transition: background .6s ease, border .6s ease;

}

.results-right .faza-info .podfazy .accordion:first-child, .results-right .srodek-info .zwalczany-agrofag .accordion:first-child, .results-right .identyfikacja-agrofag .podfazy .accordion:first-child {
  border-width: 0;
}

.results-right .faza-info .podfazy .accordion:hover, .results-right .srodek-info .zwalczany-agrofag .accordion:hover, .results-right .identyfikacja-agrofag .podfazy .accordion:hover {
  background: #b3e5b3;
  color: #000;
}

.results-right .faza-info .podfazy .accordion.open, .results-right .srodek-info .zwalczany-agrofag .accordion.open, .results-right .identyfikacja-agrofag .podfazy .accordion.open {
  background: #b3e5b3;
  color: #000;
}

.results-right .faza-info .podfazy .accordion span, .results-right .srodek-info .zwalczany-agrofag .accordion span, .results-right .identyfikacja-agrofag .podfazy .accordion span {
  display: block;
  float: right;
  background: url(../images/more.png) center center no-repeat;
  padding: 8px;
  -webkit-transition: transform .5s ease-out 0ms;
  -moz-transition: transform .5s ease-out 0ms;
  -o-transition: transform .5s ease-out 0ms;
  transition: transform .5s ease-out 0ms;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  transition-delay: 0ms;  
}

.results-right .faza-info .podfazy .accordion span.toggled, .results-right .srodek-info .zwalczany-agrofag .accordion span.toggled, .results-right .identyfikacja-agrofag .podfazy .accordion span.toggled  {
  -webkit-transition: transform .5s ease-out 0ms;
  -moz-transition: transform .5s ease-out 0ms;
  -o-transition: transform .5s ease-out 0ms;
  transition: transform .5s ease-out 0ms;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
  transform: rotate(180deg);
}

.results-right .faza-info .podfazy .more, .results-right .srodek-info .zwalczany-agrofag .more, .results-right .identyfikacja-agrofag .podfazy .more {
  padding: 0;
  margin: 0;
  display: none;
}

.results-right .faza-info .podfazy .more-content, .results-right .srodek-info .zwalczany-agrofag .more-content {
  background-color: #ffff;
  margin: 0;
  padding: 0;
  color: #3f3f3f;
  border-left: 1px solid #b3e5b3;
  border-right: 1px solid #b3e5b3;
  //line-height: 1.5em;  
}

.results-right .faza-info .podfazy .more .more-content table {
  width: 100%;
	border-collapse: collapse;
	padding: 0;
  margin: 0;
  table-layout: auto;
}

.results-right .faza-info .podfazy .more .more-content table th, .results-right .faza-info .podfazy .more .more-content table td {
  padding: 8px;
  border: 1px solid #b3e5b3;
  //font-weight: normal;
}

.results-right .faza-info .podfazy .more .more-content table td {
  vertical-align: top;
}

.results-right .faza-info .podfazy .more .more-content table th {
  border-top-width: 0;
  background-color: #FFFFD5;
}

.results-right .faza-info .podfazy .more .more-content table:first-of-type tr > *:nth-child(1) { 
  border-left-width: 0;
}

.results-right .faza-info .podfazy .more .more-content table:first-of-type tr > *:nth-child(n+1):nth-child(-n+2) { 
  //white-space: nowrap;
}

.results-right .faza-info .podfazy .more .more-content table:first-of-type tr > *:last-child { 
  border-right-width: 0;   
}

.results-right .faza-info .podfazy .more .more-content #podfaza-agrofag td:nth-child(1) {
  width: 16%;
}

.results-right .faza-info .podfazy .more .more-content #podfaza-agrofag td:nth-child(2) {
  width: 16%;
}

.results-right .faza-info .podfazy .more .more-content #podfaza-agrofag td:nth-child(3) {
  width: 18%;
}

.results-right .faza-info .podfazy .more .more-content #podfaza-agrofag td:nth-child(4) {
  width: 30%;
}

.results-right .faza-info .podfazy .more .more-content #podfaza-agrofag td:nth-child(5) {
  width: 20%;
}

/*informacje srodki OR srodki-info*/
.results-right .srodek-info {
  display: none;
}

.results-right .srodek-info .srodek-opis {
  width: 100%;
  border: 0px solid red;
}

.results-right .srodek-info .srodek-opis #srodek-nazwa {
  margin: 0;
  font-weight: bold;
}

.results-right .srodek-opis #srodek-producent {
  margin: 8px 0 0 0; 
}

.results-right .srodek-info .srodek-opis #srodek-nazwa span {
  font-size: 18px;
}

.results-right .srodek-info .srodek-opis #srodek-etykieta, .results-right .srodek-info .srodek-opis #srodek-opis1, .results-right .srodek-info .srodek-opis #srodek-opis2  {
  width: 100%;
	border-collapse: collapse;
	padding: 0;
  margin: 15px 0 0 0;
  table-layout: fixed;
  color: #3f3f3f;
}

.results-right .srodek-info .srodek-opis #srodek-etykieta th, .results-right .srodek-info .srodek-opis #srodek-opis1 th, .results-right .srodek-info .srodek-opis #srodek-opis2 th  {
  padding: 8px;
  border: 1px solid #b3e5b3;
  background-color: #FFFFD5; //#E6F7E6;
}

.results-right .srodek-info .srodek-opis #srodek-etykieta td, .results-right .srodek-info .srodek-opis #srodek-opis1 td, .results-right .srodek-info .srodek-opis #srodek-opis2 td {
  padding: 8px;
  border: 1px solid #b3e5b3;
}

.results-right .srodek-info .srodek-opis #srodek-toksycznosc {
  margin: 10px 0 0 0;
  color: #3f3f3f;
}

.results-right .srodek-info .srodek-opis #srodek-toksycznosc p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.results-right .srodek-info .zwalczany-agrofag {
  display:none; 
  width: 100%;
  margin: 0 0 14px 0;
}

.results-right .srodek-info .zwalczany-agrofag p {
  margin: 0 0 5px 0;
  padding: 0;
  color: #3f3f3f;
}

.results-right .srodek-info .zwalczany-agrofag .table1 {
  margin-top: 10px;
  width: 100%;
}

.results-right .srodek-info .zwalczany-agrofag .table1 td, .results-right .table1#stosowanie td {
  vertical-align: top;
}



.results-right .srodek-info .zwalczany-agrofag .more .more-content table {
  width: 100%;
	border-collapse: collapse;
	padding: 0;
  margin: 0;
  table-layout: auto;
  color: #3f3f3f;
}

.results-right .srodek-info .zwalczany-agrofag .accordion a {
  color: #005000;
}

.results-right .srodek-info .zwalczany-agrofag .more .more-content table th, .results-right .srodek-info .zwalczany-agrofag .more .more-content table td {
  padding: 8px;
  border: 1px solid #b3e5b3;
  font-weight: normal;
}

.results-right .srodek-info .zwalczany-agrofag .more .more-content table th {
  border-top-width: 0;
}

.results-right .srodek-info .zwalczany-agrofag .more .more-content table:first-of-type tr > *:nth-child(1) { 
  border-left-width: 0;
  width: 80%;
}

.results-right .srodek-info .zwalczany-agrofag .more .more-content table:first-of-type tr > *:last-child { 
  border-right-width: 0; 
  width: 20%;  
}

.results-right .srodek-info .zwalczany-agrofag .table1 a, .results-right .faza-info #podfaza-agrofag.table1 a {
  color: #005000;
  cursor: pointer;
  text-decoration: underline;
}

.results-right .srodek-info .zwalczany-agrofag .table1 td:first-child  {
  display: none;
}

/*modal window*/
.modal-window {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  //-webkit-animation-name: fadeIn; /* Fade in the background */
  //-webkit-animation-duration: 0.4s;
  //animation-name: fadeIn;
  //animation-duration: 0.4s
} 

.modal-content {
  background-color: #fefefe;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  //border: 1px solid #888;
  width: 75%; /* Could be more or less, depending on screen size */
  //-webkit-animation-name: slideIn;
  //-webkit-animation-duration: 0.4s;
  //animation-name: slideIn;
  //animation-duration: 0.4s    
}

.modal-header {
  padding: 3px 16px;
  background-color: #009900; //#5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  max-height: 65vh;
}

.modal-window .modal-body .table1 {
  margin-bottom: 16px;
}  

.modal-window .modal-body .table1 td:nth-child(1) {
  width: 20%;
}

.modal-window .modal-body .table1 td:nth-child(2) {
  width: 10%;
}  

.modal-window .modal-body .table1 td:nth-child(3) {
  width: 5%;
}  

.modal-window .modal-body .table1 td:nth-child(4) {
  width: 5%;
}  

.modal-window .modal-body .table1 td:nth-child(5) {
  width: 8%;
}  

.modal-window .modal-body .table1 td:nth-child(6) {
  width: 8%;
} 

.modal-window .modal-body .table1 td:nth-child(7) {
  width: 20%;
}   

.modal-window .modal-body .table1 td:nth-child(8) {
  width: 24%;
}      
  
.close {
  color: white;
  float: right;
  font-size: 54px;
  font-weight: normal;
}

.modal-content .images {
  margin-top: 5px;
}

.close:hover,
.close:focus {
  color: #505050;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@-webkit-keyframes fadeOut {
  from {opacity: 1} 
  to {opacity: 0}
}

@keyframes fadeOut {
  from {opacity: 1} 
  to {opacity: 0}
}


/*ogólne dla tabel*/
.table1 {
	border-collapse: collapse;
}

.table1 th  {
  padding: 8px;
  border: 1px solid #b3e5b3;
  color: #3f3f3f;
}

.table1 td {
  padding: 8px;
  border: 1px solid #b3e5b3;
  color: #5f5f5f;
}
  
/*informacje metoda-lustracji-agrofag*/

.results-right .metoda-lustracji .metoda-lustracji-agrofag {
  display: inline-block;
  margin-bottom: 17px;
  margin-top: 17px;
  clear: both;
}

.results-right .metoda-lustracji .metoda-lustracji-opis p {
  margin: 0 0 10px 0;
}

.results-right .metoda-lustracji .metoda-lustracji-agrofag .table1 .first-col {
  width: 200px;
}

.results-right .metoda-lustracji .metoda-lustracji-agrofag table td {
  vertical-align: top;
}




.logo-title #logo {
	font-size: 30px;
  color: #009900;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.logo-title #title {
	color: #828282;
  font-size: 16px;  
  margin: 0;
  padding: 0;
}


.logo-title .pw-title p:nth-child(1) {
  font-size: 1.3em;
  font-weight: bold;
  margin: 17px 0;
  line-height: 1.4em;
}

.logo-title .pw-title p:nth-child(2) {
  font-size: 1.1em;
  font-weight: normal;
  margin: 17px 0px;
  line-height: 1.4em;
}

.start {
  display: flex;
  /* justify-content: space-between; */
}

.start > .start-image {
  margin: 32px 20px 0px;
  width: 50%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.start-image img {
  //max-width: 100%;
  /* height: 100%;
  width: 21.5%; */
  box-sizing: border-box;  
  margin: 7px;
  //box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  //box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.start > .start-text {
  margin: 32px 20px 32px 10px;
  width: 50%;
}
/* diagnostyka identyfikacja agrofagi fazy podfazy */

.results-right .identyfikacja-agrofag .podfazy {
 margin-bottom: 17px;
}

.results-right .identyfikacja-agrofag .podfazy .more-content {
  background-color: #ffff;
  margin: 0;
  padding: 15px 15px 7px 15px ;
  color: #3f3f3f;
  border-left: 1px solid #b3e5b3;
  border-right: 1px solid #b3e5b3;
  border-bottom: 1px solid #b3e5b3;
}

.results-right .identyfikacja-agrofag .podfazy .more .more-content .diagnostyka-agrofag {
  width: 100%;
	//border-collapse: collapse;
	padding: 8px;
  margin: 0;
  //table-layout: fixed;
  border: 0px solid #000;
  background: #F3F3F3;
  margin-bottom: 10px;
}

.results-right .identyfikacja-agrofag .podfazy .more .more-content .diagnostyka-agrofag .images .image img {
  background: white;   
}

.results-right .identyfikacja-agrofag .podfazy .diagnostyka-agrofag > tbody > tr > td {
  padding: 0px;
  font-weight: normal;
}


.results-right .identyfikacja-agrofag .podfazy .more .more-content .diagnostyka-agrofag > tbody > tr:nth-child(2) > td:nth-of-type(1), .results-right .identyfikacja-agrofag .podfazy .diagnostyka-agrofag > tbody > tr > td:nth-of-type(1) {
  //width: 75%;
  padding-left: 0px;
  padding-right: 0px;
}

.results-right .identyfikacja-agrofag .podfazy .diagnostyka-agrofag > tbody > tr > td:nth-of-type(2) {
  width: 62%;
  vertical-align: top;
  text-align: justify;
}

.results-right .identyfikacja-agrofag .podfazy .diagnostyka-agrofag > tbody > tr:nth-child(2) > td:nth-of-type(1) {
  padding-bottom: 0;
}

.results-right .identyfikacja-agrofag .podfazy .diagnostyka-agrofag > tbody > tr:first-of-type > th:first-of-type {
  //background-color: #e9e9e9;
  text-align: left;
  padding: 8px;
  font-weight: normal;
}

.results-right .identyfikacja-agrofag .podfazy .diagnostyka-agrofag > tbody > tr > td > .images a.image {
  margin: 1px;
}

.results-right .title {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #3c3c3e;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.kontakt-autorzy {
  //width: 100%;
	border-collapse: collapse;
	margin: 10px 0 14px 0px;
	padding: 0;
}

.kontakt-autorzy td {
  border: 1px solid #ccc;
  vertical-align: top;
  white-space: nowrap;
  padding: 6px;
}

.kontakt-autorzy td p {
  margin: 0;
  padding: 0;
}

/*slider */

.slider, .slider-stadium  {
  width:96%;   
}

.slider-stadium  .slick-list {
  margin-left: 5px;
}

.slick-slide {
  margin: 0;
}
 
.slick-slide img {
  width: 100%;
}
 
.slider .slick-prev::before, .slider-stadium .slick-prev::before {
  content: url(../images/s-prev.png);
  display: inline-flex;
  transform: scale(.63);
}

.slider .slick-next::before, .slider-stadium .slick-next::before {
  content: url(../images/s-next.png);
  display: inline-flex;
  transform: scale(.63);
}
 
.slider .slick-prev, .slider .slick-next, .slider-stadium .slick-prev, .slider-stadium .slick-next{
  width: 32px;
  height: 45px;
}

.slider .slick-prev, .slider-stadium .slick-prev {
  left: -34px;
}

.slider .slick-next, .slider-stadium .slick-next {
  right: -34px;
}

.slider-stadium .slick-next {
  right: -28px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}   
 
.slick-no-slide .slick-track {
    width: 100% !important;
    text-align: center;
    transform: inherit !important;
}
.slick-no-slide .slick-slide {
    float: none;
    display: inline-block;
}

.images {
  position: relative;
  margin: 0 auto;
}
    
.images a.image {
  width: 10.3vw; //200px;
  height: 16.3vh; //150px;
  margin: 6px;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); 
}

.images .image img  {
  //width: 200px;
  //height: 150px;
  width: 100%;
  height: 100%;
  object-fit: cover;
 -webkit-transition: all 0.8s ease;
 -moz-transition:    all 0.8s ease;
 -o-transition:      all 0.8s ease;
 -ms-transition:     all 0.8s ease;
 transition:         all 0.8s ease;
}

.images .image:hover img {
 -webkit-transform: scale(1.3, 1.3);
 -moz-transform:    scale(1.3, 1.3);
 -o-transform:      scale(1.3, 1.3);
 -ms-transform:     scale(1.3, 1.3);
 transform:         scale(1.3, 1.3); 
}    

figure {
  position: relative;
  margin: 0;
}

figcaption {
  position: absolute;
  background: black;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 5px 6px;
  opacity: 0;
  text-align: left; 
  font-size: 12px;
  -webkit-transition: all 0.8s ease;
  -moz-transition:    all 0.8s ease;
  -o-transition:      all 0.8s ease;
  -ms-transition:     all 0.8s ease;
  transition:         all 0.8s ease;
  left: 0; 
  bottom: -30%;
  box-sizing: border-box;
  width: 100%;
  white-space: normal;
}

figure:hover figcaption {
  bottom: 0; 
  opacity: 1;
} 

figure:hover:before {
  opacity: 0;
}

.lb-data {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.lb-data .lb-caption {
  margin-bottom: 5px;
  display: inline-block !important;
}

/*-------*/

.identyfikacja-agrofag .podfazy .modal-window .modal-body.zwalczanie, .identyfikacja-agrofag .podfazy .modal-window .modal-body.lustracja, .faza-info .modal-window .modal-body.lustracja, .faza-info .modal-window .modal-body.zwalczanie { 
  padding: 16px 16px 0px 16px;
  min-height: 170px;
}

.identyfikacja-agrofag .podfazy .modal-window .table1 tr:nth-child(1) > *:nth-child(1) {
  width: 20%;
}

.identyfikacja-agrofag .podfazy .modal-window .table1 tr:nth-child(1) > *:last-child {
  width: 15%; 
}

#brak-srodkow, #brak-lustracja {   
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);  
  transform: translateY(-50%);
  width: calc(100% - 32px);
  box-sizing: border-box;
  font-weight: bold;   
} 

#lista-srodkow .wrazliwosc {
  color: #FF0000;
}

#srodek-producent span {
  font-weight: bold;
}

.nohover {
  pointer-events: none;
}


.footer {
  clear: both;
	background-color: #ffffff;
	margin: 0px 0 0 0;
	padding:15px 0;
	text-align:center;
	width: 100%;
  border-top: 1px solid #009900;
  border-bottom: 1px solid #009900;
  color: #707070;
}   

/*
.lb-close {
  position: absolute;
  top: 0;
  margin-left: 1019px;
  text-align: right;
  margin-top: 3px;
  padding: 0;
  float: none;
  z-index: 999;
}

.lb-details {
  display: none;
}

.lightbox {
  top: 60px!important;
}
*/


#preloader {
  position: fixed;
  display: none;
  width: inherit;
  height: calc(82vh + 14px);
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  margin-top: -14px;
  margin-left: -14px;  
}

#loader {
  position: absolute;
  left: calc(50% - 65px); //34%;
  top: calc(50% - 12px); //37%;
  z-index: 999;
}

#loader > div {
  width: 24px;
  height: 24px;
  background-color: #009900;
  border-radius: 100%;
  display: inline-block;
  margin: 0 2px;
  -webkit-animation: sk-dotdelay 1.4s infinite ease-in-out both;
  animation: sk-dotdelay 1.4s infinite ease-in-out both;
  padding: 0;
}

#loader .dot1 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}
#loader .dot2 {
  -webkit-animation-delay: -0.32;
  animation-delay: -0.32s;
}
#loader .dot3 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-dotdelay {
  0%, 60%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-dotdelay {
  0%, 60%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.diagnostyka-agrofag-opis p {
  margin: 8px;
}

.srodki-mechanizm, .srodki-grupa, .srodki-substancja {
  display: none;
  width: 100%;
  margin-bottom: 15px;
}

.modal-window .modal-header h2 {
	font-size: 22px !important;
	font-weight: bold;
	padding: 0;
	line-height: 1em;
	letter-spacing: unset;
  }

.modal-window.modal-table  > .modal-content {
  width: 40%!important;
}

.modal-window.modal-table  > .modal-content .modal-body {
  width: 100%;
  padding: 0;
}
.modal-window.modal-table  > .modal-content .modal-body .table1 {
  width: 100%;
  margin: 0;
}

.menu-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #8a8a8a;
  width: 12px;
  height: 12px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.menu-main ul li .search {
  position: absolute;
  display: none;
  right: 34px;
  /* left: 0; */
  top: 6px;
  /* margin: 0 auto; */
  z-index: 999;
  width: 200px;
  height: 20px;
}

.menu-main ul li .search:focus {  
  outline: none !important;
}

.menu-main ul li .search-icon {
  z-index: 999;
  position: absolute;
  right: 10px;
  top: 12px;
  height: 18px;
  cursor: pointer;
  color: rgb(65, 65, 65);
  display: none;
  font-size: 16px;
}

.menu-main ul li .search-icon:hover {
  color: rgb(90, 90, 90);
}