@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;
    min-width: 75px;
}

.app img{
    width: 36px;
    height: 36px;
}

.btn-custom{
    background-color: #cccccc;
    border: solid 2px #888888;
    width: 85px;
}

.btn-custom:hover{
    background-color: #aaaaaa;
    border: solid 2px #888888;
}

.smallicon img{
    width: 24px !important;
    height: 24px !important;
}

body{
    margin: 70px 0px 25px 0px !important;
    padding: 0px !important;
}

header{
    z-index: 100;
}

.not-today{
    display: none;
}

.header{
    background-color: #aaaaaa;
    border: 2px solid #555555;
    border-radius: 0px 0px 10px 10px;
    height: 70px;
    padding: 0px;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    color: white;
    font-weight: bold;
}

footer{
    background-color: #aaaaaa;
    border: 2px solid #555555;
    border-radius: 10px 10px 0px 0px;
    bottom: 0px;
    height: 22px;
    position: fixed;
    text-align: center;
    width: 100%;
    color: white;
}

.pointer:hover{
    cursor: pointer;
}

.bold{
    font-weight: bold;
}

.DataTables_sort_icon{
    display: none !important;
}

.monospace{
    font-family: 'Courier New', Courier, monospace;
}

.page_title{
    font-size: 18px !important;
}

.ui-dialog-titlebar-close{
    display: none !important;
}

#tabellaLogin{
	padding: 15px;
    border-collapse: separate !important;
    border-radius: 15px;
}

.center{
    text-align: center !important;
}

.smallcol{
    width: 1% !important;
}

.nowrap{
    white-space: nowrap;
}

table.datiGenerali tr{
    border-bottom: solid 1px black;
}

table.datiGenerali tr:nth-child(even){
    background-color: #cccccc;
}

table.datiGenerali tr td:nth-child(1){
    width: 120px;
}

table.datiGenerali tr td:nth-child(2){
    width: 15px;
}

table#tablePersonaleSelezionato tbody tr:nth-child(even){
    background-color: #cccccc;
}

table.datiGeneraliPersonale tr{
    border-bottom: solid 1px black;
}

table.datiGeneraliPersonale tr:nth-child(1){
    border-top: solid 1px black;
}
table.datiGeneraliPersonale tr:nth-child(even){
    background-color: #cccccc;
}

table.datiGeneraliPersonale tr:nth-child(1) td:nth-child(1){
    width: 30px;
}

table.datiGeneraliPersonale tr:nth-child(1) td:nth-child(2){
    width: 180px;
}

table.datiGeneraliPersonale tr:nth-child(1) td:nth-child(3){
    width: 15px;
}

.tableBGRed{
    background-color: rgba(255, 0, 0, 0.3) !important;
}

.tableBGRed:hover{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_1{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_2{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_3{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_4{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGOrange{
    background-color: rgba(253, 106, 2, 0.3) !important;
}

.tableBGOrange:hover{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_1{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_2{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_3{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_4{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGGreen{
    background-color: rgba(0, 255, 0, 0.3) !important;
}

.tableBGGreen:hover{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_1{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_2{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_3{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_4{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGPurple{
    background-color: rgba(128, 0, 128, 0.3) !important;
}

.tableBGPurple:hover{
    background-color: rgba(128, 0 ,128, 0.5) !important;
}

.tableBGPurple .sorting_1{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.tableBGPurple .sorting_2{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.tableBGPurple .sorting_3{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.tableBGPurple .sorting_4{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow{
    background-color: rgba(248, 215, 66, 0.3) !important;
}

.tableBGYellow:hover{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow .sorting_1{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow .sorting_2{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow .sorting_3{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.tableBGYellow .sorting_4{
    background-color: rgba(248, 215, 66, 0.5) !important;
}

.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: #FFFFFF;
}

.first-col{
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    left: 0px;
}

#tabellaRiepilogoFerie tbody tr td{
    height: 2.5em;
}

#tabellaRiepilogoFerie thead tr th{
    height: 2.5em;
    padding: 1px;
    text-align: center;
}

#tabellaRiepilogoFerie tfoot tr th{
    height: 2.5em;
    padding: 1px;
    text-align: center;
}

.thick-lBorder{
    border-left: solid 3px black;
}

.elem-presenza{
    background-color: #dddddd;
    border: solid 1px #bbbbbb;
    float: left;
    min-width: 200px;
    text-align: center;
    padding: 1px;
    margin: 1px 5px 1px 0px;
}

.elem-presenza-completare{
    background-color: #cccc00;
    border: solid 1px #aaaa00;
}

#logged_user{
    border: solid 2px black;
    padding: 3px;
    border-radius:10px;
    background-color: #1f911f;
}

#tabellaTotali tr:nth-child(even){
    background-color: #cccccc;
}

@media print{
    .no_print{
        display: none !important;
    }
}