@charset "UTF-8";
/* BASE RULES */
/**************/
body {
  padding-top: 70px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.full-width {
  width: 100%;
}

.left {
  text-align: left;
}

.h-center {
  text-align: center;
}

.v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.card-title {
  background-image: url("../images/music-top-30.jpg");
  background-size: cover;
}

.excerpt a {
  color: #000;
  text-decoration: none;
}

.excerpt a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 32px 0 8px 0;
}

.wide {
  letter-spacing: 2px;
}

.content {
  flex: 1;
  padding: 0 32px 32px;
  max-width: 980px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: break-word;
}

.content:after, .content:before {
  content: "";
  display: table;
}

.card {
  padding: 16px 0;
}

.card ul {
  list-style: inside;
  padding-left: 0;
}

div.col-sm-4 {
  padding-bottom: 15px;
}

/* -- LISTS -- */
.col-sm-4 ul {
  list-style-position: inside;
  padding-left: 0;
}

.col-sm-4 ul.left {
  display: inline-block;
}

.post ul {
  list-style-position: inside;
  padding-left: 0;
}

/* -- KONSERTDATABASEN (kdb) FORM -- */
.kdbform {
  max-width: 47ch;
  margin: 0 auto 1rem;
}

.kdbform .form-group {
  text-align: left;
  margin-bottom: 0px;
}

.kdbform .control-label {
  text-align: left;
  padding-left: 0;
}

.kdbform button {
  margin-top: 6px;
  width: 100%;
}

.kdbform select, .kdbform input {
  margin-bottom: 1rem;
}

/* override breakpoint for bootstrap form */
@media (min-width: 480px) {
  .kdbform .col-sm-4 {
    width: 33.33333333%;
    float: left;
  }
  .kdbform .col-sm-8 {
    width: 66.66666667%;
    float: left;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
  }
}

/* -- KONSERTDATABASEN TABLE -- */
.kdb-wrapper {
  position: relative;
}

.kdb-scroll {
  position: absolute;
  width: 100%;
  overflow: auto;
  transform: rotateX(180deg);
  padding-top: 100px;
}

@media (min-width: calc(1080px + 1px)) {
  .kdb-scroll {
    position: static;
    overflow: visible;
    display: flex;
    justify-content: center;
  }
  .konsertdatabasen {
    max-width: max-content;
    width: calc(100vw - 64px);
    flex-shrink: 0;
  }
  .konsertdatabasen thead {
    position: sticky;
    top: calc(100px + 54px);
  }
  .konsertdatabasen thead th {
    border-top: 2px solid #fff;
  }
}

@media (max-width: 1080px) {
  .kdb-scroll {
    left: 0;
  }
  #kdbResult {
    min-width: 1200px;
  }
}

.konsertdatabasen {
  border-collapse: separate;
  transform: rotateX(180deg);
  border-spacing: 1px 0;
}

.konsertdatabasen th {
  text-align: center;
  white-space: nowrap;
  background-color: #333;
  padding: 3px;
}

.konsertdatabasen th a {
  color: #ddd;
  cursor: pointer;
  display: block;
  text-decoration-line: none;
}

.konsertdatabasen th a:hover {
  color: #fff;
  background-color: #000;
}

.konsertdatabasen tbody {
  text-align: left;
  font-size: 12px;
}

.konsertdatabasen tr:nth-child(2n) td {
  background-color: #f2f2f2;
}

.konsertdatabasen th:first-child {
  border-radius: 6px 0 0;
}

.konsertdatabasen th:last-child {
  border-radius: 0 6px 0 0;
}

.konsertdatabasen td {
  padding: .5rem 1ch;
}

td.date, td.conductor, td.composer {
  white-space: nowrap;
}

.emptyTable {
  text-align: center;
}

.tableEnd {
  background-color: #333 !important;
  border-radius: 0 0 6px 6px;
}

/** -- LINKS -- */
a {
  color: #4183C4;
  text-decoration: underline;
}

a:hover {
  background-color: #ddd;
  color: #000;
}

a.btn {
  text-decoration: none;
}

/* -- EXTERNAL CONTENT -- */
/* For å vise plakat/program fra skavlid.net */
.external-content {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  border: none;
}

/* -- IMAGE -- */
.index-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.max-full-width {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* -- NAVIGATION BAR -- */
#myNavbar {
  overflow: hidden;
}

.navbar {
  border-radius: 0;
}

.navbar a {
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.navbar a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-icon {
  float: left;
  padding: 14px 14px;
}

/** Force collapse in navbar before necessary to avoid it overflowing accidentally.
    Increase max-width when adding elements to menu, or remove the max-width criteria
    if the menu should always be collapsed. */
@media (max-width: 1080px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

/** -- FOOTER -- */
.fixed-footer footer {
  position: fixed;
  left: 0;
  bottom: 0;
}

footer {
  margin-top: auto;
  flex-shrink: 0;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2;
  color: #000;
  height: 100px;
  text-align: center;
  font-size: 18px;
}

footer a, footer a:focus, footer a:active {
  color: #000;
  display: inline-block;
}

footer p {
  font-size: 14px;
}

@media (max-width: 240px) {
  footer {
    position: fixed;
    left: 0;
    bottom: 0;
  }
}

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