@charset "UTF-8";
* {
  font-family: "lato", Arial, sans-serif;
}

.dn,
.preload {
  display: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.recycle_new_page nav {
  margin: 0 0 0;
  width: 100%;
  border-bottom: 0;
  background-size: cover;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 20;
}
.recycle_new_page nav#tabswitch {
  position: relative;
  z-index: 10;
}

.recycle_new_page header #header-upper {
  display: none;
}

.recycle_new_page header #header-lower {
  position: relative;
  height: auto;
  padding-bottom: 12.1%;
}

.recycle_new_page header #header-lower a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.recycle_new_page header #header-lower a img {
  display: none;
}

.recycle_new_page header #header-lower h4 {
  display: none;
}

.recycle_new_page .under_header {
  border-bottom: 1px solid #df1d28;
  padding: 13px 0 5px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .recycle_new_page .under_header {
    justify-content: space-between;
  }
}
.recycle_new_page .under_header .recycle_tel {
  width: 100%;
}
@media (min-width: 768px) {
  .recycle_new_page .under_header .recycle_tel {
    width: auto;
  }
}
.recycle_new_page .under_header .supplier_links {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .recycle_new_page .under_header .supplier_links {
    width: auto;
    justify-content: flex-start;
  }
}

.recycle_new_page .under_header .supplier_login {
  color: #df1d28;
  position: relative;
  border: 1px solid #df1d28;
  border-radius: 6px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 20px 5px 45px;
  letter-spacing: 0.8px;
  margin-top: 8px;
}

.recycle_new_page .under_header .supplier_login:before {
  position: absolute;
  top: 5px;
  left: 22px;
  content: "";
  width: 14px;
  height: 19px;
  background: url("../img/recycle_new/lock.png") 0 0 no-repeat;
  display: inline-block;
}

.recycle_new_page .under_header .supplier_home {
  color: #df1d28;
  position: relative;
  border: 1px solid #df1d28;
  border-radius: 6px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 20px 5px 45px;
  letter-spacing: 0.8px;
  margin-top: 8px;
  margin-right: 10px;
}

.recycle_new_page .under_header .supplier_home:before {
  position: absolute;
  top: 5px;
  left: 14px;
  content: "";
  width: 20px;
  height: 19px;
  background: url("../img/recycle_new/supplier_home.png") 0 0 no-repeat;
  display: inline-block;
}

.recycle_new_page .under_header .return_home {
  color: #7ecbf5;
  position: relative;
  border: 1px solid #7ecbf5;
  border-radius: 6px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 20px 5px 45px;
  letter-spacing: 0.8px;
  margin-top: 8px;
  margin-right: 10px;
}

.recycle_new_page .under_header .return_home:before {
  position: absolute;
  top: 5px;
  left: 14px;
  content: "";
  width: 20px;
  height: 19px;
  background: url("../img/recycle_new/home.png") 0 0 no-repeat;
  display: inline-block;
}

.recycle_new_page .two_block {
  padding-bottom: 23px;
}

.recycle_new_page .two_block .title_big {
  font-size: 19px;
  font-family: "lato", Arial, sans-serif;
  color: #0a4273;
  font-weight: bold;
  padding-bottom: 14px;
}

.recycle_new_page .two_block .two_block_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.recycle_new_page .two_block .two_block_wrapper .dtc {
  display: table-cell;
  vertical-align: top;
}

.recycle_new_page .two_block .two_block_wrapper .l_side {
  width: 100%;
}
@media (min-width: 768px) {
  .recycle_new_page .two_block .two_block_wrapper .l_side {
    width: calc(100% - 350px);
    padding-right: 50px;
  }
}

.recycle_new_page .two_block .two_block_wrapper .r_side {
  width: 350px;
}

.recycle_new_page .two_block .l_side h5.title_small {
  font-size: 16px;
  font-family: "lato", Arial, sans-serif;
  color: #343434;
  font-weight: bold;
  padding-bottom: 14px;
}

.recycle_new_page .two_block .l_side .text p {
  font-size: 12px;
  color: #343434;
  font-family: "lato", Arial, sans-serif;
  line-height: 1.5;
}

.recycle_new_page .two_block .l_side .text p a {
  color: #343434;
  text-decoration: underline;
}

.recycle_new_page .two_block .l_side .text a {
  color: #343434;
  text-decoration: underline;
}

.recycle_new_page .two_block .red_block_arr {
  background-color: #09517C;
  padding: 20px 16px 17px;
}

.recycle_new_page .two_block .red_block_arr .title_w {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 17px;
}

.recycle_new_page .two_block .red_block_arr .btn_blue {
  border-radius: 6px;
  background-color: #0079c1;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.475rem 0.75rem;
  font-family: "lato", Arial, sans-serif;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
}
.recycle_new_page .two_block .red_block_arr .btn_blue:hover {
  background-color: rgba(0, 121, 193, 0.5);
}

.recycle_new_page .filter form {
  background-color: #fff;
  border-radius: 0 5px 5px 5px;
  padding: 20px 25px 40px 20px;
  box-sizing: border-box;
  margin-bottom: 27px;
}

.recycle_new_page .filter form #filter-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .recycle_new_page .filter form #filter-buttons {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .recycle_new_page .filter form #filter-buttons input {
    margin-top: 8px;
  }
}

.recycle_new_page .filter form #filter-buttons a {
  position: relative;
  color: #fff !important;
  font-family: "lato", Arial, sans-serif;
  border-radius: 6px;
  background-color: #0079c1;
  font-weight: bold;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.475rem 0.75rem;
  font-family: "lato", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: background-color 0.2s ease-in-out;
}
.recycle_new_page .filter form #filter-buttons a:hover {
  background-color: rgba(0, 121, 193, 0.5);
}
@media (min-width: 1024px) {
  .recycle_new_page .filter form #filter-buttons a {
    margin-top: 8px;
  }
}

.recycle_new_page .filter form select,
.recycle_new_page .filter form input[type=checkbox] {
  background-color: #ffffff;
}

.recycle_new_page .filter form dl#classification,
.recycle_new_page .filter form dl#sub-classification,
.recycle_new_page .filter form dl#supplier {
  width: 240px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .recycle_new_page .filter form dl#classification,
.recycle_new_page .filter form dl#sub-classification,
.recycle_new_page .filter form dl#supplier {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .recycle_new_page .filter form dl#classification,
.recycle_new_page .filter form dl#sub-classification,
.recycle_new_page .filter form dl#supplier {
    margin-right: 0;
  }
}
@media (min-width: 1366px) {
  .recycle_new_page .filter form dl#classification,
.recycle_new_page .filter form dl#sub-classification,
.recycle_new_page .filter form dl#supplier {
    width: 240px;
  }
}

.recycle_new_page .filter form dl#classification select,
.recycle_new_page .filter form dl#sub-classification select,
.recycle_new_page .filter form dl#supplier select {
  width: 100%;
}

.recycle_new_page .filter form select {
  padding: 0;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
}

