/* line 5, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, ../sass/main.scss */
body {
  background-color: #FFFFFF;
}

/* line 8, ../sass/main.scss */
.secondary-header {
  background-color: #282828;
  border-top: 3px solid #ff7800;
  height: 38px;
}

/* line 13, ../sass/main.scss */
.bannerwrapper {
  height: 98px;
}

/* line 16, ../sass/main.scss */
.banner img {
  float: left;
  margin-right: 40px;
}

/* line 20, ../sass/main.scss */
.menu {
  float: right;
  margin-top: 31px;
  margin-bottom: 31px;
}
/* line 25, ../sass/main.scss */
.menu li {
  display: inline-block;
  padding-right: 48px;
}
/* line 30, ../sass/main.scss */
.menu li a {
  color: #282828;
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  font-style: normal;
  text-transform: uppercase;
}
/* line 40, ../sass/main.scss */
.menu li a:hover {
  color: #ff7800;
}

/* line 44, ../sass/main.scss */
#content, .content {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 49, ../sass/main.scss */
.col1 {
  width: 340px;
  float: left;
}

/* line 54, ../sass/main.scss */
.col2 {
  width: 340px;
  float: right;
}

/* line 59, ../sass/main.scss */
.helpline {
  background-color: #f9f9fb;
  padding: 20px;
  margin-top: 60px;
}

/* line 65, ../sass/main.scss */
footer {
  padding: 20px 30px;
  background-color: #282828;
  color: rgba(255, 255, 255, 0.6);
}
/* line 70, ../sass/main.scss */
footer a {
  color: rgba(255, 255, 255, 0.8);
}

/* line 74, ../sass/main.scss */
.errormsg {
  padding: 10px;
  background-color: Red;
  width: 80%;
  margin: 20px auto;
  text-align: center;
  color: White;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 85, ../sass/main.scss */
.confirmationmsg {
  padding: 10px;
  background-color: #ff7800;
  width: 80%;
  margin: 20px auto;
  text-align: center;
  color: White;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 95, ../sass/main.scss */
div.warningmsg {
  padding: 10px;
  background-color: #ff7800;
  width: 80%;
  margin: 20px auto;
  text-align: center;
  color: White;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 106, ../sass/main.scss */
ul#tasklist li {
  float: left;
  display: inline;
  position: relative;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 6px 0 32px;
  background-color: #ff7800;
  color: White;
}

/* line 118, ../sass/main.scss */
ul#tasklist li.tl-complete {
  background-color: #282828;
}

/* line 121, ../sass/main.scss */
ul#tasklist li a {
  color: White;
}

/* line 125, ../sass/main.scss */
ul#tasklist li:before {
  position: absolute;
  display: inline-block;
  border-top: 22px solid transparent;
  border-left: 22px solid #eee;
  border-bottom: 22px solid transparent;
  border-left-color: #ff7800;
  right: -22px;
  top: 0px;
  content: '';
  z-index: 2;
}

/* line 138, ../sass/main.scss */
ul#tasklist li.tl-complete:before {
  border-left-color: #282828;
}

/* line 142, ../sass/main.scss */
ul#tasklist li:after {
  position: absolute;
  display: inline-block;
  border-top: 26px solid transparent;
  border-left: 26px solid #eee;
  border-bottom: 26px solid transparent;
  border-left-color: white;
  right: -26px;
  top: -4px;
  content: '';
  z-index: 1;
}

/* line 155, ../sass/main.scss */
ul#tasklist li:last-child:before, ul#tasklist li:last-child:after {
  display: none;
}

/* line 159, ../sass/main.scss */
ul#tasklist li:first-child {
  padding: 0 6px;
}

/* line 163, ../sass/main.scss */
label.error {
  display: block;
  color: red !important;
  font-style: italic;
  font-weight: normal;
  font-size: 0.8em;
}

/* line 171, ../sass/main.scss */
input.error {
  border: 1px dotted red;
}

/* line 174, ../sass/main.scss */
input.inputtiny {
  width: 40px;
}

/* line 177, ../sass/main.scss */
input.inputsmall {
  width: 100px;
}

/* line 180, ../sass/main.scss */
input.inputmedium {
  width: 200px;
}

/* line 183, ../sass/main.scss */
input.inputlarge {
  width: 300px;
}

/* line 186, ../sass/main.scss */
.ui-widget-overlay {
  z-index: 1000;
}

/* line 189, ../sass/main.scss */
.ui-dialog {
  z-index: 1001;
}

/* line 192, ../sass/main.scss */
.buttonbar {
  margin: 20px;
  text-align: center;
}

/* line 196, ../sass/main.scss */
.primarybutton {
  padding: 5px 40px;
  color: Black;
}

/* line 200, ../sass/main.scss */
.paymentoption {
  display: none;
  margin: 20px;
}

