﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.main {
    margin-bottom:200px
}

.footer {
  position: absolute;
  bottom: 5px;
  width: 100%;
  white-space: nowrap;
  height: 170px; /* Vertically center the text there */
}

/* ------------------------------------------------------------------- */
/*                          FOOTER TEMPO                               */
/* ------------------------------------------------------------------- */

.footertempo {
    padding: 10px 0 15px;
}
.textwidget p {
    line-height: 1.4em;
    font-size: 0.8em;
    margin-bottom: 0;
}

.img1 img {
    width: 80% !important;
}

.img2 img {
    width: 60% !important;
}

.img3 img {
    width: 100% !important;
}

/* ------------------------------------------------------------------- */
/*                              SPID                                   */
/* ------------------------------------------------------------------- */

.localframe {
    border-radius: 6px;
    box-shadow: 2px 2px 8px -3px #8a8a8a;
}

.spidframe {
    border: 1px solid #ddd;
    padding: 30px 30px 20px 30px;
    border-radius: 6px;
    box-shadow: 2px 2px 8px -3px #8a8a8a;
}

.spidframe p {
    line-height: 16px;
    font-size: 0.8em;
    margin-bottom: 40px;
}

.spidagid {
    width:200px;
    margin-top:30px
}

.spid-idp-button .spid-idp-button-menu li > a img {
    height: 48px !important;
    padding: 10px 0 13px 10px !important;
    border: 0
}

.loginpin_link {
    font-size: 0.8em;
    font-weight: bold;
}

.img-middle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.infolink {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .infolink {
        text-align:center;
    }
}

@media (max-width: 575px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

/*body::after {
    content: 'XS';
    position: fixed;
    color: white;
    background-color: black;
    left: 10px;
    bottom: 10px;
    text-align: center;
    z-index: 10000;
    display: block;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    padding: 0 12px 3px;
    border-style: dashed;
}

@media (min-width: 576px) {
    body::after {
        content: 'SM'
    }
}

@media (min-width: 768px) {
    body::after {
        content: 'MD'
    }
}

@media (min-width: 992px) {
    body::after {
        content: 'LG'
    }
}

@media (min-width: 1200px) {
    body::after {
        content: 'XL'
    }
}*/