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
** 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, th span {
    color: #0D4381 !important;
    line-height: 1;
    text-transform: uppercase !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: 0.5;
    }

    .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-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;
}

#calendar {
    max-width: 900px;
    margin: 0px auto;
}

#OMSICalendar {
    max-width: 1200px;
    margin: 0px auto;
}

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;
}

div#myRequests tbody tr:hover {
    background: #19b0fc !important;
    cursor: pointer; }
div#myRequests tbody tr:hover td { background: transparent; }
