@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap');

*{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.app{
    float: left;
    text-align: center;
    margin-right: 5px;
    font-size: 96% !important;
    margin-top: 5px;
}

.app img{
    width: 36px;
    height: 36px;
}

.smallicon img{
    width: 24px !important;
    height: 24px !important;
}

body{
    margin: 52px 0px 25px 0px !important;
    padding: 0px !important;
}

header{
    z-index: 9999;
}

.header{
    background-color: #333333;
    border: 2px solid #555555;
    border-radius: 0px 0px 10px 10px;
    height: 50px;
    padding: 0px;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
}

footer{
    background-color: #333333;
    border: 2px solid #555555;
    border-radius: 10px 10px 0px 0px;
    bottom: 0px;
    height: 22px;
    position: fixed;
    text-align: center;
    width: 100%;
}

th div, th{
    text-align: center !important;
}

.bold{
    font-weight: bold;
}

.bottomline{
    border-bottom: solid 1px #555555;
}

.userdata{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    min-height: 1.9em;
}

.ui-dialog-titlebar-close{
    display: none;
}

.mytitle{
    border-radius: 10px;
    width: 100%;
    padding: 5px;
    text-align: center;
    border: 2px solid #555555;
    background-color: #333333;
    margin-top: 5px;
    margin-bottom: 5px;
}

.notifyjs-corner{
    top: 40px !important;
}

.smallcol{
    width: 1px !important;
    text-align: center;
}

.nowrap{
    white-space: nowrap;
}

#tabellaLogin{
	padding: 15px;
    border-collapse: separate !important;
    border-radius: 15px;
}

.competenza_in_possesso{
    color: #00CC00;
}

.competenza_non_in_possesso{
    color: red;
}

.competenza_extra{
    text-decoration: italic;
}

.page_title{
    text-transform: uppercase;
    text-align: center;
}

.error_pasti{
    background-color: red !important;
}

.attivitaNonEseguita{ background-color: rgba(255,0,0,0.3) !important; }
.attivitaNonEseguita:hover{ background-color: rgba(255,0,0,0.2) !important; }
.attivitaNonEseguita .sorting_1{ background-color: rgba(255,0,0,0.4) !important; }
.attivitaNonEseguita .sorting_2{ background-color: rgba(255,0,0,0.4) !important; }
.attivitaNonEseguita .sorting_3{ background-color: rgba(255,0,0,0.4) !important; }

.attivitaEseguita{ background-color: rgba(0,255,0,0.3) !important; }
.attivitaEseguita:hover{ background-color: rgba(0,255,0,0.2) !important; }
.attivitaEseguita .sorting_1{ background-color: rgba(0,255,0,0.4) !important; }
.attivitaEseguita .sorting_2{ background-color: rgba(0,255,0,0.4) !important; }
.attivitaEseguita .sorting_3{ background-color: rgba(0,255,0,0.4) !important; }

.center{
    text-align: center !important;
}

input, button{
    border: solid 1px #cccccc;
    background-color: white;
    color: black;
} 

button:hover{
    background-color: #333333 !important;
}

select{
    background-color: white !important;
    color: black;
}

.ora, .importo{
    text-align: center;
    vertical-align: middle;
}

.bg-red{
    background-color: rgba(255,0,0,0.3);
}

.bg-orange{
    background-color: rgba(255,165,0,0.3);
}

.img_small{
    height: 24px;
}

.img_small2{
    height: 18px;
}

.ferie-0{
    background-color: yellow;
    color: black;
    text-align: center;
}

.ferie-1{
    background-color: #00CC00;
    text-align: center;
}

.ferie-2{
    background-color: #CC0000;
    text-align: center;
}

.sticky-col{
    position: sticky;
    position: -webkit-sticky;
    background-color: #333333;
}

.first-col{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0px;
}

#tabellaRiepilogoFerie tbody tr td{
    height: 2.5em;
}

#tabellaRiepilogoFerie thead tr th{
    height: 2.5em;
    padding: 1px;
}

#nuovaRigaNotaSpese tr td{
    padding: 2px;
}

#tabellaRiepilogo input{
    width: 100%;
    text-align: center;
    border: 0;
    background-color: rgba(0,0,0,0) !important;
}

#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    height: 24px;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #ccc;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
  }
  
  #progress-wrp .progress-bar {
    height: 100%;
    border-radius: 3px;
    background-color: #f39ac7;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
  }
  
  #progress-wrp .status {
    top: 3px;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #000000;
  }

  /* Tooltip container */
.mytooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .mytooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }


















@media print{
        .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
            display: none !important;
        }
        
        .no_print{
            display: none !important;
        }

        .logo{
            width: 130px !important;
        }

        *{
            -webkit-print-color-adjust:exact !important;
        }
}