.recycle_new_page #forajax .dt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.recycle_new_page #forajax .dt .dtc {
  display: table-cell;
  vertical-align: top;
}

.recycle_new_page #forajax .dt .l_side {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .recycle_new_page #forajax .dt .l_side {
    width: calc(100% - 325px);
    padding-right: 25px;
    margin-bottom: 0;
  }
}

.recycle_new_page #forajax .dt .r_side {
  width: 100%;
}
@media (min-width: 768px) {
  .recycle_new_page #forajax .dt .r_side {
    width: 300px;
  }
}

.recycle_new_page #forajax .search-results li {
  width: 100%;
  padding: 17px 0;
}

.recycle_new_page #forajax .search-results li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.recycle_new_page #forajax .search-results .img_holder {
  width: 110px;
  height: 110px;
  margin-right: 23px;
  background: url("../img/recycle_new/no_img.png");
  line-height: 110px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .recycle_new_page #forajax .search-results .img_holder {
    margin-bottom: 0;
  }
}

.recycle_new_page #forajax .search-results .img_holder img {
  max-width: 100%;
  height: auto;
}

.recycle_new_page #forajax .search-results .info_text {
  width: 100%;
}
@media (min-width: 1024px) {
  .recycle_new_page #forajax .search-results .info_text {
    width: calc(100% - 135px);
  }
}

.recycle_new_page #forajax .search-results .info_text h3 {
  padding-bottom: 13px;
}

.recycle_new_page #forajax .search-results .info_text h3 a {
  font-size: 24px;
  text-decoration: none;
  color: #09517C;
  font-weight: bold;
  font-family: "lato", Arial, sans-serif;
  line-height: 1.1;
}

.recycle_new_page #forajax .search-results .info_text h3 a:hover {
  text-decoration: underline;
}

.recycle_new_page #forajax .search-results .info_text .text {
  padding-bottom: 10px;
  font-size: 12px;
  font-family: "lato", Arial, sans-serif;
  color: #343434;
  line-height: 1.35;
}

.recycle_new_page #forajax .search-results .info_text .equip_class {
  float: none;
  color: #343434;
}

.recycle_new_page #forajax .search-results .information .title {
  font-size: 16px;
  font-weight: bold;
  color: #0079c1;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-top: -8px;
}

.recycle_new_page #forajax .search-results .information p {
  color: #343434;
  font-size: 12px;
  line-height: 2.2;
}

.recycle_new_page #forajax .search-results .information p * {
  color: #343434;
  font-size: 12px;
  line-height: 2.2;
}

.recycle_new_page .two_text_block h3 {
  font-size: 16px;
  color: #09517C;
  padding-bottom: 12px;
}

.recycle_new_page .two_text_block .text p {
  font-size: 12px;
  color: #343434;
  margin-bottom: 0;
}

.recycle_new_page .two_text_block .text ul {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
}

.recycle_new_page .two_text_block .text ul:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.recycle_new_page .two_text_block .text ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  font-size: 12px;
  color: #343434;
  padding-left: 24px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .recycle_new_page .two_text_block .text ul li {
    width: 50%;
  }
}

.recycle_new_page .two_text_block .text ul li:nth-child(even) {
  float: right;
}

.recycle_new_page .two_text_block .text ul li:nth-child(odd) {
  float: left;
}

.recycle_new_page .two_text_block .text ul li:after {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #0079c1;
}

.recycle_new_page .grey_block {
  text-align: center;
  background-color: #f1f1f1;
  color: #09517C;
  font-size: 16px;
  font-weight: bold;
  font-family: "lato", Arial, sans-serif;
  padding: 17px 20px;
  margin: 70px 0 0;
}

.recycle_new_page footer {
  border-top: 0;
  max-width: 996px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recycle_new_page footer .footer-inner {
  padding-left: 0;
  padding-right: 0;
}

.recycle_new_page footer .logos_holder {
  padding: 0 24px 5px;
  text-align: left;
}

.recycle_new_page footer .logos_holder + .logos_holder {
  border-bottom: 0;
  padding-top: 5px;
}

.recycle_new_page footer .logos_holder a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.recycle_new_page footer .links_block {
  background-color: #084274;
  font-size: 0;
  box-sizing: border-box;
  padding: 16px 24px 16px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.recycle_new_page footer .links_block .item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 1;
  box-sizing: border-box;
}
@media (min-width: 444px) {
  .recycle_new_page footer .links_block .item {
    width: 50%;
  }
  .recycle_new_page footer .links_block .item:nth-of-type(2n + 2) {
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .recycle_new_page footer .links_block .item {
    width: 33.3%;
  }
  .recycle_new_page footer .links_block .item:nth-of-type(2n + 2) {
    padding-left: 0;
  }
  .recycle_new_page footer .links_block .item:nth-of-type(3n + 2), .recycle_new_page footer .links_block .item:nth-of-type(3n + 3) {
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .recycle_new_page footer .links_block .item {
    width: 25%;
  }
  .recycle_new_page footer .links_block .item:nth-of-type(3n + 2), .recycle_new_page footer .links_block .item:nth-of-type(3n + 3) {
    padding-left: 0;
  }
  .recycle_new_page footer .links_block .item:nth-of-type(4n + 2), .recycle_new_page footer .links_block .item:nth-of-type(4n + 3), .recycle_new_page footer .links_block .item:nth-of-type(4n + 4) {
    padding-left: 24px;
  }
}

.recycle_new_page footer .links_block .item div {
  padding-bottom: 5px;
}

.recycle_new_page footer .links_block .item a {
  font-size: 14px;
  font-weight: bold;
  font-family: "lato", Arial, sans-serif;
  color: #fff;
}

.recycle_new_page footer .solution {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 24px;
}
@media (min-width: 640px) {
  .recycle_new_page footer .solution {
    justify-content: space-between;
  }
}

.recycle_new_page footer .solution #foot-copyright {
  font-size: 90%;
  font-weight: bold;
  color: #0079b9;
  font-size: 14px;
  font-weight: bold;
  font-family: "lato", Arial, sans-serif;
}

.recycle_new_page footer .solution #foot-copyright a {
  color: #0079b9;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: "lato", Arial, sans-serif;
}

.recycle_new_page footer .solution #foot-copyright a:hover {
  text-decoration: underline;
}

.recycle_new_page footer .solution #foot-other {
  text-align: right;
  font-size: 90%;
  font-weight: bold;
  color: #0079b9;
  font-size: 14px;
  font-weight: bold;
  font-family: "lato", Arial, sans-serif;
}

.recycle_new_page footer .solution #foot-other a {
  color: #0079b9;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: "lato", Arial, sans-serif;
}

.recycle_new_page footer .solution #foot-other a:hover {
  text-decoration: underline;
}

