/**
 *   @Document   : layout.css
 *   @Created on :
 *   @Author     : Virginio Laurini @ Pingitore Informatica
 *   @Description:
 *
 */
/* Default settings */
body {
    font: 13px verdana, helvetica, sans-serif;
    padding: 0;
    margin: auto;
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-size: cover;
}

#logo_4b {
    background-image: url("/img/Logo_4eVAR_V3.png");
    background-repeat: no-repeat;
    background-size: contain;

    position: relative;
    top: -2px;
    left: 10px;
    height: 95px;
    width: 300px;
    z-index: 200;
}

#home_header {
    background-image: url('/img/Banner_2.1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
    top: 1px;
    left: 0px;
    height: 95px;
    width: 100%;
    z-index: 100;
}

#wellcome {
    vertical-align: bottom;
    font-size: 12pt;
    position: absolute;
    top: 75px;
    right: 5px;
    z-index: 200;
    background-color: rgb(0, 100, 0, 0.1);
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee p {
    display: inline-block;
    /* padding-top: 100%; */
    animation: marquee 1s linear;
}


table {
    background-color: whitesmoke;
    --bs-table-bg: whitesmoke;
}

.table{
    background-color: whitesmoke;
    --bs-table-bg: whitesmoke;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background: #cce5ff;
}

@keyframes marquee {
    0% {
        transform: translate(0, -100%);
    }
    30% {
        transform: translate(0, 0%);
    }
    50% {
        transform: translate(0, -50%);
    }
    60% {
        transform: translate(0, 0%);
    }
    70% {
        transform: translate(0, -40%);
    }
    80% {
        transform: translate(0, 0%);
    }
    90% {
        transform: translate(0, -20%);
    }
    100% {
        transform: translate(0, 0%);
    }
}

.page_header {
    padding-top: 2px;
    margin-left: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 80% 100%;
}

.no_header {
    display: none;
}

/* responsive text queries */

@media screen and (max-width: 992px) {
    p,
    .btn,
    input,
    div,
    span,
    h4 {
        font-size: 96%;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    p,
    .btn,
    input,
    div,
    span,
    h4 {
        font-size: 93%;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }
}

/* Area dei messaggi utente */

.msgArea {
    vertical-align: middle;
    cursor: pointer;
}


.nav_bar_background {
    background-color: #28a4c9  !important;
}

.nav_bar_background_blue {
    background-image: linear-gradient(to bottom, rgb(0, 110, 255) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(to bottom, rgb(0, 110, 255) 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(to bottom, rgb(0, 110, 255) 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(to bottom, rgb(0, 110, 255) 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(to bottom, rgb(0, 110, 255) 0%, #ffffff 100%);
}

.nav_bar_background_green {
    background-image: linear-gradient(to bottom, rgb(0, 210, 0) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(to bottom, rgb(0, 210, 0) 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(to bottom, rgb(0, 210, 0) 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(to bottom, rgb(0, 210, 0) 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(to bottom, rgb(0, 210, 0) 0%, #ffffff 100%);
}

.fld_label{
    font-weight: normal;
    padding-top: 10px;
    padding-right: 5px;
    color: black;
}

.fld_label.fld_label_xxsmall {
    width: 20px;
}

.fld_label.fld_label_xsmall {
    width: 40px;
}

.fld_label.fld_label_small {
    width: 60px;
}

.fld_label.fld_label_medium {
    width: 80px;
}

.fld_label.fld_label_large {
    width: 100px;
}

.fld_label.fld_label_xlarge {
    width: 120px;
}

.fld_label.fld_label_xxlarge {
    width: 140px;
}


.fld_label_post {
    width: 60px;
    text-align: center;
    background-color: #e9ecef;
}

/** toolbar areas */
.toolbar_area_xxsmall {
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    width: 10px;
    color: blue;
    cursor: pointer;
}

.toolbar_area_xsmall {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    color: blue;
    cursor: pointer;
}

.toolbar_area_small {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 80px;
    color: blue;
    cursor: pointer;
}

.toolbar_area_medium {
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    color: blue;
    cursor: pointer;
}

.toolbar_area_large {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    width: 110px;
    color: blue;
    cursor: pointer;
}

.toolbar_area_xlarge {
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    width: 130px;
    color: blue;
    cursor: pointer;
}

.toolbar_area_xxlarge {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    color: blue;
    cursor: pointer;
}

.selectable {
    cursor: pointer;
}

.selectable:hover {
    border: 1px groove darkgreen;
}



.nav {
    color: #FFFFFF;
    background-color: rgb(24, 25, 119);
}

.navbar {
    color: #FFFFFF;
    background-color: #0069d9;
}

/* OR*/

.nav-link {
    color: #FFFFFF;
}

.dropzone {
    min-height: 0 !important;
}

.col-id{
    font-weight: lighter;
    color: darkblue;
    width: 40px;
    max-width: 40px;
}

#menu_filtri {
    padding-top: 3px;
    padding-bottom: 3px;
}

#menu_filtri .item_menu_filtri {
    display: flex;
    float: left;
}

#menu_filtri .button_menu_filtri {
    display: flex;
    float: left;
}



