/**
=============
Base-Layout
=============
*/

html {
  background: linear-gradient(90deg,
      rgb(105, 172, 223) 0%,
      rgb(0, 67, 128) 100%);
}

body {
  background-color: rgb(225, 237, 250);
  color: #444444;
}

header {
  background: linear-gradient(90deg,
      rgb(105, 172, 223) 0%,
      rgb(0, 67, 128) 100%);
  height: 86px;
}

header #shfv-home-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(105, 172, 223);
  text-decoration: none;
  position: relative;
}

header #shfv-home-link:hover {
  color: #ffffff;
}

header #shfv-home-link img {
  margin-top: -4px;
}

header>div.wrapper>h1 {
  position: absolute;
  left: 110px;
  top: 34px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 22px;
  line-height: 22px;
}

div#content {
  background-color: #ffffff;
  margin-top: 40px;
}

.wrapper {
  position: relative;
  padding: 6px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#error-found {
  margin: 20px 8px;
}

footer {

  background: linear-gradient(90deg,
      rgb(105, 172, 223) 0%,
      rgb(0, 67, 128) 100%);
  margin: 0;
  padding: 0;
  height: 100px;
  color: rgb(105, 172, 223);
}

footer div.back {
  height: 100px;
  background-image: url('/img/sh-flag.png');
  background-position: left top;
  background-repeat: no-repeat;
}

footer a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(105, 172, 223);
  text-decoration: none;
  position: relative;
}

footer a:hover {
  color: #ffffff;
}

ul.uk-tab {

  font-weight: 600;
}

.uk-tab::before {
  border-bottom-width: 2px !important;
  border-bottom-color: rgb(225, 237, 250);
}

.uk-tab>li>a {
  border-bottom-width: 2px !important;
  font-size: 16px;
  padding: 5px 6px;
}

h1,
h2 {
  color: rgb(0, 67, 128);
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
}

h3,
h4,
h5,
h6 {
  color: rgb(105, 172, 223);
  font-weight: 600;
}

div.uk-modal-dialog {
  width: 640px;
}

@media (min-width: 640px) {
  .wrapper {
    position: relative;
    padding: 8px;
  }

  header>div.wrapper>h1 {
    left: 120px;
    top: 54px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
  }

  div.uk-modal-body {
    padding: 20px 20px;
  }
}

@media (min-width: 980px) {
  .wrapper {
    position: relative;
    padding: 16px;
  }

  header>div.wrapper>h1 {
    left: 120px;
    top: 44px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .uk-tab>li>a {
    border-bottom-width: 2px !important;
    font-size: 16px;
    padding: 5px 12px;
  }
}

#content,
td,
th {
  font-size: 14px;
}

td.transblue,
th.transblue {
  background-color: rgba(0, 179, 255, 0.06);
}

td.status>span {
  float: left;
  padding-left: 4px;
  text-align: right;
}

td.status>span {
  border-left: 6px solid #666666;
}

td.status>span.ol {
  border-left: 6px solid #02da2d;
}

td.status>span.ll {
  border-left: 6px solid #00b3ff;
}

td.status>span.kl {
  border-left: 6px solid #cccccc;
}

.uk-table-striped tbody tr:nth-of-type(2n + 1),
.uk-table-striped>tr:nth-of-type(2n + 1) {
  background: rgba(200, 200, 200, 0.2);
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

table.uk-table-striped tbody tr:hover {
  background: rgba(86, 152, 250, 0.2) !important;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.uk-table-small td,
.uk-table-small th {
  padding: 8px 8px;
  white-space: nowrap;
}

#legend {
  margin-top: 20px;
  background: rgba(200, 200, 200, 0.1);
  font-size: 13px;;
  padding: 4px;
}

#legend>div {
  padding-left: 0px;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 14px;
  margin: 0px;
}

#legend table tr, #legend table td{
  vertical-align: top;
  border: 0px;
  margin:0;
  border-spacing: 0px;
  font-size: 13px;
  line-height: 14px;
}

#legend table td.descr {
  padding-left: 6px;
  padding-bottom: 8px;
  color: #666666;

}

#legend>div>sup.ol{
  border-left: 6px solid #02da2d;
}

#legend>div>sup.ll {
  border-left: 6px solid #00b3ff;
}

#legend>div>sup.kl {
  border-left: 6px solid #cccccc;
}

div.legend {
  margin-top: 20px;
  background: rgba(200, 200, 200, 0.2);
  font-size: 12px;
  line-height: 14px;
  padding: 6px;
}



.uk-alert-warning {
  padding: 5px 10px;
  background-color: rgba(255, 153, 10, 0.5);
  color: #333333;
}

#modal-header em {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}

#modal-header.uk-modal-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

img.exlink {
  opacity: 0.5;
}

img.exlink:hover {
  opacity: 1;
  color: #3355dd;
}

table#detail td,
table#detail th {
  padding: 8px 6px;
}

div#status-indicator {
  display: block;
  margin-top: 6px;
  width: 100%;
  height: 8px;
  background: rgb(240, 245, 250);
}

div#status-indicator div#played {
  display: block;
  height: 8px;
  background: linear-gradient(90deg,
      #0083bf 0%,
      #00b3ff 100%);
  margin: 0px;
}

div#status-text {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}