.navigation {
  display: flex;
  justify-content: center;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .navigation {
    background-color: transparent;
  }
}
.navigation__inner {
  position: relative;
  justify-content: space-between;
  max-width: calc(996px + 32px);
  width: calc(100% - 32px);
  padding: 12px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .navigation__inner {
    justify-content: flex-start;
  }
}
.navigation__inner .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.navigation__inner .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background-size: auto;
  background-size: 100% 100%;
}
.navigation__logo--main {
  width: 160px;
  margin-right: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation__logo--ark {
  width: 125px;
  position: absolute;
  right: 0;
  top: 28px;
  display: none;
}
@media (min-width: 1024px) {
  .navigation__logo--ark {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.navigation__logo {
  align-items: center;
}
.navigation__logo a {
  display: block;
  width: 100%;
}
.navigation__logo a img {
  display: block;
  width: 100%;
}
.navigation__page-links {
  font-family: "bebas-neue", Arial, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  justify-content: flex-start;
  display: none;
}
@media (min-width: 1024px) {
  .navigation__page-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.navigation__page-link {
  font-family: "bebas-neue", Arial, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  transition: color 0.2s ease-in-out;
  padding: 1.1em 1em !important;
}
.navigation__page-link:hover {
  color: #0079c1;
  text-decoration: none;
}
.navigation .navbar-toggler {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .navigation .navbar-toggler {
    display: none;
  }
}
.navigation.scrolled {
  background-color: #fff;
}
.navigation.scrolled .navigation__page-link {
  color: #000;
}
.navigation.scrolled .navigation__page-link:hover {
  color: #0079c1;
}

.drop-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 69px;
  transform: translateY(-100%);
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  padding: 16px;
  z-index: 15;
}
@media (min-width: 1024px) {
  .drop-down {
    display: none;
  }
}
.drop-down.active {
  transform: translateY(0);
}
.drop-down__page-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.drop-down__page-link {
  font-size: 0.9rem;
  padding: 0.75em 0;
  color: #000;
  font-family: "bebas-neue", Arial, sans-serif;
  transition: color 0.2s ease-in-out;
}
.drop-down__page-link:hover {
  color: #0079c1 !important;
}

.hero {
  background-image: url("../img/banners/hero.jpg");
  height: 35vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .hero {
    height: 65vh;
    margin-top: 0;
  }
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -moz-linear-gradient(top, #1a1919 0%, rgba(153, 153, 153, 0.2) 20%);
  background: -webkit-linear-gradient(top, #1a1919 0%, rgba(153, 153, 153, 0.2) 20%);
  background: -o-linear-gradient(top, #1a1919 0%, rgba(153, 153, 153, 0.2) 20%);
  background: -ms-linear-gradient(top, #1a1919 0%, rgba(153, 153, 153, 0.2) 20%);
  background: linear-gradient(to bottom, #1a1919 0%, rgba(153, 153, 153, 0.2) 20%);
}
.hero__content {
  background-color: #09517C;
  z-index: 2;
  margin: 0 15px 15px;
}
@media (min-width: 1024px) {
  .hero__content {
    margin: 0 15px 30px;
  }
}
.hero__content-inner {
  padding: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.hero__content-inner h3,
.hero__content-inner a {
  font-family: "bebas-neue", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .hero__content-inner h3,
.hero__content-inner a {
    font-size: 3rem;
  }
}
@media (min-width: 1366px) {
  .hero__content-inner h3,
.hero__content-inner a {
    font-size: 4rem;
  }
}

/* Table of Content
==================================================
	01 - Reset & Basics
	02 - Basic Styles
	03 - Typography
	04 - Links
	05 - Lists
	06 - Images
	07 - Form
	08 - Layout
			08.1 - Page Structure
			08.2 - Header
			08.3 - Main Nav
			08.4 - Sub Nav
			08.5 - Banners
			08.6 - Content
			08.7 - Footer
	09 - General Styles
			09.1 - Positioning
			09.2 - Typography
			09.3 - Colours
	10 - Media Queries
			10.1 - Print Style Sheet
*/
/* 01 - Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  /*border-collapse: collapse;
  border-spacing: 0;*/
}

*,
::after,
::before {
  box-sizing: border-box;
}

/* 02 - Basic Styles
================================================== */
html {
  height: 100%;
  background: #fff;
}

body {
  font: 12px/1.6em Helvetica, Arial, sans-serif;
  color: #343434;
  font-weight: normal;
  min-height: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

/* 03 - Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343434;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 27px;
  line-height: 34px;
}

h2 {
  font-size: 16px;
  line-height: 18px;
}

h3 {
  font-size: 13px;
  line-height: 15px;
  color: #df1d28;
}

h4 {
  font-size: 27px;
  line-height: 30px;
}

h5 {
  font-size: 14px;
  line-height: 16px;
  color: #df1d28;
}

h6 {
  font-size: 20px;
  line-height: 14px;
  display: none;
}

p {
  margin: 0 0 20px 0;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

span.normal {
  font-weight: normal !important;
}

/*	Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* 04 - Links
================================================== */
a,
a:visited {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

/* 05 - Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* 06 - Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* 07 - Forms
================================================== */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  border: 1px solid #999;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px Helvetica, Arial, sans-serif;
  color: #0a4273;
  margin: 0;
  width: 270px;
  max-width: 100%;
  display: block;
  margin-bottom: 9px;
  background: #fff;
}

select {
  padding: 5px;
  width: 100%;
  max-width: 280px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

input[type=checkbox] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

input[type=submit] {
  background: #09517C;
  height: 33.5px;
  color: #fff;
  border: none;
  vertical-align: middle;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.475rem 33px;
  font-family: "lato", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

input[type=submit]:hover,
input[type=submit]:focus {
  background: rgba(9, 81, 124, 0.5);
}

.tab-container input[type=text],
.tab-container input[type=password],
.tab-container input[type=email],
.tab-container textarea,
.tab-container select {
  margin-bottom: 0;
}

.tab-container .chosen-container {
  width: 100% !important;
  max-width: 280px !important;
}

/* 08 - Layout
================================================== */
/*	08.1 - Page Structure  */
/* Hides the IE6 Warning */
#ie6-upgradebar {
  display: none;
}

/* Used for sticky footer */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* IE6 Only Classes */
html.ie6 ul li a {
  height: 1em;
}

html.ie6 #ie6-upgradebar {
  display: block;
  background: #383838 url("/themes/recy/img/ie6/ie6-upgradebar-bg.png") repeat-x bottom left;
  height: 32px;
  width: 100%;
  text-align: center;
}

html.ie6 #ie6-upgradebar a {
  display: block;
  background: url("/themes/recy/img/ie6/ie6-upgradebar-info.png") no-repeat center;
  height: 32px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  padding: 0;
}

html.ie6 #ie6-upgradebar a span {
  visibility: hidden;
}

/* Structure Divs */
#wrapper-content {
  /*min-height: 100%;
  height: auto !important;
  //////height: 100%;*/
  /*margin:0 auto -300px; /* negative margin must be same height as the footer */
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#wrapper-footer {
  position: relative;
  height: 300px;
}

.push {
  height: 300px;
  /* must be same height as the footer */
}

#content {
  max-width: calc(996px + 32px);
  padding: 16px;
  margin: 0 auto;
  width: calc(100% - 32px);
}

/*	08.2 - Header/Logo  */
header {
  float: left;
  width: 100%;
}

#header-upper {
  float: left;
  width: 100%;
  height: 31px;
  text-align: right;
  color: #005587;
  font-weight: bold;
}

#header-upper a.return-epa {
  display: inline-block;
  color: #005587;
  margin: 7px 0px 0 0;
  font-weight: bold;
  text-decoration: none;
}

#header-upper a:hover.return-epa span {
  text-decoration: underline;
}

#header-lower {
  float: left;
  width: 100%;
  height: 155px;
}

#header-lower h4 {
  float: left;
  text-align: right;
  margin-top: 120px;
  margin-left: 15px;
  color: #df1d28;
}