/* line 204, ../sass/main.scss */
.page-title-bar {
  background: #282828;
  height: 280px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 213, ../sass/main.scss */
.page-title-bar h1 {
  color: #FFFFFF;
  font-family: "Barlow Condensed";
  font-size: 54px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0px;
  margin: 0 auto;
  text-transform: uppercase;
}

/* line 225, ../sass/main.scss */
.form-group label {
  color: #212934;
  font-family: "Barlow Condensed";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0px;
  font-style: normal;
}

/* line 235, ../sass/main.scss */
#navbarMainMenu {
  float: right;
}

/* line 238, ../sass/main.scss */
.navbar-brand {
  float: left;
}

/* line 241, ../sass/main.scss */
.navbar-nav {
  margin-top: 15px;
}

/* line 244, ../sass/main.scss */
.navbar-toggler {
  margin-top: 15px;
  float: right;
}

/* line 248, ../sass/main.scss */
.navbar-light .navbar-nav .nav-link {
  color: #282828;
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  font-style: normal;
  text-transform: uppercase;
}

/* line 257, ../sass/main.scss */
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff7800;
}

@media (max-width: 768px) {
  /* line 262, ../sass/main.scss */
  .page-title-bar {
    height: auto;
    min-height: calc(240px - 10px);
  }

  /* line 266, ../sass/main.scss */
  #navbarMainMenu {
    float: right;
    width: 100%;
  }

  /* line 270, ../sass/main.scss */
  .nav-item {
    text-align: center;
  }

  /* line 273, ../sass/main.scss */
  ul#tasklist li {
    width: calc(100% - 22px);
  }

  /* line 276, ../sass/main.scss */
  ul#tasklist li:first-child {
    padding: 0 6px 0 32px;
  }

  /* line 279, ../sass/main.scss */
  table.responsivetable, table.responsivetable thead, table.responsivetable tbody, table.responsivetable th, table.responsivetable td, table.responsivetable tr {
    display: block;
    border: none;
  }

  /* line 283, ../sass/main.scss */
  table.responsivetable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 288, ../sass/main.scss */
  table.responsivetable tr {
    margin-bottom: 10px;
  }

  /* line 291, ../sass/main.scss */
  table.responsivetable tr:last-child td {
    padding-bottom: 6px;
  }

  /* line 294, ../sass/main.scss */
  table.responsivetable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #C40000;
    position: relative;
    padding-left: 70px;
    text-transform: none;
    padding-bottom: 6px;
    padding-top: 6px;
  }

  /* line 304, ../sass/main.scss */
  table.responsivetable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 60px;
    padding-right: 10px;
    white-space: nowrap;
  }

  /* line 313, ../sass/main.scss */
  table#horsesearchresults td:nth-of-type(1):before {
    content: "Name";
  }

  /* line 316, ../sass/main.scss */
  table#horsesearchresults td:nth-of-type(2):before {
    content: "DOB";
  }

  /* line 319, ../sass/main.scss */
  table#horsesearchresults td:nth-of-type(3):before {
    content: "Sire";
  }

  /* line 322, ../sass/main.scss */
  table#horsesearchresults td:nth-of-type(4):before {
    content: "Dam";
  }

  /* line 325, ../sass/main.scss */
  table#horsesearchresults td:nth-of-type(5):before {
    content: "Brand";
  }

  /* line 328, ../sass/main.scss */
  table#suppliers.responsivetable td {
    padding-left: 110px;
  }

  /* line 331, ../sass/main.scss */
  table#suppliers td:nth-of-type(1):before {
    content: "Supplier Name";
  }

  /* line 334, ../sass/main.scss */
  table#suppliers td:nth-of-type(2):before {
    content: "Contact";
  }

  /* line 337, ../sass/main.scss */
  tables#uppliers td:nth-of-type(3):before {
    content: "Share";
  }

  /* line 340, ../sass/main.scss */
  table#suppliers td:nth-of-type(4):before {
    content: "GST";
  }

  /* line 343, ../sass/main.scss */
  table#suppliers td:nth-of-type(5):before {
    content: "Proceeds To";
  }

  /* line 346, ../sass/main.scss */
  table#details.responsivetable td {
    padding-left: 110px;
  }

  /* line 349, ../sass/main.scss */
  table#saleentryhorses td:nth-of-type(1):before {
    content: "Name";
  }

  /* line 352, ../sass/main.scss */
  table#saleentryhorses td:nth-of-type(2):before {
    content: "Colour";
  }

  /* line 355, ../sass/main.scss */
  table#saleentryhorses td:nth-of-type(3):before {
    content: "Sex";
  }

  /* line 358, ../sass/main.scss */
  table#saleentryhorses td:nth-of-type(4):before {
    content: "DOB";
  }

  /* line 361, ../sass/main.scss */
  table#saleentryhorses td:nth-of-type(5):before {
    content: "Sire";
  }

  /* line 364, ../sass/main.scss */
  table#saleentryhorses td:nth-of-type(6):before {
    content: "Dam";
  }

  /* line 367, ../sass/main.scss */
  table#saleentryhorses td:nth-of-type(7):before {
    content: "Share";
  }

  /* line 370, ../sass/main.scss */
  table#saleentryhorses td:nth-of-type(8):before {
    content: "Action";
  }
}
