/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
@import "functions";
@import "variables";
@import "mixins";
@import "root";
@import "grid";
@import "tables";
@import "badge";
@import "utilities";
 */
*:focus, a:focus img:only-child {
  outline-style: none !important;
}

table.table tr:hover {
  background: transparent;
}

.img-thumb {
  max-height: 300px;
  padding: 1em;
}

.img-thumb img {
  padding: .4em;
  background: #EEE;
}

.img-thumb p {
  margin: 0;
}

.img-thumb-right {
  max-width: 200px;
  max-height: 200px;
  float:right;
}

.pull-left {
  float: right;
}

.pull-right {
  float: right;
}

.img-box {
  width: 200px;
  height: 200px;
  background: #eee;
  border-radius: 3px;
  text-align:center;
  display: inline-block;
  margin:1em;
  position: relative;
  transition: 300ms ease all;
}

.img-box:hover {
  background: #ddd;
}

.img-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: .4em;
}

video {
  padding: .4em;
}



.badge {
  padding: 3px 6px;
  background: #e3e3e3;
  border-radius: 3px;
  font-size: 90%;
  font-weight: 600;
  margin: 4px;
  display: inline-block;
  line-height: 1.6;
}

.badge.badge-primary {
  background: #31545e;
  color: white;
}

.badge.badge-secondary {
  background: #2e2e2e;
  color: white;
}

.badge.badge-red {
  background: #ac4c4c;
  color: white;
}

.badge.badge-primary a, .badge.badge-secondary a, .badge.badge-red a {
  color: white;
}

@media screen and (max-width: 600px) {
  .img-thumb {
    max-width: 100%;
    margin: 0;
  }
  .img-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .page-content img {
    max-width: 100%;
  }

  .img-box {
    width: 100%;
    margin-left: 0;
    margin-right:0;
  }
}
/*# sourceMappingURL=bootstrap.css.map */