#header-lower a.logo {
  margin: 15px 15px 0 0;
  display: inline-block;
  float: right;
}

/*	08.3 - Title Tools  */
#title-tools {
  float: left;
  width: 100%;
  background: #eaeaea;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 88px;
}
@media (min-width: 1024px) {
  #title-tools {
    padding-bottom: 0;
  }
}

#title-tools h1 {
  padding: 12px 15px 7px 15px;
  display: block;
  float: left;
  text-transform: capitalize;
}

.links-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  margin-left: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .links-wrapper {
    position: inherit;
  }
}

#link-catalogue {
  display: block;
  width: 160px;
  height: 100%;
  background: url(/themes/recy/img/global/btn-catalogue.png) no-repeat center right;
  margin-right: 6px;
}

:hover#link-catalogue {
  background: url(/themes/recy/img/global/btn-catalogue-hover.png) no-repeat center right;
}

#link-catalogue a {
  display: block;
  padding: 21px 5px 21px 70px;
  background: url(/themes/recy/img/global/icon-catalogue.png) no-repeat 25px 25px;
  font-weight: bold;
  color: #fff;
  line-height: 14px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#link-print {
  display: block;
  width: 120px;
  height: 100%;
  background: #afb0b2;
}

:hover#link-print {
  background: #0079c1;
}

#link-print a {
  display: block;
  padding: 21px 5px 21px 60px;
  background: url(/themes/recy/img/global/icon-print.png) no-repeat 15px 25px;
  font-weight: bold;
  color: #fff;
  line-height: 14px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

/*	08.4 - Tab Nav  */
#tabswitch {
  width: 100%;
}

nav {
  float: left;
  padding: 0;
  background-color: #0079c1;
  background-image: none !important;
}

nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  nav ul {
    padding: 15px;
  }
}

nav ul > li {
  float: left;
  margin: 0;
  margin: 0;
  width: 50%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  nav ul > li {
    width: 33.3%;
  }
}
@media (min-width: 1024px) {
  nav ul > li {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  nav ul > li {
    width: 16.6%;
  }
}

nav ul > li.active div {
  background-color: #09517C;
}

nav ul > li > div {
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #0079c1;
  padding: 10px 0 10px 9px;
  width: calc(100% - 10px);
  font-size: 12px;
  line-height: 14px;
}

nav ul > li > div:hover {
  background: rgba(9, 81, 124, 0.5);
  cursor: pointer;
}

/*	08.5 - Structure  */
.filter {
  float: left;
  width: 100%;
}

.filter h2 {
  float: left;
}

body.holding .filter h2 {
  margin-top: 10px;
  margin-right: 1px;
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #ccd7e0;
  border-right: 1px solid #ccd7e0;
  border-left: 1px solid #ccd7e0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  background-color: transparent;
  color: #6d6e6d;
  border-color: #e5e5e5;
  border-radius: 5px 5px 0 0;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  body.holding .filter h2 {
    padding: 10px 20px 10px;
    font-size: 16px;
  }
}

body.holding .filter h2.active {
  background-color: #e5e5e5;
  color: #6d6e6d;
}

body.holding .filter h2:hover {
  color: #0079c1;
}

#filter-list,
#filter-keyword {
  clear: left;
  border: 1px solid #ccd7e0;
  margin-top: -1px;
  float: left;
  padding-top: 20px;
  width: 100%;
  margin-bottom: 27px;
}

#filter-keyword {
  padding-top: 0;
}

section.tab-container {
  width: 100%;
  display: none;
  padding-bottom: 10px;
  float: left;
}
section.tab-container .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
section.tab-container .table-wrapper table {
  min-width: 600px;
}

div.panel-verified {
  padding: 10px 85px 10px;
  float: left;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

div.panel-verified span {
  vertical-align: middle;
  display: inline;
}

div.verified {
  background: url(/themes/recy/img/global/icon-verified.png) no-repeat 15px 0;
}

div.nonverified {
  background: url(/themes/recy/img/global/icon-nonverified.png) no-repeat 15px 0;
  background-size: 50px;
}

div.column-100-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 5px;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

div.column-50-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 5px;
  float: left;
}
@media (min-width: 768px) {
  div.column-50-5 {
    width: 50%;
  }
}

div.image-wrapper {
  width: 100%;
  padding: 3px 10px 0 10px;
}

div.upload-wrapper {
  padding: 0;
}
div.upload-wrapper #upload #drop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
div.upload-wrapper .origimlo a {
  color: #343434;
}

div.image-wrapper img {
  width: 100%;
}

section.tab-container h2 {
  margin-left: 10px;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 15px;
  color: #09517C;
}

section.tab-container h3 {
  margin: 10px 0 5px 10px;
  width: 100%;
  color: #343434;
}

@media (min-width: 768px) {
  section.tab-container h3.company-details {
    margin-top: 43px;
  }
}

/*	08.6 - Tables  */
table.epa td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
table.epa td.supplier-equipment-table-label {
  width: 100px;
}
@media (min-width: 768px) {
  table.epa td.supplier-equipment-table-label {
    width: 160px;
  }
}
table.epa td textarea,
table.epa td input {
  width: calc(100% - 10px);
  max-width: 270px;
}

table.epa th {
  padding: 5px 5px;
  background: #ccd7e0;
  font-weight: bold;
  vertical-align: middle;
}

table.epa td {
  padding: 5px 10px;
  background: #ccd7e0;
  font-weight: bold;
}

table.epa td + td {
  padding: 5px 10px;
  background: #e6ecf1;
  font-weight: normal;
}

table.epa img {
  vertical-align: middle;
}

div.note {
  padding-left: 31px;
  background: url(/themes/recy/img/global/icon-info-blue.png) no-repeat 0 0px;
  min-height: 30px;
  font-size: 0.85em;
  line-height: 14px;
  margin-top: 10px;
}

/*	08.7 - Footer  */
footer {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  border-top: 3px solid #7ecbf5;
  clear: left;
}

div.footer-inner {
  width: 100%;
  padding: 15px;
  float: left;
}

div.footer-inner a.epa {
  display: inline-block;
  float: left;
  margin-top: 5px;
}

