﻿/* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.PortaleIstanze-idp-button * {
  box-sizing: content-box;
}

/*modifico logo Sinfonia - inizio*/
.css-logo-h-margin {
    padding-left: 0px !important;
    margin-left: 0px !important
}

.css-no-toc {
    margin-left: 10px !important
}

@media(max-width:300px) {
    .css-logo-h {
        height: 50px !important
    }

    .css-logoSinfonia-h {
        height: 30px !important
    }

    .css-logoSinfonia-h-a {
        padding-top: 18px !important
    }

    .css-no-toc {
        display: none !important
    }
}

@media(max-width:768px) {
    .css-logo-h {
        height: 70px !important
    }

    .css-logoSinfonia-h {
        height: 42px !important
    }

    .css-logoSinfonia-h-a {
        padding-top: 18px !important
    }
}

@media(min-width:768px) {
    .css-logo-h {
        height: 100px !important;
        width: 100px !important;
    }

    .css-logoSinfonia-h {
        height: 60px !important
    }

    .css-logoSinfonia-h-a {
        padding-top: 24px !important
    }
}
/*modifico logo Sinfonia - fine*/

/* table responsive  - inizio
------------------------------------------*/

@media only screen and (max-width: 767px) {
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }



        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }



    .no-more-tables tr {
        border: 1px solid #ccc;
    }



    .no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }



        .no-more-tables td:before {
            position: absolute;
            top: 0;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }



        .no-more-tables td:before {
            content: attr(data-title);
        }
}
/* table responsive  - fine
------------------------------------------*/
