/* CSS for kurser.ku.dk */
body {
  font-size: 13px;
  line-height: 1.5;
}

main:focus {
  outline: 1px solid #2c6694;
}

.navbar-inverse {
  background-color: #757575;
}

#topbar_menu .eng::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 7px;
  right: -18px;
  position: absolute;
  display: inline-block;
  height: 13px;
  width: 19.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.54 13.09'%3E%3Cdefs%3E%3Cstyle%3E.cl%7Bfill:%23d1121d%7D%3C/style%3E%3C/defs%3E%3Cpath fill='%23fff' d='M0 .09h19.5v13H0z'/%3E%3Cpath class='cl' d='M19.54 5.22h-8.77V0H8.82v5.22H.04v2.62h8.78v5.22h1.95V7.84h8.77'/%3E%3Cpath class='cl' d='M13 8.65h1.45L19.5 12v1m-13-8.68H5.05L0 1V0zm0 4.33H8L1.45 13H0zM13 4.32h-1.45L18.05 0h1.45z' transform='translate(.04 .05)'/%3E%3Cpath d='M0 8.67v2.89l4.31-2.89m15.19 0v2.89l-4.31-2.89zM0 4.34V1.46l4.33 2.88zm19.5 0V1.46l-4.31 2.88zM8.12 13V9l-5.93 4zm3.25 0V9l5.94 4zM8.12 0v4L2.19 0zm3.25 0v4l5.94-4z' transform='translate(.04 .05)' fill='%23242958'/%3E%3C/svg%3E");
}

#topbar_menu .dan::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 7px;
  right: -18px;
  position: absolute;
  display: inline-block;
  height: 13px;
  width: 19.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.51 13'%3E%3Cdefs%3E%3Cstyle%3E.cl%7Bfill:%23a81916%7D%3C/style%3E%3C/defs%3E%3Cpath fill='%23fff' d='M.04.02h19.47V13H.04z'/%3E%3Cpath class='cl' d='M19.51 5.26V0H8.75v5.28h10.76zM19.51 13V7.74H8.75V13zM0 13h6V7.74H0zM6 0H0v5.23h6z' transform='translate(.01)'/%3E%3C/svg%3E");
}

#searchfilter li {
  padding: 3px 20px;
  font-size: 1.085em;
  margin: 2px 0;
}

#searchfilter li:hover {
  cursor: pointer;
  background-color: #efefef;
}

.ku-nav .btn-global-search .dropdown-toggle {
  text-transform: none;
  font-weight: 400;
  color: #444;
}

.ku-nav .btn-global-search .btn {
  background-image: linear-gradient(to bottom, #eaeaea 0, #f2f2f2 100%);
  background-repeat: repeat-x;
}

.ku-nav #submit-button .glyphicon {
  color: #444;
}

select[multiple] {
  visibility: hidden;
}

#course-actionsbar > .glyphicon {
  cursor: pointer;
}

.form-group .control-label {
  text-overflow: initial;
  white-space: normal;
  padding-top: 0;
}

h1 {
  font-size: 1.67em;
  line-height: 1.4;
  margin: 0 0 16px;
}

table[align=left] {
  float: none;
}

.searchInformation {
  margin: 16px 0 23px 0;
}

.courseTitleBox {
  padding-top: 26px;
}

.courseVolume {
  float: right;
  display: inline-block;
  font-size: 13px;
}

table>thead>tr>th, .control-label {
  font-size: 13px;
  font-weight: 600;
}

.course-item p {
  margin: 0;
}

@media print {
  [data-toggle="collapse"]>a::after {
    display: none !important;
  }
}

.resultsheader {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#searchall, #showall {
  font-size: 14px;
  font-weight: 600;
  color: #901a1e;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
}

#searchall.btn-default:hover, #searchall.btn-default:active, #searchall.btn-default:focus, #showall.btn-default:hover, #showall.btn-default:active, #showall.btn-default:focus {
  color: #901a1e;
}

.dl-horizontal dt {
  margin-top: 10px;
}

@media all and (min-width: 991px) {
  .dl-horizontal dd {
    margin-top: 10px;
  }
}

dt:first-of-type, dd:first-of-type {
  margin-top: 0;
}

