﻿/* 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. */
/* Option 2: Import via CSS */

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
-------------------------------------------------- */
.padding{
    margin: 1rem 0;
}

.w-inherit{
    width:inherit!important;
}

html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1550px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1650px;
    }
}

.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;
    font-family: 'Lato', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.primary {
    color: #0674a0;
}

.bg-primary {
    color: #0674a0;
}

.btn-primary {
    background-color: #0674a0;
    border-color: #0674a0;
    color: white;
    border-radius: 0;
    padding: 10px 30px;
}

.btn-primary:hover {
    background-color: #000;
}

.navbar-brand img {
    max-width: 70px;
    margin: 0;
}

.btn-add {
    color: white;
    background-color: #0674a0;
    border-color: #0674a0;
    padding: 10px 30px;
}

.btn-add:hover {
    background-color: #000;
}


/* login */

.login-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 76px);
}

.login-cnt form {
    border: 1px solid #5b5b5b;
    padding: 4rem 7rem 2rem;
}

.login-logo {
    width: 170px;
    margin-bottom: 3rem; 
}

/* login */

/* navbar */

a.logout i {
    color: #f7931e;
    font-size: 2rem;
}

/* navbar */

/* dashboard */
.dashboard {
    height: calc(100vh - 188px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard div.menu  div {
    width: calc(20% - 20px);
    text-align: center;
    border: 2px solid #f7931e;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.dashboard .menu {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* dashboard */

/* liste */
.page-title {
    margin: 2rem 0;
}

th {
    background-color: #f7931e;
    color: #fff;
}

/* liste */

/* utenti */

.hidden-field {
    display: none;
}