﻿
.red {
    color: red;
}

.errore {
    font-weight: bold;
    color: #FF0000;
    font-size: 0.8em;
}

.erroreN {
    color: #FF0000;
    font-size: 0.9em;
}

.list-group-item.active {
    color: white;
    background-color: red;
    border-color: lightgray;
}

.errore3 {
    font: bold;
    color: #FF0000;
    font-size: 1.5em;
}

/*ol li {
    list-style: circle;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ol  li {
    margin: 3px 0 3px 30px;
    
}

ol {
    margin: 0 0 15px 0;
}*/
/*
.testoy {
    border-right: #cfcfcf 1px solid;
    padding-right: 3px;
    border-top: #cfcfcf 1px solid;
    padding-left: 3px;
    padding-bottom: 3px;
    margin: 2px;
    font: 10px verdana, Helvetica, sans-serif;
    border-left: #cfcfcf 1px solid;
    color: #003366;
    padding-top: 3px;
    border-bottom: #cfcfcf 1px solid;
    background-color: #ffffff;
    width:80%;
}
.cb label {
    margin-left: 10px;
    margin-right: 15px;
    font-size: smaller;
}
*/




/*
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
    }*/

/*        ul.tabs li.current {
            background: #ededed;
            color: #222;
        }

.tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
}

    .tab-content.current {
        display: inherit;
    }*/

/*.eti {
   
    color: #003366;
    display: inline;
}
.frecciasx {
    background-image: url('~/img/frecciasx.png');
}
.formx {display:block;
}

.radio-inline {
    font-size:smaller;
   
}*/
hr {
    border-top: 1px thin grey;
    margin-top: 0px;
    margin-bottom: 0px
}

.titoletto {
    color: gray;
    font-size: medium;
    font-weight: bolder;
    color: brown;
}

.zero {
    background-color: #dff0d8;
}

.section-divider {
    height: 0;
    border-top: 1px solid #DDD;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .section-divider > span {
        color: #3498db;
        background: #FAFAFA;
        display: inline-block;
        position: relative;
        padding: 0 17px;
        top: -11px;
        font-size: 15px;
    }

input[type="text"],
textarea {
    background-color: #f8f9fa;
    font-size: smaller;
}

select {
    font-size: smaller;
}

.grigioSfondo {
    background-color: #e9ecef;
}
.lb-site-title {
    position: absolute;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    top: 16px;
    left: 85px;
    line-height: 1;
    margin-top: 5px;
}

.lb-site-titleF {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    white-space: nowrap; /* Prevents text from wrapping */
}

.lb-header-content {
    height: 55px;
}

.lb-header-item-logo {
    margin-top: 5px;
    display: flex;
    align-items: center; /* Aligns logo and text vertically */
    gap: 10px; /* Adds space between the logo and text */
}
