*, *::before, *::after
{
  -moz-font-feature-settings:"lnum" 1;
  -ms-font-feature-settings:"lnum" 1;
  -o-font-feature-settings:"lnum" 1;
  -webkit-font-feature-settings:"lnum" 1;
  font-feature-settings:"lnum" 1;
  box-sizing:border-box;
}

.ticor-content
{
  max-width: 100% !important;
}

.ticor-container
{
  max-width: 788px;
  margin: 0 auto;
}

#sign-in-menu, #sign-out-menu
{
  position: absolute;
  right: 95px;
  top: 35px;
  z-index: 10000;
  height: 63px;
}

#click-menu {
  top: 0 !important;
}

.ticor-content label
{
  display: block;
  cursor: pointer;
}

.ticor-content input[type="text"],
.ticor-content input[type="password"],
.ticor-content input[type="email"],
.ticor-content select
{
  display: block;
  border: 1px solid #999;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 12px;
  font-size: 16px;
  line-height: 1.2em;
  width: 100%;
}

.ticor-content select
{
  height: 45px;
}

.ticor-content input[type="number"]
{
  border: 1px solid #999;
  padding: 3px;
  width: 50px;
  margin: 0;
}

.ticor-content input[type="checkbox"]
{
  margin: 12px;
}

.ticor-content .button
{
  padding: 12px;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.button.black
{
  background-color: #000;
  color: #FFF;
}

.ticor-content ul
{
  list-style: none;
  padding: 0;
}

.ticor-content legend
{
  font-size: 18px;
  padding: 36px 0 24px 0;
  display: block;
  text-align: center;
  font-weight: bold;
}

.ticor-content .text-center
{
  text-align: center;
}

.block
{
  text-align: center;
  padding: 24px 0;
  line-height: 1.2em;
  font-size: 18px;
  color: #000;
  background-color: #D9D9D9;
}

.ticor-packages,
#basket
{
  max-width: 1280px;
  margin: 0 auto;
}

.ticor-packages > .row > .header
{
}

.inspection-category
{
  color: #fff;
  background-color: #333;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ticor-packages .shade
{
  background-color: #dadada;
}

.ticor-packages .disabled
{
  color: #999;
  background-color: #e9e9e9;
}

input:disabled
{
  color: #999;
}

.basket-header
{
  border-bottom: 1px solid #000;
}

.basket-row
{
  border-bottom: 1px solid #999;
}

.basket-total
{
  display: inline-block;
  width: 100px;
  text-align: left;
}

#basket [type="submit"]
{
  margin: 0 !important;
}

.full-width
{
  width: 100% !important;
}

.ticor-content .grid
{
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.ticor-content .row
{
  margin: 3px;
}

.ticor-content .row:after
{
  content: '';
  display: table;
  clear: both;
}

.ticor-content .column
{
  position: relative;
  float: left;
  min-height: 1px;
  width: 100%;
  padding: 0.75rem;
}

.collapse
{
  margin: 0 !important;
  padding: 0 !important;
}

.text-right
{
  text-align: right;
}


#basket-buy > div
{
  padding: 0;
}

.ticor-content .xs-hidden
{
  display: none;
}

.ticor-content .column.xs-12
{
  width: 100%;
}

.ticor-content .column.xs-11
{
  width: 91.66667%;
}

.ticor-content .column.xs-10
{
  width: 83.33333%;
}

.ticor-content .column.xs-9
{
  width: 75%;
}

.ticor-content .column.xs-8
{
  width: 66.66667%;
}

.ticor-content .column.xs-7
{
  width: 58.33333%;
}

.ticor-content .column.xs-6
{
  width: 50%;
}

.ticor-content .column.xs-5
{
  width: 41.66667%;
}

.ticor-content .column.xs-4
{
  width: 33.33333%;
}

.ticor-content .column.xs-3
{
  width: 25%;
}

.ticor-content .column.xs-2
{
  width: 16.66667%;
}

.ticor-content .column.xs-1
{
  width: 8.33333%;
}

.row
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 766px)
{
  .inspection-category > div > span::after
  {
    content: ' -';
    float: right;
  }
  .inspection-category:not(.active) > div > span::after
  {
    content: ' +';
  }
  .inspection-category__results
  {
    display: none;
  }
  .inspection-category__results.show
  {
    display: block;
  }
  .ticor-content .column
  {
    border-bottom: 3px solid white;
  }
  .row
  {
    display: block;
  }
  .inspection-category__results > .row.shade:not(:last-child)
  {
    margin-bottom: 30px;
  }
  .inspection-category__results > .row.shade > div:not(:first-child)
  {
    font-weight: bold;
  }
  .inspection-category__results > .row > div > *
  {
    display: inline-block;
    width: auto;
  }
  .inspection-category__results > .row > div > input[type="number"]
  {
    max-width: 75px;
    margin-right: 6px;
  }
  .inspection-category__results > .row > div > input[type="radio"]
  {
    float: right;
    margin-top: 4px;
  }
  .inspection-category__results > .row > div > label::after
  {
    content: ' - ';
  }

  .basket-row
  {
    text-align: right;
    padding: 7px 0;
  }

  .basket-row > .column
  {
    padding-top: 0;
    padding-bottom: 0;
  }

  .basket-row > div:not(:last-child)
  {
    display: inline-block;
    float: none;
    width: auto;
    padding-left: 0;
  }

  .basket-row > div:nth-child(2) > span::before
  {
    content: '×';
  }

  .basket-header
  {
    display: none;
  }

}

@media (min-width: 767px) and (max-width: 1023px)
{
  .ticor-packages
  {
    font-size: 14px;
  }

  .header.column
  {
    min-height: 115px;
  }

  .inspection-category__results > div > div:first-child
  {
    font-size: 12px;
  }

}

@media (min-width: 767px)
{

  .ticor-content .sm-hidden
  {
    display: none;
  }

  .ticor-content .sm-visible-block
  {
    display: block;
  }

  .ticor-content .column.sm-12
  {
    width: 100%;
  }

  .ticor-content .column.sm-11
  {
    width: 91.66667%;
  }

  .ticor-content .column.sm-10
  {
    width: 83.33333%;
  }

  .ticor-content .column.sm-9
  {
    width: 75%;
  }

  .ticor-content .column.sm-8
  {
    width: 66.66667%;
  }

  .ticor-content .column.sm-7
  {
    width: 58.33333%;
  }

  .ticor-content .column.sm-6
  {
    width: 50%;
  }

  .ticor-content .column.sm-5
  {
    width: 41.66667%;
  }

  .ticor-content .column.sm-4
  {
    width: 33.33333%;
  }

  .ticor-content .column.sm-3
  {
    width: 25%;
  }

  .ticor-content .column.sm-2
  {
    width: 16.66667%;
  }

  .ticor-content .column.sm-1
  {
    width: 8.33333%;
  }

}

@media (min-width: 1023px)
{
  .ticor-content .column.header
  {
    min-height: 100px;
  }
}