﻿body {padding:0;border:0;
}

input {
    font-family: Arial;
    font-size: 12px;
}
textarea {
    font-family: Arial;
    font-size: 12px;
}
div {
    font-family: Arial;
    font-size: 12px;
}

.divArt {margin-right:2px;}


.pulsante {
    padding: 4px 8px;
    background-color: #249BD4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
}
    .pulsante:hover {
        background-color: #1c7caa;
    }

.pulsanteGrigio {
    padding: 4px 8px;
    background-color: #808080;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
}

    .pulsanteGrigio:hover {
        background-color: #1c7caa;
    }
.pulsanteGrigioGrande {
    padding: 4px 8px;
    background-color: #808080;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
    text-align:center;
    min-height:40px;
}

    .pulsanteGrigioGrande:hover {
        background-color: #1c7caa;
    }

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: left;
    unicode-bidi: isolate;
}
table.elenco {
    border-collapse: collapse;
    empty-cells: show;
}


table.elenco th {
    font-weight: bold;
    border-bottom: 1px solid #000000;
}
table.elenco tbody tr:nth-child(odd) {
    background-color: #e3e4e4;
}
table.elenco tbody tr:hover {
    background-color: #cecccc;
}

table.tabofficina, th.tabofficina, td.tabofficina {
    border: 1px solid;
    border-collapse: collapse;
}
th.tabofficina {
    background-color: #626262;
    color: #FFFFFF;
    height: 35px;
    max-width: 200px;
}

.divcliccabile{
    cursor:pointer;
}
.caltoday {
    background-color: rgba(255,220,40,.15);
}
.fc-license-message {
    display: none !important;
}

