﻿@charset "utf-8";

variables{
  --background:         #fffcdf;
  --primary-background: #0086ab;
  --success-background: #e88b67;
  --danger-background:  #a13983;
}

header{
  background-color: #fcfcfc;
}

h1.headerlogo
{
  height:2rem;
  background: #fcfcfc;
  margin: 0;
  text-align: right;
  font-size: 1.2rem;
  color:#777;
  padding-top: 6.4rem;
}

h1.headerlogo img{
  float: left;
  margin-top: -6.4rem;
}

.uk-navbar-nav > li > a {
  border: 0;
  min-height: 60px;
}

.uk-navbar-nav:first-child > li:first-child > a {
  border-radius: 0;
}
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li > a:hover{
   background:rgba(255, 255, 255, 0.6);
}
.uk-navbar-nav > li > a{
  color:#eee;
}

nav {
  border-radius: 0;
  background:#0086ab;
}

.uk-navbar-nav > li > a{
  text-shadow: 0 0px 0 #555;
}

.uk-offcanvas-bar{
  background: #eee;
}

.da-navbar-s{
  background: #fff;
}

/*
ul.uk-slideshow-items li img{
  height: 100px;
}
*/

ul.uk-slideshow-items li {
  color:#222;
  font-weight: bold;
}

ul.uk-slideshow-items li h2:not(.h2black){
  text-shadow: 1px 1px 2pt #fff,
             -1px 1px 2pt #fff,
             1px -1px 2pt #fff,
             -1px -1px 2pt #fff;
}

.uk-tile-default,
.uk-card-default,
.uk-card-default.uk-card-hover:hover{
  background: #fefefe;
}

.uk-card-title{
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.uk-card-media-top {
  margin: 0;
  padding: 0;
}

.uk-card-body{
  text-align: left;
}

.uk-card-badge{
  position: inherit;
  background: #a13983;
  margin-bottom: .3rem;
}
em{
  color:red;
  font-weight: bold;
  font-style:  normal;
  font-size: 120%
}

footer p{
  font-size: .8rem;
}

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.da-group{
  display:inline-block;
}

.da-group .uk-button{
  width:100%;
  text-align:left;
}

.da-text-desc{
  text-align:right;
  font-size: .8rem;
  line-height: 1.2;
  margin:.2rem 0 .8rem;
}

h4{
  background: linear-gradient(transparent 70%, #ddd 50%);
}

.da-side-bar{
  width: 8rem;
  padding: 10px 20px 60px 0;
  border-right: 1px #e5e5e5 solid;
  margin-right: 20px;
}

.da-clearfix{
  clear:both;
  margin-top:2rem;
  padding-top:2rem;
  border-top: 1px #e5e5e5 solid;
}

.uk-list>li:after {
  clear: none;
}

.uk-nav-header{
  font-weight:bold;
  border-bottom: 1px solid #777;
}

li.uk-nav-header:not(:first-child){
  margin-top:20px;
}


ul.da-list-a
{
  padding:0;
  border-bottom:1px solid #e5e5e5;
}
.da-list-a li
{
  list-style:none;
}
.da-list-a a
{
  border-top:1px solid #e5e5e5;
  padding: .5rem;
  font-size:1.3rem;
  color: #333;
  position: relative;
  display:block;
}

.da-list-a a span.da-desc
{
  font-size:1rem;
  display:block;
  color:#666;
}

.da-list-a a:hover{
  text-decoration: none;
  background-color:#fffcdf;
}

dl dt a{  font-size:1.3rem;
  color: #333;
  position: relative;
}
dl dt a:hover{ color:#333;
  text-decoration: none;
}
dl dt a:hover:before{ right: 0;
}
dl dt a:before{ content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  transition: right 0.2s ease-out;
  border-bottom: 1px solid #333;
}

h2 span img:hover{
  transform: scale(1.05);
  transition-duration: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

table.da-vheader td:first-child{
  width: 12rem;
  padding-right:0;
}

table.da-vheader .uk-button{
  text-align:left;
  font-size:1.2rem;
  color:#666;
}

table.da-head-primary thead tr th{
  color: #0086ab;
  font-weight: bold;
  padding-bottom: .3rem;
} 

input.uk-input{
  border-radius:7px 7px 7px 7px;
}

input.uk-input:valid {
  background-color: #fffcdf;
}

input.uk-input:invalid {
  background-color: #FFDFDF;
}

.uk-accordion-content
{
  padding-left: 20px;
  margin-top: 0;
}
.uk-accordion-content table tr td:last-child{
  text-align:right;
}

.da-gallery a
{
  display:block;
  text-align:center;
  color:#333;
  text-decoration:none;
  padding:20px 0 5px;
  background-color:#fefefe;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.da-gallery a img
{
  border: 1px #333 solid;
  transition-duration: 0.3s;
}

.da-gallery a:hover img
{
  border: 1px #333 solid;
  transform: scale(1.05);
  transition-duration: 0.3s;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}