body {
  margin: 0;
  font-weight: 400;
  text-align: left;
  color: #3c4b64;
  background-color: #ebedef;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 100vh;
  font-size: 0.9rem;
  line-height: 1.7;
  box-shadow: none; }

h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.09375rem; }

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 3.5rem; }

.font-italic {
  font-style: italic !important; }

.font-weight-bold {
  font-weight: 700 !important; }

textarea {
  padding: 5px; }

input[type=date] {
  min-width: 120px; }

label {
  margin-bottom: 0;
  font-weight: bold; }
  label.required:after {
    content: " *"; }

h1, .h1 {
  font-size: 2.1875rem; }

h2, .h2 {
  font-size: 1.75rem; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

.display-3, .display-4 {
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem; }

.lead {
  font-size: 1.09375rem;
  font-weight: 300; }

img {
  max-width: 100%;
  height: auto;
  max-height: 100%; }
  img.lazy-img {
    min-width: 100%; }

.img-shadow {
  border-radius: 3px;
  box-shadow: 7px 7px 5px #a5a5a5; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

code {
  word-wrap: break-word;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

.media-gallery img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px; }
.media-gallery .card {
  margin-bottom: 0; }
  .media-gallery .card .gallery-item-title {
    width: 100%; }

.relation-btn {
  float: right; }

.text-holder {
  position: relative;
  display: block;
  padding: 15px 0 45px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1; }

.spinner-border {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 21, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 21, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 21, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.relative {
  position: relative; }

[data-access="false"] {
  opacity: 0.1; }

#loading {
  width: 3rem;
  height: 3rem;
  position: fixed;
  top: 50%;
  left: 49%;
  z-index: 99999;
  border-radius: 50% !important; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-y: hidden;
  overflow-x: visible;
  padding-bottom: 1.5rem; }

/*# sourceMappingURL=main.css.map */
