/*##### RECSSET  #####*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, 
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 {
  font-family: Roboto, sans-serif;
  transition: all 0.2s linear;
}

blockquote, q {
  quotes: none;
}
blockquote:before,
q:before {
  font-size: 4em;
  text-indent: -0.6em;
  margin-top: 0.15em;
  float: left;
  opacity: 0.3;
}

cite {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: bold;
  font-size: smaller;
  margin-top: 1.9em;
}
cite:before {
  content: 'ï¿½ï¿½ï¿½';
  float: left;
  font-size: 1.5em;
  text-indent: -1.3em;
  font-weight: bold;
  margin-top: -0.1em;
}

abbr {
  border-bottom: 1px dotted;
  cursor: help;
  text-transform: uppercase;
  font-size: 0.85em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ul {
  list-style: disc;
  list-style-position: outside;
  margin: 15px 10px;
  padding-left: 1em;
}
ol {
  list-style-type: decimal;
  margin: 0;
}
li {
  margin: 0;
  list-style-position: outside;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.58em 0;
}
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

select,
input {
  font: 99% sans-serif;
}
input,
select {
  vertical-align: middle;
}
input[type='checkbox'] {
  vertical-align: bottom;
}
input.button {
  cursor: pointer;
  width: auto;
  overflow: visible;
}

h1, h2, h3 {
  font-weight: bold;
  font-family: Roboto, sans-serif;
  margin: 1em 0 0.58em;
  color: black;
  padding-top: 0.2em;
  width: 100%;
  display: block;
}
h1 {
  font-size: 2em;
  line-height: 1.8em;
  margin: 0 0 0.58em;
}
h2 {
  font-size: 1.6em;
  line-height: 1.4em;
}
h3 {
  font-size: 1.3em;
  line-height: 1.1em;
}

p {
  margin: 0 0 15px 0;
  line-height: 20px;
  font-family: Roboto;
}

a,
a:active,
a:visited {
  color: #9d0b1d;
  text-decoration: underline;
}
a:hover,
a:active {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:active,
input:focus,
input:active {
  outline: 0;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
  margin-left: -200000px;
  position: absolute;
  top: -200000px;
}

::selection {
  background: #9d0b1d;
  color: #ffffff;
}
/* END OF CSS RESET */

/* FORM CONTROLS */
fieldset {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
fieldset p {
  margin: 5px 0 0 26.5%;
}
label {
  cursor: pointer;
  float: left;
  width: 25%;
  margin: 4px 1em 5px 0;
  font-weight: bold;
}
p.form-help {
  margin: 5px 0 0 26.5%;
  font-size: 12px;
  color: #696969;
}
.form-text.error {
  border: 1px solid rgb(170, 30, 72);
}
.form-help.error {
  color: #9d0b1d;
}

input[type='text'],
input[type='tel'],
input[type='email'],
select {
  padding: 11px;
  margin-top: 1px;
  display: block;
  width: 50%;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

select {
  width: 56.3%;
  min-width: 25%;
  margin: 0;
}

input[type='checkbox'] {
  height: 2.5em;
  width: 2.5em;
}

input:focus {
  border: 1px solid lightgray;
  background: white;
}

input[type='text'].mandatory,
input[type='tel'].mandatory,
input[type='email'].mandatory {
  border: 1px solid rgba(170, 30, 72, 0.2);
}

input[type='submit'],
button,
.button {
  overflow: visible;
  width: 86%;
  max-width: 250px;
  color: white;
  padding: 9px 0;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  margin: 1em 0 0 26.5%;
}

input[type='submit']:hover,
input[type='submit']:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  border: 1px solid #bbb;
}

input[type='submit']:active,
button:active,
.button:active {
  border: 1px solid #ccc;
}

input[type='submit']:disabled,
button:disabled,
.button:disabled {
  background: lightgray !important;
  color: black;
  cursor: not-allowed;
}

.busybee {
  text-align: center;
  display: none;
}

.fatalerror,
.error {
  color: red;
  font-weight: bold;
}

.box-shadow {
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.38);
}

a.anchor {
  text-decoration: none;
  color: black;
}

.jshidden {
  display: none;
}

/* BUTTONS */
.next {
  background: navy;
  color: white;
}
.next:hover {
  background: black;
}
.search {
  background: green;
  color: white;
}
.search:hover {
  background: black;
}