div.footer-inner a.planetark {
  display: inline-block;
  float: right;
  /*margin:26px 0 0 40px;*/
}

div.footer-inner a.wcs {
  display: inline-block;
  float: right;
  margin-top: 10px;
}

div.footer-inner div.initiative {
  display: inline-block;
  float: left;
  margin: 32px 0 0 20px;
  width: 270px;
}

/* 08.8 - Pagination */
div.pagination-top {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccd7e0;
  margin: 20px 0 20px 0;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

div.pagination-bottom {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #ccd7e0;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

ul.pagination {
  display: block;
  margin-bottom: 0px;
}

ul.pagination li {
  color: #09517C;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 0px;
}

ul.pagination li:first-child {
  margin-left: 0px;
}

ul.pagination li a {
  border-radius: 3px;
  color: #09517C;
  display: block;
  padding: 3px 9px;
  font-weight: bold;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: none repeat scroll 0 0 #e5ebef;
}

ul.pagination li.unavailable a {
  color: #09517C;
  cursor: default;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: none repeat scroll 0 0 transparent;
}

ul.pagination li.current a {
  background: none repeat scroll 0 0 #0079c1;
  color: #fff;
  cursor: default;
  font-weight: bold;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: none repeat scroll 0 0 #09517C;
}

ul.pagination li {
  display: block;
  float: left;
}

.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* 08.9 - Filter */
#filter-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#filter-list dd label,
#filter-keyword dd label {
  float: left;
  font-weight: normal;
}

#filter-list dd input[type=checkbox] {
  float: left;
  margin-right: 10px;
}

#filter-list dt,
#filter-keyword dt {
  font-weight: bold;
  color: #09517C;
}

dl#target_recycling {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  dl#target_recycling {
    width: 685px;
    margin-bottom: 0;
  }
}

dl#target_recycling dd {
  float: left;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px dotted #ccd7e0;
}
@media (min-width: 640px) {
  dl#target_recycling dd {
    width: 50%;
  }
}
@media (min-width: 768px) {
  dl#target_recycling dd {
    width: 33.33%;
  }
}

dl#classification,
dl#sub-classification,
dl#supplier {
  float: left;
  display: block;
  width: 285px;
}
@media (min-width: 1024px) {
  dl#classification,
dl#sub-classification,
dl#supplier {
    float: right;
  }
}

#filter-buttons {
  width: 990px;
  text-align: right;
  margin-top: 10px;
  clear: both;
  float: left;
}

ul.search-results li {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #ccd7e0;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

a.equip_title {
  font-size: 18px;
  color: #0a4273;
  font-weight: bold;
  padding-bottom: 5px;
  float: left;
  width: 100%;
}

a:visited.equip_title {
  color: #0a4273;
}

.equip_summary {
  float: left;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .equip_summary {
    width: calc(100% - 285px);
  }
}

.equip_summary a {
  color: #000;
}

.equip_summary a:hover {
  color: #000;
  text-decoration: underline;
}

.equip_class {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .equip_class {
    width: 285px;
  }
}

.page-break {
  display: none;
}

div.text h1,
div.text h2 {
  margin-bottom: 10px;
}

div.text p {
  margin-bottom: 1.6em;
}

span.tab-text-link {
  text-decoration: underline;
  cursor: pointer;
}

#searchterm {
  width: 680px;
  display: inline-block;
}

#keyword input[type=submit] {
  padding: 0 46px;
  margin: -4px 0 0 0;
}

.output {
  margin: 10px;
}

.output a {
  text-decoration: underline;
  color: #0079c1;
}

/* 09 - General Styles
================================================== */
/* 09.1 - Positioning */
.clr,
.clear {
  clear: both;
}

.block {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.hidden {
  display: none;
}

/* 09.2 - Typography */
.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.4em;
}

.small {
  font-size: 0.8em;
}

.smaller {
  font-size: 0.75em;
}

.upper {
  text-transform: uppercase;
}

/* 09.3 - Colours */
.red {
  color: #0079c1 !important;
}

.green {
  color: #acb319 !important;
}

.lightblue {
  color: #ccd7e0 !important;
}

/* 10 - Media Queries
================================================== */
/* 10.1 - Print Style Sheet ----------- */
@media print {
  /* Styles */
  header,
tabswitch,
#link-print,
#link-catalogue,
nav {
    display: none;
  }

  html {
    background: none;
  }

  body {
    background: none;
    color: #000;
  }

  #title-tools {
    background: none;
  }

  #title-tools h1 {
    width: 966px;
    color: #000;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
  }

  h6 {
    display: block;
    margin: 0 15px 10px 15px;
    width: 966px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  table.epa td {
    background: #ccc;
  }

  table.epa td + td {
    background: #eaeaea;
  }

  #content {
    margin: 10px 10px;
  }

  section.tab-container {
    display: block !important;
    float: left;
  }
}
#upload {
  width: 100% !important;
}
#upload #drop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.action {
  margin-bottom: 12px;
}

.p-0 {
  padding: 0 !important;
}

.container {
  max-width: calc(996px + 32px);
  padding: 16px;
  margin: 0 auto;
  width: calc(100% - 32px);
}
.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#footer-br .footer-top {
  text-align: left;
}

#footer-br .footer-top {
  text-align: center;
  padding: 30px 0;
  background-color: #e5e5e5;
}

#footer-br h3 {
  text-transform: uppercase;
  font-family: "bebas-neue", sans-serif;
  font-weight: 100;
  color: #1a1919;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

#footer-br .footer-top {
  text-align: center;
  padding: 30px 0;
  background-color: #e5e5e5;
}

#footer-br .footer-bottom {
  padding: 10px 0;
  background-color: #cecece;
}
#footer-br .footer-bottom .container .col-md-8 {
  font-family: "lato", Arial, sans-serif;
  font-weight: 100;
  color: #1a1919;
  font-size: 1rem;
  line-height: 1.5;
}
#footer-br .footer-bottom .container .col-md-8 .pr-2 {
  font-family: "lato", Arial, sans-serif;
  font-weight: 100;
  color: #1a1919;
  font-size: 1rem;
  line-height: 1.5;
}
#footer-br .footer-bottom .container .col-md-8 .pr-2 a {
  color: #1a1919;
  transition: color 0.2s ease-in-out;
}
#footer-br .footer-bottom .container .col-md-8 .pr-2 a:hover {
  color: #005588;
}
#footer-br .footer-bottom .container .col-md-8 .pl-2,
#footer-br .footer-bottom .container .col-md-8 .px-2 {
  padding-left: 0.5rem !important;
}
#footer-br .footer-bottom .container .col-md-8 .pr-2,
#footer-br .footer-bottom .container .col-md-8 .px-2 {
  padding-right: 0.5rem !important;
}

#footer-br .footer-social {
  text-align: center;
  padding: 10px 0 20px 0;
}

.at-icon-wrapper {
  background-color: transparent !important;
}

.addthis_toolbox a {
  margin: 0 30px 0 0 !important;
  text-align: center;
}

