/*09/11/2025*/
.TabellaUpload {
    margin: 5px 5px 5px 5px;
    /*border-collapse: collapse;*/
    /*display:contents*/
}

.TabellaUpload th, .TabellaUpload td {
        font-weight: normal;
        vertical-align: middle;
        font-size: 14px;
}
td.intestazioneTabella {
    background: #72b7f1;
}
td.footerTabella {
    background: #72b7f1;
}
/*::::::::::::::::::::::::::::::::::::::::*/
/*01/11/2025*/
#AddAziendaChkDiv {
    margin-left: 20px;
}

.AddAzienda_RowSpace {
    margin-bottom: 5px;
}
/*:::::::::::::::::::::::::::::::::::::*/

/*21/10/2025*/
#LinkTopMenuLogin {
    color: #0189e0;
}

#table1 {
    border-color: #8d8f91;
    box-shadow: 1px 1px 1px 1px #babdc0;
    border-radius: 2px;
}

#th1 {
    color: #8d8f91;
    font-size: 16px;
}

.modal-TitleBackGround {
    /*width: 300px;
    height: 30px;*/
    border-radius: 4%;
    /* text-align: center;
    font-size: 30px;*/
    float: left;
    /* font-weight: bold;*/
    border: 1px solid #b5cada;
    margin: 10px;
    shape-outside: rettangle();
    /*background-color: rgb(69,165,238);*/
    color: #1b6ec2;
    /* opacity: 0.5;*/
    background-image: linear-gradient(45deg, rgb(69,165,238), #90cbf8);
}

.modal-title {
    padding-top: 0px;
    display: inline-block;
    color: white;
    margin: 4px;
}

#HeaderGriglia1 {
    margin: 0px 0px 0px 0px;
    background: #ced2d5;
    border: 1px solid white;
    border-radius: 2%;
    display: block;
    color: #0a96ef;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}
/*:::::::::::::::::::::::::::::::::::::*/

/*17/10/2025 Header*/
#HeaderGriglia {
    margin: 0px 0px 0px 0px;
    /* background: #ced2d5;*/
    background: #e9ecee;
    border: 1px solid white;
    border-radius: 2%;
    /*display: block;*/
    /*color: #0a96ef;*/
    color: #78797a;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


/*TopMenu*/
#HomeTopPanel {
    background-color: #FFFFFF
}

#navbarDropdownLiv1 {
    /*color: #23acfa;*/ /*Colore abbinato a log DevLabRC*/
    /*color: #00b9eb;*/
    color: #03a2cd;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}

#navbarDropdownLiv2 {
    color: #0fa5fb;
}

.dropdown-item {
    color: #0577b8;
}

    .dropdown-item:hover {
        color: #23acfa;
        /*text-decoration: none;*/
        background-color: #d0e6fd;
    }
/*Fine TopMenu*/