/* STRUCTURE */
body {
  background-color: white;
  color: black;
  font-size: 14px;
  height: 100%;
}

#wrapper {
  max-width: 960px;
  width: 88%;
  padding: 0 20px;
  margin: 0 auto;
}

#main {
  border-radius: 10px;
  padding: 15px 15px 8px 15px;
  margin: 20px 0;
}

#banner {
  background-color: rgb(56, 88, 137);
  display: block;
  width: 100%;
}
#banner img {
  padding: 8px 5px 5px 8px;
}

/* MAIN CONTENT AREA */
#content {
  margin: 0 0 15px 0px;
  padding: 1.9%;
  height: auto;
  min-height: 900px;
}

/* FOOTER */
#footer {
  border: 2px solid #000000;
  border-bottom: 0px;
  background: #000000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 1.2em;
  padding: 8px;
}
#footer p {
  margin: 5px;
}
#footerlinks {
  margin: 5px;
}
#footerlinks a {
  color: white;
}
#footerlinks a:hover,
#footer a:active {
  text-decoration: underline dotted;
  color: lightgray;
}
#social {
  margin-bottom: 1em;
  height: 50px;
}
#networks {
  list-style: none;
  margin: 0;
}
#networks li {
  float: left;
  display: inline;
  margin: 0px 10px;
  vertical-align: middle;
}
#networks li a {
  margin-top: 15px;
  display: block;
}

/* INFO MESSAGES */
.info-message {
  padding: 0.5em;
  background: #eee;
  border-radius: 3px;
  color: rgb(50, 50, 50) !important;
  border: 1px solid #ccc;
}

.info-message-pending {
  padding: 0.5em;
  background: rgba(255, 255, 0, 0.5);
  display: inline-block;
  *display: inline;
  border-radius: 3px;
  color: rgb(50, 50, 50) !important;
  border: 1px solid gold;
}

.info-message-error {
  padding: 0.5em;
  background: rgba(255, 0, 0, 0.5);
  *display: inline-block;
  display: inline;
  border-radius: 3px;
  color: rgb(50, 50, 50) !important;
  border: 1px solid red;
}

.info-message-success {
  padding: 0.5em;
  background: rgba(0, 255, 0, 0.2);
  border-radius: 3px;
  color: rgb(50, 50, 50) !important;
  border: 1px solid green;
}

#confirmation {
  text-align: center;
  width: 40%;
  padding: 10px;
  margin-left: 30%;
  font-size: 25px;
}

#bintotal,
#binSelect,
#sackSelect {
  display: none;
}

/* TABLETS */
@media screen and (max-width: 800px) {
  #wrapper {
    max-width: 100%;
    width: auto;
    padding: 0;
    margin: 0;
  }
  #main {
    margin-top: 0;
    border-radius: 0;
  }
  #footer {
    border-radius: 0;
  }
  .box-shadow {
    box-shadow: none;
  }
}

/* MOBILE PHONES */
@media screen and (max-width: 600px) {
  #wrapper {
    max-width: 100%;
    width: auto;
    padding: 0;
    margin: 0;
  }
  #main {
    border-radius: 0;
  }
  h1 {
    font-size: 1.5em;
    line-height: 1.3em;
  }
  h2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  h3 {
    font-size: 1.1em;
    line-height: 0.9em;
  }
  label {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 5px 0;
  }
  p {
    margin: 5px 0 0 5px;
  }
  .form-actions p,
  p.form-help {
    margin-left: 0;
  }
  .form-text {
    width: 100%;
    box-sizing: border-box;
  }
  input[type='submit'],
  button,
  .button {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  input[type='checkbox'] {
    width: 100%;
  }
  input[type='text'],
  input[type='tel'],
  input[type='email'] {
    width: 93%;
  }
  select {
    width: 100%;
  }
  #footer {
    border-radius: 0;
  }
  .box-shadow {
    box-shadow: none;
  }
}

/* PRINTING */
@media print {
  #banner,
  #footer {
    display: none;
  }
  #wrapper {
    width: auto;
    padding: 0px;
    margin: 0px;
  }
  #main {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
  }
  #content {
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
  .box-shadow {
    box-shadow: none;
  }
}
