body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

[v-cloak] { display: none; }

span.help-block.error {
    color: red !important;
}

/*
** Adattamenti con sito omsitrasmissioni.com
** https://gitlab.com/omsitrasmissioni/portale/issues/12
** Titoli, link, oggetti con :hover:  blu hex #0D4381;
** Brand color per variare i colori:
**  arancione: #EA974E;
**  verde: #C1D65A;
**  azzurro: #19A9E9;
**  grigio: BEC2C5;
*/
h1,h2,h3,h4,h5,h6, .navbar-brand, .nav-item, .subheading.font-weight-bold{
    color: #0D4381 !important;
    text-transform: uppercase !important;
}

thead, tr{
    background-color: white !important;
}

.navbar-brand { line-height: 1 !important; }
.cardHeader { text-transform: uppercase; }

@media only screen and (max-width: 768px) {
    h1,h2,h3,h4,h5,h6, .navbar-brand, .nav-item{
        line-height: 1 !important;
        font-weight: 100 !important;
    }
    h2, h3 {
        font-size: 1.25rem !important;
    }
    h4 {
        font-size: 1rem !important;
    }
    h5, h6 {
        font-size: 0.75rem !important;
    }
    span#NavHeader{
      font-size: 11px !important;
      font-weight: 500;
    }

    .fc-toolbar h2 {
        font-size: 1.00em !important;
    }
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
i {
    font-size: 16px;
    color: #0D4381;
}

i.inverted {
    color: #fff;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
div.v-application--wrap {
    background-color: #fff;
}
header{
    background-color: #fff;
}

/*
** Login page
*/
.card {
    max-width: 35em;
    height: auto;
    padding: 2rem 2rem 2rem;
    margin: 0 auto;
    margin-top: 6rem;
    /*
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    border-radius: 0.5rem;
    */
    -webkit-box-shadow: 0px 0.5rem 0.5rem rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0.5rem 0.5rem rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 0.5rem 0.5rem rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0.5rem 0.5rem rgba(0,0,0,0.3);
    box-shadow: 0px 0.5rem 0.5rem rgba(0,0,0,0.3);
}
.profile-img-card {
    width: 10em;
    height: 3.3em;
    margin: 0 auto 1.5rem;
    display: block;
    /*
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    */
}

#calendar {
    max-width: 900px;
    margin: 0px auto;
    /*padding: 0 10px;*/
}

#OMSICalendar {
    max-width: 1200px;
    margin: 0px auto;
    /*padding: 0 10px;*/
}

a {
    font-weight: 300 !important;
}

a:hover {
    text-decoration: none !important;
}

/*
** Legend datepicker
*/
.dateNoteLegend .legend-title {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}
.dateNoteLegend:hover {
    cursor: help;
}
.dateNoteLegend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}
.dateNoteLegend .legend-scale ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 10px;
    margin-bottom: 2px;
}
.dateNoteLegend ul.legend-labels li span {
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-right: 5px;
    margin-left: 0;
    border-radius: 50%;
}
.legenda {
    color: #777;
    max-width: 150px;
    height: 125px;
    padding: 5px;
    border: 1px dashed #999;
}
.v-date-picker-table__events>div {
    border-radius: 50% !important;
}

.centered-input input {
  text-align: right;
  font-weight: 600;
}

thead tr th:first-child {
  text-align: center !important;
}
tbody tr td:first-child {
  text-align: center !important;
  font-weight: 500;
}

div#myBudgets tbody tr:hover {
    background: #E3F2FD !important;
}
div#myBudgets tbody tr:hover td { background: transparent; }

div .v-card__title .headline {
    font-size: 56px !important;
}

.omsi-float-left {
    float: left !important;
}