html,body{ height:100%; min-height:100%; _height:100%;}
body{ color:#8d8d8d; font-family:'Barlow', sans-serif; background:url(images/bg.png) top repeat-x #e9ecee;}

#logoContainer{position:absolute; background:url(images/ufaltsprite.png) -310px -250px no-repeat; margin-top:50px; width:inherit; height:224px; }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
    font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.logo-content{
    position: relative;
    font-size: 1.1em;
    color: #4b4342;
}
#btnSubmit{
    background: linear-gradient(0deg, rgba(242,188,81,0.908000700280112) 25%, rgba(249,205,80,1) 75%);
    border: none;
    padding: 0;
}
.button-addon2-span {
    color: white !important;
    font-size: 1.5rem;
    text-shadow: 0.5px 0.5px black;
}
@media screen and (min-width:992px) {
    #btnSubmit {
        width: 85% !important;
    }
}
.table>thead {
    background: #f7f7f7;
}
#ufaltLinks tbody tr td .copy {
    display: inline-flex;
    padding-right: 1rem;
}
#ufaltLinks tbody tr td .copy a{
    color: #00b5f0 !important;
    text-decoration: unset;
}
#ufaltLinks tbody tr td .seperator {
    display: inline-flex;
    color: #00b5f0 !important;
}
#ufaltLinks tbody tr td .qr {
    display: inline-flex;
    padding-left: 1rem;
}
#ufaltLinks tbody tr td .qr a {
    color: #00b5f0 !important;
    text-decoration: unset;
}

#ufaltLinks tbody tr td .shortlink a{
    outline: none;
    color: #8d8d8d;
    text-decoration: none;
}
#ufaltLinks tbody tr td .longlink a{
    outline: none;
    color: #8d8d8d;
    text-decoration: none;
}
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
 
  #footerLogo span {
      font-size: 11px;
      color: #0e0135;
  }

  .footer-links {
    font-size: 13px;
    list-style: none;
  }
  .footer-links li a {
    color: #0e0135;
    font-size: 1rem;
    padding-right: 1rem;
    opacity: 0.6;
  }
  .footer-links li a:hover {
    opacity: 1;
  }
  #footerContainer {
      font-family: 'Barlow', sans-serif !important;
  }

  .hiddenContent p {
    padding-bottom: 12px !important;
    font-family: 'Barlow', sans-serif !important;
    color: #0e0135 !important;
    line-height: 1.5rem;
}
.hiddenContent a {
    color: #0e0135 !important;
    font-weight: 600 !important;
}

#snackbar2 {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  #snackbar2.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  #snackbar3 {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  #snackbar3.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  footer li {
    list-style: none;
  }
  .text-muted {
    font-size: 13px;
    color: #0e0135 !important;
  }
  table th {
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 500;
  }
  .card-bg{
    background-color: #00b5f0 !important;
  }
  .ufalt-guys-img {
    position: absolute;
    right: 15px;
    z-index: 12;
    bottom: 50px;
  }
  
.hiddenContent{ display:none; position:absolute; padding:20px; width:50%; height:auto; margin-top:10%; margin-left:23.6%; background:transparent; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; background:#fff; font-size:14px;z-index: 99999999;}
.hiddenContent h2{padding-bottom:10px; font-size:18px;}
.hiddenContent p{padding-bottom:10px;}
.hiddenContent a{ color:#00b5f0; }
.hiddenContent a:hover{ color:#0090dd; }
#popWrapper{ display:none; position:absolute; top:0px; width:100%; height:100%;}
#popMailConfirm{padding:10px 0px 10px 0px; color:#FFFFFF; background:#40a5ff;  border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
#feedbackForm input{ width:580px; outline:none; height:36px; border:none;  background:url(images/ufaltsprite.png) 0px -33px no-repeat; margin-bottom:10px; color:#7c7c7c; padding-left:4px; font-size:14px;}
#feedbackForm textarea{ resize:none; outline:none; width:580px; height:112px; border:none;  background:url(images/ufaltsprite.png) 0px -69px no-repeat; margin-bottom:10px; color:#7c7c7c; padding-top:4px; padding-left:4px; font-size:14px; font:Arial, Helvetica, sans-serif;}
#feedbackForm #feedbacksubmit{width:107px; height:36px; border:none; cursor:pointer;  background:url(images/ufaltsprite.png) -584px -69px no-repeat; margin-bottom:10px; margin-left:507px; clear:both;}
#feedbackForm div.left{float:left; clear:left; width:80px; text-align:right;}
#feedbackForm div.right{float:left; clear:right;}
#mailError{display:none; background:#a70000; padding:16px 20px 16px 20px; color:#FFFFFF; opacity:0.7; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin:0px 66px 16px 96px;}
.popClose{ background:url(images/ufaltsprite.png) no-repeat -691px -41px; width:18px; height:21px; position:absolute;}
.popCloseWrapper{ float:right; cursor:pointer; position:relative; top:-10px; right:10px;}

#popQR ul{ list-style-type:none;}
#popQR ul li{ float:left;}

.modal-body p {
  padding-bottom: 8px !important;
  font-family: 'Barlow', sans-serif !important;
  color: #0e0135 !important;
  line-height: 1.5rem;
  text-align: justify;
}
.modal-title {
  color: #0e0135 !important;
  font-family: 'Barlow', sans-serif !important;
}
.modal {
  z-index: 9999;
}
#ufaltLinks {
  z-index: 99999;
}
#kareKodModal .modal-body h2 {
  color: #0e0135 !important;
  font-family: 'Barlow', sans-serif !important;
  font-size: 1.5rem!important;
}
.ufalt-main {
  height: auto;
  min-height: 62%;
  display: inline-table;
}
.ufalt-footer {
  border-top: 1px #FFFFFF solid;
}
@media screen and (max-width:991px) {
  .head-logo {
    padding-bottom: 40%;
  }
}
@media screen and (min-width:992px) {
  .cover-container{
    width: 100%;
  }
}