body.modal-open {
  overflow: hidden; }

.bp-container {
  width: 100vw !important;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto !important;
  padding-bottom: 50px; }

.bp-container-inner {
  width: 100% !important;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto !important; }

.bp-fixedbottom {
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%; }

.bp-bold {
  font-weight: bold !important; }

.bp-padding0 {
  padding: 0px !important; }

.bp-padding5 {
  padding: 5px !important; }

.bp-padding10 {
  padding: 10px !important; }

.bp-padding15 {
  padding: 15px !important; }

.bp-padding20 {
  padding: 20px !important; }

.bp-margin0 {
  margin: 0 !important; }

.bp-margin5 {
  margin: 5px !important; }

.bp-margin10 {
  margin: 10px !important; }

.bp-margin15 {
  margin: 15px !important; }

.bp-clear {
  clear: both !important; }

.bp-borderless td, th {
  border: none !important; }

.bp-middle {
  vertical-align: middle !important; }
  .bp-middle td {
    vertical-align: middle !important; }

.bp-oneliner {
  white-space: nowrap !important; }

.bp-wordwrap {
  white-space: normal !important; }

.bp-blackandwhite {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.bp-font12 {
  font-size: 12px !important; }

.bp-font18 {
  font-size: 18px !important; }

.bp-font24 {
  font-size: 24px !important; }

.bp-inline-block {
  display: inline-block; }

.bp-shadow-lifted {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  position: relative; }

.bp-shadow-lifted:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  left: 0;
  background-image: -moz-radial-gradient(center bottom, ellipse farthest-side, white 80%, rgba(255, 255, 255, 0));
  background-image: radial-gradient(center bottom, ellipse farthest-side, white 80%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-radial-gradient(center bottom, ellipse farthest-side, white 80%, rgba(255, 255, 255, 0)); }

.bp-table {
  width: auto;
  margin: 0 auto;
  font-size: 13px; }
  .bp-table th {
    background: #DDD;
    text-align: center;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 5px 10px;
    vertical-align: middle; }
  .bp-table td {
    text-align: center;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 5px 10px;
    vertical-align: middle; }
  .bp-table .text-center {
    text-align: center !important; }
  .bp-table .text-left {
    text-align: left !important; }
  .bp-table .text-right {
    text-align: right !important; }

.bp-widthauto {
  width: auto !important; }

.bp-marginauto {
  margin-left: auto !important;
  margin-right: auto !important; }

.bp-alert {
  cursor: pointer; }

.bp-masonary *, .bp-masonary *:before, .bp-masonary *:after {
  box-sizing: border-box !important; }
.bp-masonary .row {
  -moz-column-width: 150px;
  -webkit-column-width: 150px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  margin: 0;
  padding: 0;
  text-align: center; }
.bp-masonary .item {
  display: inline-block;
  padding: 5px;
  width: 100%;
  text-align: center;
  margin: auto; }

.bp-cupertino th {
  border: 1px solid #B9CFEA !important;
  background: #E4F2FB;
  background-image: -webkit-linear-gradient(#E4F2FB, #E4F2FB 60%, #D7EBF9);
  background-image: linear-gradient(#E4F2FB, #E4F2FB 60%, #DDEAF9);
  background-repeat: no-repeat;
  color: #222;
  padding: 10px;
  font-weight: bold; }
.bp-cupertino td {
  border: 1px solid #DDDDDD !important;
  background: #FAFBFC;
  background-image: -webkit-linear-gradient(#FAFBFC, #FAFBFC 60%, #F3F5F7);
  background-image: linear-gradient(#FAFBFC, #FAFBFC 60%, #F3F5F7);
  background-repeat: no-repeat;
  color: #222;
  padding: 10px; }

.bp-white, .bp-white > td {
  color: white !important; }

.bp-red {
  color: red !important; }

.bp-yellow {
  color: yellow !important; }

.bp-green {
  color: #00CC00 !important; }

.bp-blue {
  color: blue !important; }

.bp-grey {
  color: grey !important; }

.bp-black {
  color: black !important; }

.bp-orange {
  color: orange !important; }

.bp-bg-white, .bp-bg-white > td, .bp-bg-white > tr > td {
  background: white !important; }

.bp-bg-lgray, .bp-bg-lgray > td {
  background: #f2f5f7 !important;
  background-image: -webkit-linear-gradient(#FAFBFC, #FAFBFC 60%, #F3F5F7) !important;
  background-image: linear-gradient(#FAFBFC, #FAFBFC 60%, #F3F5F7) !important;
  background-repeat: no-repeat; }

.bp-bg-gray, .bp-bg-gray > td {
  background: #ddd !important;
  background-image: -webkit-linear-gradient(#ccc, #eee 60%, #ccc) !important;
  background-image: linear-gradient(#ccc, #eee 60%, #ccc) !important;
  background-repeat: no-repeat; }

.bp-bg-violet, .bp-bg-violet > td {
  background: #d6ccdb !important;
  background-image: -webkit-linear-gradient(#f2e3fa, #fcf7ff 60%, #f2e3fa) !important;
  background-image: linear-gradient(#f2e3fa, #fcf7ff 60%, #f2e3fa) !important;
  background-repeat: no-repeat; }

.bp-bg-dgray, .bp-bg-dgray > td {
  background: #a1bccf !important;
  background-image: -webkit-linear-gradient(#a1bccf, #a1bccf 60%, #778899) !important;
  background-image: linear-gradient(#a1bccf, #a1bccf 60%, #778899) !important;
  background-repeat: no-repeat; }

.bp-bg-lblue, .bp-bg-lblue > td {
  background: #E4F2FB !important;
  background-image: -webkit-linear-gradient(#E4F2FB, #E4F2FB 60%, #D7EBF9) !important;
  background-image: linear-gradient(#E4F2FB, #E4F2FB 60%, #DDEAF9) !important;
  background-repeat: no-repeat; }

.bp-bg-lred, .bp-bg-lred > td {
  background: #ffd1d1 !important;
  background-image: -webkit-linear-gradient(#ffd1d1, #ffd1d1 60%, #ff9b9c) !important;
  background-image: linear-gradient(#ffd1d1, #ffd1d1 60%, #ff9b9c) !important;
  background-repeat: no-repeat; }

.bp-bg-lyellow, .bp-bg-lyellow > td {
  background: #fcf8e3 !important;
  background-image: -webkit-linear-gradient(#fcf8e3, #fcf8e3 60%, #FFFFBB) !important;
  background-image: linear-gradient(#fcf8e3, #fcf8e3 60%, #FFFFBB) !important;
  background-repeat: no-repeat; }

.bp-bg-lorange, .bp-bg-lorange > td {
  background: #ffe5cd !important;
  background-image: -webkit-linear-gradient(#ffe5cd, #fce5b8 60%, #fcd09b) !important;
  background-image: linear-gradient(#ffe5cd, #fce5b8 60%, #fcd09b) !important;
  background-repeat: no-repeat; }

.bp-bg-lgreen, .bp-bg-lgreen > td {
  background: #f0fce4 !important;
  background-image: -webkit-linear-gradient(#f0fce4, #f0fce4 60%, #d7ffc4) !important;
  background-image: linear-gradient(#f0fce4, #f0fce4 60%, #d7ffc4) !important;
  background-repeat: no-repeat; }

.bp-borderless table, .bp-borderless td, .bp-borderless tr, .bp-borderless th {
  border: none !important; }

.bp-bigger {
  font-size: 20px !important; }

.bp-top {
  vertical-align: top !important; }
  .bp-top td {
    vertical-align: top !important; }

.highlight {
  background-color: yellow; }

.results tr[visible='false'],
.no-result {
  display: none; }

.results tr[visible='true'] {
  display: table-row; }

.counter {
  padding: 8px;
  color: #ccc; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 1px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

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