html,
body {
  height: 100%; }

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px; }

.wrap > .container {
  padding: 70px 15px 20px; }

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px; }

.jumbotron {
  text-align: center;
  background-color: transparent; }

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px; }

.not-set {
  color: #c55;
  font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px; }

a.asc:after {
  content: "\e151"; }

a.desc:after {
  content: "\e152"; }

.sort-numerical a.asc:after {
  content: "\e153"; }

.sort-numerical a.desc:after {
  content: "\e154"; }

.sort-ordinal a.asc:after {
  content: "\e155"; }

.sort-ordinal a.desc:after {
  content: "\e156"; }

.grid-view th {
  white-space: nowrap; }

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999; }

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0; }

.clear-input {
  position: absolute;
  top: 0;
  right: 8px;
  line-height: 2.5em;
  color: #999;
  cursor: pointer;
  display: block; }

.clear-input:hover {
  color: #333; }

.radio-btn.list-group-item,
.checkbox-btn.list-group-item {
  padding: 0; }

.radio-btn,
.checkbox-btn {
  margin: 4px 0;
  overflow: auto; }

.radio-btn label,
.checkbox-btn label {
  width: 100%;
  margin: 0; }

.radio-btn label:hover,
.checkbox-btn label:hover {
  cursor: pointer; }

.radio-btn label span.cb-label,
.checkbox-btn label span.cb-label {
  padding: 5px 10px;
  display: block; }

.radio-btn label input,
.checkbox-btn label input {
  position: absolute;
  top: -20px; }

.radio-btn.btn-primary input:checked + span.cb-label,
.checkbox-btn.btn-primary input:checked + span.cb-label {
  background-color: #337ab7;
  color: #fff; }

.radio-btn.btn-default input:checked + span.cb-label,
.checkbox-btn.btn-default input:checked + span.cb-label {
  background-color: #222;
  color: #fff; }

.btn {
  border-radius: 0; }

.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e6e6e6; }

.btn-default {
  background-color: #ccc;
  color: #555;
  border-color: #bbb; }

.btn-default:focus,
.btn-default:hover {
  background-color: #777;
  color: #fff; }

.btn-default.disabled {
  color: #777; }

.btn-icon {
  font-size: 150%;
  padding: 0;
  margin: 0;
  line-height: 0;
  background: transparent; }

.btn-icon .span {
  vertical-align: middle; }

.btn-icon-lg {
  font-size: 300%; }

.btn-icon-sm {
  font-size: 100%; }

.btn-icon-primary {
  color: #337ab7; }

.btn-icon-success {
  color: #5cb85c; }

.btn-icon-info {
  color: #5bc0de; }

.btn-icon-warning {
  color: #f0ad4e; }

.btn-icon-danger {
  color: #d9534f; }

.horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: block; }

.horizontal-scroll .scroll-child {
  float: none; }

.list-group-item:last-child,
.list-group-item:first-child {
  border-radius: 0; }

.table-middle > thead > tr > th,
.table-middle > tbody > tr > th,
.table-middle > tfoot > tr > th,
.table-middle > thead > tr > td,
.table-middle > tbody > tr > td,
.table-middle > tfoot > tr > td {
  vertical-align: middle; }

.float-fix {
  overflow: hidden; }

.relative-container {
  position: relative; }

/*
 * Off Canvas
 */
.row-offcanvas {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden; }

.row-offcanvas-right .offcanvas-container {
  right: 0;
  /* starting position for transition for occur */ }

.row-offcanvas-left .offcanvas-container {
  left: 0;
  /* starting position for transition for occur */ }

.row-offcanvas-right.active .offcanvas-container {
  right: 50%;
  /* 6 columns */ }

.row-offcanvas-right.offcanvas-full.active .offcanvas-container {
  right: 100%;
  /* 12 columns */ }

.row-offcanvas-right.offcanvas-full.active.third .offcanvas-container {
  right: 200%;
  /* 12 columns 3 windows */ }

.row-offcanvas-left.active .offcanvas-container {
  left: 50%;
  /* 6 columns */ }

.row-offcanvas-left.offcanvas-full.active .offcanvas-container {
  left: 100%;
  /* 12 columns */ }

.row-offcanvas-left.offcanvas-full.active.third .offcanvas-container {
  left: 200%;
  /* 12 columns 3 windows */ }

.row-offcanvas-right .sidebar-offcanvas {
  right: -50%;
  /* 6 columns */ }

.row-offcanvas-right.offcanvas-full .sidebar-offcanvas {
  right: -100%;
  /* 12 columns */ }

.row-offcanvas-right.offcanvas-full .third-offcanvas {
  right: -200%;
  /* 12 columns 3 windows */ }

.row-offcanvas-left .sidebar-offcanvas {
  left: -50%;
  /* 6 columns */ }

.row-offcanvas-left.offcanvas-full .sidebar-offcanvas {
  left: -100%;
  /*12 columns */ }

.row-offcanvas-left.offcanvas-full .third-offcanvas {
  left: -200%;
  /* 12 columns 3 windows */ }

.offcanvas-container {
  position: relative;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }

.third-offcanvas,
.sidebar-offcanvas {
  position: absolute;
  top: 0;
  width: 50%;
  /* 6 columns */ }

.offcanvas-full .third-offcanvas,
.offcanvas-full .sidebar-offcanvas {
  width: 100%; }

.content-offcanvas {
  position: relative;
  width: 100%; }

.btn.scroll-child.active {
  background-color: #337ab7;
  color: #fff; }

.option-list .list-group-item,
.item-list .list-group-item {
  padding-left: 0;
  padding-right: 0; }

.item-list .list-group-item:hover {
  background-color: #ccc;
  color: #222;
  cursor: pointer; }

.modal-cancel-button {
  margin-right: 10px; }

@-webkit-keyframes highlight {
  0% {
    background: #5cb85c; }
  100% {
    background: none; } }
@-moz-keyframes highlight {
  0% {
    background: #5cb85c; }
  100% {
    background: none; } }
@-o-keyframes highlight {
  0% {
    background: #5cb85c; }
  100% {
    background: none; } }
@keyframes highlight {
  0% {
    background: #5cb85c; }
  100% {
    background: none; } }
.order-item-highlight {
  -webkit-animation: highlight 1s ease 1;
  -moz-animation: highlight 1s ease 1;
  -o-animation: highlight 1s ease 1;
  animation: highlight 1s ease 1; }

.order-item-highlight-delay {
  -webkit-animation: highlight 1s ease 1 .55s;
  -moz-animation: highlight 1s ease 1 .55s;
  -o-animation: highlight 1s ease 1 .55s;
  animation: highlight 1s ease 1 .55s; }

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