.panel-title, #courseHoldingsContainer .panel-title {
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .right-side {
    margin-top: 65px;
  }
}

.right-side .dropPermalinkHere .panel-title {
  font-size: 13px;
}

.right-side li .glyphicon {
  color: #999;
  font-size: .83em;
}

.right-side .panel-default>.panel-heading {
  background-image: none;
  background-color: #fff;
  padding: 8px 0;
  font-weight: 600;
  line-height: 1.25;
  color: #252525;
  letter-spacing: .6px;
  border-top: 0;
  border-bottom: 0;
  height: auto;
  overflow: unset;
}

.right-side .panel-default>.panel-heading .panel-title {
  font-size: 15px;
  line-height: 1.3333;
  letter-spacing: .6px;
  color: #252525;
  min-height: 16px;
  font-weight: 600;
  padding: 0 0 5px;
}

.right-side .panel-default>.panel-body {
  padding: 1px 0 0;
  border-top: 1px solid #959595;
}

ul.workload li {
  width: 50%;
  float: left;
  padding: 3px 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.workload li:nth-child(3), ul.workload li:nth-child(4), ul.workload li:nth-child(7), ul.workload li:nth-child(8), ul.workload li:nth-child(11), ul.workload li:nth-child(12), ul.workload li:nth-child(15), ul.workload li:nth-child(16) {
  background-color: #f9f9f9;
}

ul.workload li:nth-child(odd) {
  clear: left;
}

ul.workload li:nth-child(even) {
  text-align: center;
}

ul.workload .total {
  border-top: 1px solid #999;
}

.last-modified, .permalink {
  margin-top: 10px;
}

.course-item>a {
  color: #252525;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  display: block;
  background-color: #f8f8f8;
  border: 1px solid #949494;
  border-radius: 2px;
  padding: 7px 25px 7px 5px;
  line-height: 1.3em;
  margin: 10px 0;
}

.course-item>a:hover {
  text-decoration: none;
}

.course-item>a::after, .toggle-btns .btn:after {
  content: "\e259";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
  font-size: .85em;
  position: absolute;
  top: 11px;
  right: 6px;
}

.course-item>a:not(.collapsed)::after {
  content: "\e260";
}

.show-filter {
  display: block;
}

.toggle-btns {
  float: right;
}

.toggle-btns .btn {
  position: relative;
  padding-right: 30px;
}

.toggle-btns .btn:after {
  top: 8px;
  right: 7px;
  font-size: 13.5px;
  color: #666;
}

.toggle-btns .btn.closed:after {
  content: "\e260";
}

@media (min-width: 480px) and (max-width: 768px) {
  ul.workload {
    width: 70%;
  }

  .form-group .control-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .courseTitle {
    width: 82%;
    display: inline-block;
  }

  .course-archive {
    margin-top: 3px;
    display: block;
  }

  .right-side .dl-horizontal dd {
    margin-left: 46%;
    margin-top: 5px;
    word-break: break-word;
  }

  .right-side .dl-horizontal dt {
    width: 40%;
    text-align: left;
    margin-top: 5px;
  }

  .right-side .dl-horizontal dt:hover+.right-side .dl-horizontal dd {
    background-color: #f9f9f9;
  }

  ul.workload {
    width: 50%;
  }

  .show-filter {
    display: none;
  }
}

@media (max-width: 768px) {
  .toggle-btns {
    float: left;
  }

  .mobile-hidden .control-label {
    padding-left: 0;
  }

  .mobile-hidden .control-label input[type=checkbox] {
    margin-left: auto;
  }

  .course-item>a::after {
    font-size: 1em;
  }

  .dataTables_wrapper .row .col-sm-6:nth-of-type(2) {
    margin-bottom: 0;
  }

  .mobile-hidden {
    display: none;
  }

  .show-filter {
    float: right;
    margin-left: 10px;
  }

  .show-filter::after {
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    color: #252525;
    margin-left: 7px;
  }

  .show-filter.open::after {
    content: "\e260";
  }
}

.local-footer address {
  font-size: 13px;
  color: #252525;
}

.form-group .control-label {
  margin-bottom: 0;
}

.go-back, .go-back:visited {
  color: #252525;
}