.at300b:hover svg {
  fill: #005588 !important;
}

#footer-br .footer-divider {
  position: absolute;
  border-left: 2px solid #cecece;
  margin: 0;
  width: auto;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
}

#footer-br .list-group {
  border: 0;
}

#footer-br .list-group-item {
  padding: 5px 0;
  background-color: transparent;
  border: 0;
}

#footer-br .list-group-item a {
  color: #1a1919;
}

#footer-br .list-group-item a:hover {
  color: #005588;
}

#footer-br .footer-bottom a {
  color: #1a1919;
}

#footer-br .footer-bottom a:hover {
  color: #005588;
}

#footer-br .footer-navigate {
  margin-top: 20px;
}
#footer-br .footer-navigate .row {
  justify-content: center;
}
#footer-br .footer-navigate .row ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

title {
  display: none;
}

.at4-visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  overflow: hidden;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.addthis_toolbox span.addthis_follow_label {
  display: none;
}

.list-group-item {
  padding: 5px 0;
  background-color: transparent;
  border: 0;
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
  color: #1a1919;
  cursor: pointer;
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 100;
}
.list-group-item a:hover {
  color: #005588;
}

.footer-connect p {
  font-family: "lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 100;
  color: #1a1919;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  #footer-br .footer-top {
    text-align: left;
  }

  #footer-br .footer-navigate {
    margin-top: 0;
  }

  #footer-br .footer-social {
    text-align: left;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group input:invalid {
  background: #ffffff !important;
  border: 1px solid #aaa;
  box-shadow: none;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  border-right: none;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.form-control {
  border-radius: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "lato", Arial, sans-serif !important;
}

.btn-blue {
  background-color: #09517C;
  border-color: #09517C;
  color: #fff;
}

.btn {
  text-transform: uppercase;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.475rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.btn-blue:hover {
  background-color: rgba(9, 81, 124, 0.5);
  color: #ffffff;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-11-17, 19.38.08
    Author     : 
*/
.subcenwi50 input {
  width: 50px;
  text-align: center;
}

.subcenwi30 input {
  width: 30px;
  display: inline;
}

.subcenwi50i input {
  width: 50px;
  display: inline;
}

.subcenwi50ir input {
  width: 50px;
  display: inline;
  text-align: right;
}

#FormValidMessage {
  border-top: 3px solid red;
  border-bottom: 3px solid red;
  background: #fff;
  clear: both;
  color: black;
  padding: 15px;
}

select:invalid,
input:invalid,
textarea:invalid,
.ierr .chosen-choices,
.ierr .chosen-single,
input.error {
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
}

.soom {
  background: #fff !important;
}

/* sup admin */
.supplier-templates {
  width: 100%;
  float: left;
}

.supplier-templates .content {
  width: 100%;
  margin: 0 auto;
  float: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.supplier-templates .content .float {
  width: 100%;
  float: left;
  margin: 33px 0 0;
}

.form-block {
  width: 100%;
  float: left;
  box-sizing: border-box;
  height: 274px;
  border: 1px solid #ccd7e0;
  /*margin-bottom: 148px;*/
  margin-bottom: 0;
}

.form-block .f-left {
  width: 316px;
  float: left;
  box-sizing: border-box;
  padding: 23px 26px 22px 27px;
  margin: 0;
  position: relative;
}

.form-block .f-left h5 {
  width: 100%;
  float: left;
  color: #09517C;
  font-size: 20px;
  line-height: 18px;
}

.form-block .f-left p.text-up-form {
  width: 100%;
  float: left;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 14px;
}

.form-block .f-left form {
  width: 100%;
  float: left;
  margin: 0;
}

.form-block .f-left form .field .middleColumn,
.form-block .f-left form .field label,
.form-block .f-left form .field,
.form-block .f-left form fieldset {
  width: 100%;
  float: left;
}

.form-block .f-left form fieldset {
  margin-bottom: 19px;
}

.form-block .form-container .field label,
.form-block .f-left form .field label {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.form-block .form-container .field input[type=email],
.form-block .form-container .field input[type=password],
.form-block .form-container .field input[type=text],
.form-block .form-container .field select,
.form-block .f-left form .field input[type=email],
.form-block .f-left form .field input[type=password],
.form-block .f-left form .field input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 15px;
  padding: 4px;
}

.form-block .f-left form .field input[type=password] {
  margin-bottom: 8px;
}

.form-block .f-left form .field input[type=checkbox] {
  margin: 0 6px 0 0;
  float: left;
  border: 1px solid #636363;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.form-block .f-left form .field.checkbox label {
  width: auto;
  float: left;
  line-height: 12px;
  font-size: 10px;
  font-weight: 400;
  color: #999;
}

.form-block .f-left form .Actions {
  float: left;
  width: 100%;
}

.form-block .f-left form .Actions input[type=submit] {
  margin: 0;
  padding: 0 46px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana;
  background-color: #0079c1;
  transition: background-color 0.2s ease-in-out;
}
.form-block .f-left form .Actions input[type=submit]:hover {
  background-color: rgba(0, 121, 193, 0.5);
}

.form-block .f-left p#ForgotPassword,
.form-block .f-left p.absolute-forgot {
  position: absolute;
  margin: 0;
  padding: 0;
  width: auto;
  bottom: 69px;
  right: 27px;
}

.form-block .f-left p#ForgotPassword a,
.form-block .f-left p.absolute-forgot a {
  text-decoration: none;
  color: #000;
  font-size: 10px;
  font-weight: 400;
}

.form-block .f-right {
  width: 316px;
  float: right;
  box-sizing: border-box;
  padding: 23px 49px 22px 28px;
  margin: 0;
  background-color: #09517C;
  border-left: 1px solid #ccd7e0;
  height: 100%;
}

.supplier-login .form-block .f-right,
.supplier-forgotpass .form-block .f-right {
  width: 581px;
}

.form-block .f-right h4 {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  float: left;
  margin: 0 0 13px;
}

.form-block .f-right p {
  color: #fff;
  font-size: 14px;
  font-family: verdana;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
  float: left;
}

.form-block .f-right a.btn {
  background: #0079c1;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: Verdana;
  border: 0;
  margin: 28px 0 0;
  cursor: pointer;
  float: left;
}

.form-block .f-right a.btn:hover {
  background: #09517C;
}

.form-block .form-container .Actions input[type=submit],
.supplier-forgotpass .form-block .f-left form .Actions input[type=submit] {
  padding-left: 11px;
  padding-right: 11px;
}

.form-block.not-fixed {
  height: auto;
}

.form-block .form-top {
  width: 100%;
  float: left;
  height: 45px;
  background-color: #09517C;
  border-bottom: 1px solid #ccd7e0;
}

.form-block .form-top h4 {
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  margin: 0;
  padding: 0 20px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.form-block .form-container {
  width: 100%;
  float: left;
}

.form-block .form-container form {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.form-block .form-container fieldset {
  width: 100%;
  float: left;
}

.form-block .form-container .Actions {
  width: 399px;
  float: right;
}

.form-block .form-container fieldset > .fieldgroup:first-child {
  width: 449px;
  float: left;
  box-sizing: border-box;
  padding: 0 15px 0 20px;
}

.form-block .form-container fieldset h2 {
  color: #09517C;
  font-size: 16px;
  margin: 19px 0 12px;
  width: 100%;
  float: left;
  padding: 0;
}

.form-block .form-container fieldset > .fieldgroup {
  width: 449px;
  float: right;
  box-sizing: border-box;
  padding: 0 20px 0 15px;
}

.form-block .form-container fieldset .fieldgroup .fieldgroup-field {
  width: 100%;
  float: left;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd .fieldholder-small {
  float: left;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd .fieldholder-small select {
  padding: 3px 4px;
  box-sizing: border-box;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd .fieldholder-small input {
  box-sizing: border-box;
}

.form-block .form-container fieldset > .fieldgroup:first-child .fieldgroup-field.odd .fieldholder-small,
.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd.first .fieldholder-small,
.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd.last .fieldholder-small {
  width: 100%;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.even:nth-child(4) .fieldgroup .fieldholder-small {
  width: 200px;
  float: left;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.even:nth-child(4) .fieldgroup .fieldholder-small:nth-child(4),
.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.even:nth-child(4) .fieldgroup .fieldholder-small:nth-child(2) {
  float: right;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd .fieldholder-small select.third-width {
  margin-left: 15px;
  margin-right: 15px;
  width: 110px;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd .fieldholder-small input.third-width {
  width: 127px;
  margin-left: 2px;
  margin-right: 2px;
}

label[for=Form_SupplierRegisterForm_Company_Postcode],
label[for=Form_SupplierProfileForm_Company_Postcode] {
  margin-left: 2px;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd .fieldholder-small select[name=Company_Country] {
  margin-left: 0;
  margin-right: 15px;
  width: 126px;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd .fieldholder-small select[name=Company_State_Drop] {
  margin-left: 0;
  margin-right: 15px;
  width: 127px;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd .fieldholder-small input[name=Company_State] {
  margin-left: 0;
  margin-right: 15px;
  width: 127px;
}

.form-block .form-container fieldset > .fieldgroup .fieldgroup-field.odd .fieldholder-small input[name=PostCode] {
  margin-left: 15px;
  margin-right: 0;
  width: 110px;
}

.supplier-register .form-block .form-container fieldset {
  margin: 0;
}

.supplier-register .form-block .form-container .Actions {
  box-sizing: border-box;
  float: right;
  padding: 3px 20px 16px 15px;
  width: 399px;
}

.supplier-register .form-block .form-container .Actions input {
  float: right;
  margin: 0;
  padding-left: 58px;
  padding-right: 58px;
  background: #09517C;
  font-size: 12px;
  font-family: Verdana;
}

.supplier-register .form-block .ftext {
  width: 100%;
  padding: 0 27px;
  float: left;
  box-sizing: border-box;
}

.supplier-register .form-block .ftext h2 {
  line-height: 62px;
  color: #09517C;
  font-size: 24px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.supplier-register .form-block .ftext p {
  color: #005587;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  float: left;
}

.supplier-register .form-block .ftext p a {
  color: #09517C;
  text-decoration: underline;
}

.list-top-part {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccd7e0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .list-top-part {
    justify-content: space-between;
  }
}

.list-top-part h2 {
  width: 100%;
  padding: 0 0 15px;
  float: left;
  height: 53px;
  line-height: 53px;
  color: #0a4273;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .list-top-part h2 {
    width: auto;
  }
}

.list-top-part .top-part-bottons {
  width: auto;
  float: right;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .list-top-part .top-part-bottons {
    margin-bottom: 0;
  }
}

.list-top-part .top-part-bottons a {
  height: 28px;
  line-height: 28px;
  width: auto;
  padding: 0 30px;
  color: #fff;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  margin-top: 11px;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.list-top-part .top-part-bottons a.red-botton {
  background: #09517C;
  margin-left: 0;
}

.list-top-part .top-part-bottons a.blue-botton {
  background: #0079c1;
  padding: 0 16px;
  margin-right: 30px;
}
.list-top-part .top-part-bottons a.blue-botton:hover {
  background-color: rgba(0, 121, 193, 0.5);
}

.top-paragrath p,
.top-paragrath {
  width: 100%;
  float: left;
  margin: 0;
}
@media (min-width: 640px) {
  .top-paragrath p,
.top-paragrath {
    width: auto;
  }
}

.top-paragrath p {
  font-weight: bold;
}

.search-results .controls {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
}
@media (min-width: 640px) {
  .search-results .controls {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .search-results .controls {
    width: auto;
    float: right;
  }
}

.search-results .controls a {
  width: auto;
  float: left;
  padding: 0 50px 0 0;
  line-height: 19px;
  height: 19px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
.search-results .controls a:last-of-type {
  margin-right: 5px;
}
@media (min-width: 640px) {
  .search-results .controls a:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .search-results .controls a {
    padding: 0 32px 0 12px;
  }
}
@media (min-width: 640px) {
  .search-results .controls a:first-of-type {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .search-results .controls a:first-of-type {
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .search-results .controls a {
    padding: 0 32px 0 12px;
  }
}

.search-results .controls a:hover {
  text-decoration: underline;
}

.search-results .controls span {
  margin: 0;
  padding: 0;
  line-height: 19px;
  height: 19px;
  width: 1px;
  background: #498dc5;
  float: left;
  display: none;
}
@media (min-width: 640px) {
  .search-results .controls span {
    display: block;
  }
}

.search-results .controls a.red {
  color: #09517C;
}

.search-results .controls a.blue {
  color: #0079c1;
}

.search-results .controls a.flag {
  background: url(/themes/recy/img/supplier/red-flag.png) center right no-repeat;
  color: #ea1c31 !important;
}

.search-results .controls a.dublicate {
  background: url(/themes/recy/img/supplier/dublicate-icon.png) center right no-repeat;
}

.search-results .controls a.pencil {
  background: url(/themes/recy/img/supplier/blue-pencil-icon.png) center right no-repeat;
}

.search-results .controls a.close {
  background: url(/themes/recy/img/supplier/delete-icon.png) center right no-repeat;
  color: #ea1c31 !important;
}

a.equip_title.float-left {
  width: 495px;
}

.search-results.list {
  margin-bottom: 80px;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.lostpass .form-block .f-left form .Actions input[type=submit] {
  padding: 0 10px;
}

.versions-table-container {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.versions-table-container table tbody,
.versions-table-container table {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 2px;
}

.versions-table-container table td,
.versions-table-container table tr {
  border: none;
}

.versions-table-container table tr {
  width: 100%;
}

.versions-table-container table td.type {
  width: 95px;
  background: #d6e4ef;
  text-transform: uppercase;
  font-weight: bold;
}

.versions-table-container table td.details {
  width: 100%;
  padding-right: 0;
}

.versions-table-container table td.type.draft {
  color: #ea1c31;
}

.versions-table-container table td.type.live {
  color: #159429;
}

.versions-table-container table td.type.obsolete {
  color: #000;
}

.versions-table-container table td {
  padding: 6px 12px;
  background: #eaeff3;
  height: 25px;
  color: #000;
  box-sizing: border-box;
}

.search-results .controls a.blue.view {
  background: url(/themes/recy/img/supplier/view-td.png) center right no-repeat;
}

.search-results .controls a.blue.restore {
  background: url(/themes/recy/img/supplier/restore-td.png) center right no-repeat;
  padding-right: 24px;
}

form#Form_SupplierLoginForm p#Form_SupplierLoginForm_error {
  position: absolute;
  top: 61px;
  color: #ff0000;
  left: 27;
  margin: 0;
  font-size: 11px;
}

form#Form_SupplierLoginForm #Email {
  position: relative;
}

form#Form_SupplierLoginForm #Email span.validation {
  font-size: 11px;
  bottom: -3px;
  left: 0;
  position: absolute;
  color: #ff0000;
}

.form-block .f-right a.btn.btmnotred:hover {
  background: #7ecbf5;
}

.message.required,
.message.bad {
  color: red;
  font-weight: bold;
}

.iremeber {
  font-size: 11px;
  color: #7ecbf5;
}

a.submit {
  background: #0a4273;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 6px 33px;
  height: 18px;
  vertical-align: middle;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: Helvetica, Arial, sans-serif;
  border: 0;
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
}

a.submit {
  background: #09517C;
}

.form-block.password-login {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.form-block.password-login .f-left {
  width: 100%;
}
@media (min-width: 768px) {
  .form-block.password-login .f-left {
    width: 316px;
  }
}
.form-block.password-login .f-right {
  width: 100%;
  height: auto;
  border-left: 0;
  border-top: 1px solid #ccd7e0;
}
@media (min-width: 768px) {
  .form-block.password-login .f-right {
    width: auto;
    flex: 1;
    border-left: 1px solid #ccd7e0;
    border-top: 0;
  }
}
.form-block .form-container.supplier-register-details-form fieldset {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.form-block .form-container.supplier-register-details-form fieldset .field {
  width: 100%;
}
@media (min-width: 768px) {
  .form-block .form-container.supplier-register-details-form fieldset .field {
    width: 70%;
  }
  .form-block .form-container.supplier-register-details-form fieldset .field:first-of-type {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .form-block .form-container.supplier-register-details-form fieldset .field {
    width: 50%;
  }
  .form-block .form-container.supplier-register-details-form fieldset .field:first-of-type {
    width: 50%;
  }
}
.form-block .form-container.supplier-register-details-form fieldset .middleColumn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(3) .CompositeField {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(3) .CompositeField .fieldholder-small {
  width: calc(33.3% - 11px);
}
.form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(3) .CompositeField .fieldholder-small:first-of-type, .form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(3) .CompositeField .fieldholder-small:nth-of-type(2), .form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(3) .CompositeField .fieldholder-small:nth-of-type(3) {
  margin-right: 16px;
}
.form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(3) .CompositeField .fieldholder-small select[name=Company_Country],
.form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(3) .CompositeField .fieldholder-small select[name=Company_State_Drop],
.form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(3) .CompositeField .fieldholder-small input.third-width {
  width: 100%;
}
.form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(4) .CompositeField {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(4) .CompositeField .fieldholder-small {
  width: calc(50% - 8px);
}
.form-block .form-container.supplier-register-details-form fieldset .middleColumn .fieldgroup-field:nth-of-type(4) .CompositeField .fieldholder-small:nth-of-type(2n + 1) {
  margin-right: 16px;
}

#upload {
  font-family: "PT Sans Narrow", sans-serif;
  background-color: #373a3d;
  background-image: -webkit-linear-gradient(top, #373a3d, #313437);
  background-image: -moz-linear-gradient(top, #373a3d, #313437);
  background-image: linear-gradient(top, #373a3d, #313437);
  width: 468px;
  border-radius: 3px;
  margin: 0 auto 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop {
  background-color: #2e3134;
  padding: 15px;
  border: 20px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  border-image: url("/themes/recy/img/border-image.png") 25 repeat;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #7f858a;
}

#drop a {
  background-color: #007a96;
  padding: 12px 26px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin: 12px auto 0;
  line-height: 1;
}

#drop a:hover {
  background-color: #0986a3;
}

#drop input {
  display: none;
}

#upload ul {
  list-style: none;
}

#upload ul li {
  background-color: #333639;
  background-image: -webkit-linear-gradient(top, #333639, #303335);
  background-image: -moz-linear-gradient(top, #333639, #303335);
  background-image: linear-gradient(top, #333639, #303335);
  border-top: 1px solid #3d4043;
  border-bottom: 1px solid #2b2e31;
  padding: 15px;
  height: 52px;
  position: relative;
}

#upload ul li input {
  display: none;
}

#upload ul li p {
  overflow: hidden;
  white-space: nowrap;
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 100px;
  text-align: 100%;
  width: 246px;
}

#upload ul li i {
  font-weight: normal;
  font-style: normal;
  color: #7f7f7f;
  display: block;
}

#upload ul li canvas {
  top: 15px;
  left: 32px;
  position: absolute;
}

#upload ul li span {
  width: 15px;
  height: 12px;
  background: url("/themes/recy/img/icons.png") no-repeat;
  position: absolute;
  top: 34px;
  right: 33px;
  cursor: pointer;
}

#upload ul li.working span {
  height: 16px;
  background-position: 0 -12px;
}

#upload ul li.error p {
  color: red;
}

.training-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.training-wrapper .training-req,
.training-wrapper .training-other {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 2px);
  margin: 2px 2px 0 0;
  flex-direction: column;
}
@media (min-width: 640px) {
  .training-wrapper .training-req,
.training-wrapper .training-other {
    flex-direction: row;
  }
}
.training-wrapper .training-req .training-title,
.training-wrapper .training-other .training-title {
  padding: 5px 10px;
  background: #ccd7e0;
  font-weight: bold;
  width: auto;
  margin: 0 2px;
}
@media (min-width: 640px) {
  .training-wrapper .training-req .training-title,
.training-wrapper .training-other .training-title {
    width: 140px;
  }
}
.training-wrapper .training-req .training-content,
.training-wrapper .training-other .training-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background: #e6ecf1;
  font-weight: normal;
  flex: 1;
  margin: 0 2px;
}
@media (min-width: 640px) {
  .training-wrapper .training-req .training-content,
.training-wrapper .training-other .training-content {
    margin: 0;
  }
}
.training-wrapper .training-req .training-content input,
.training-wrapper .training-other .training-content input {
  width: 100%;
  max-width: 270px;
}
.training-wrapper .training-other {
  margin-top: 2px;
}

/*# sourceMappingURL=main.css.map */
