﻿/* --------------------- INIZIO STYLE PER COLORI --------------------- */
.it-header-slim-wrapper {
    background-color: rgb(var(--colore-navbar)) !important;
}

.it-footer-main {
    background-color: rgb(var(--colore-footer)) !important;
}

.check-reverse [type=checkbox]:checked + label::before,
.pnlIndicePagina > ul > li > .list-item.active,
.form-check [type=radio]:checked + label::before,
.form-check [type=radio]:checked + label::after,
.cmp-rating .rating input:focus + label,
.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.form-check [type=checkbox]:checked + label::after,
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: rgba(var(--colore-principale),0.85);
}

a, a:hover,
.nav-tabs .nav-link.active,
.btn-outline-primary,
.accordion-header .accordion-button,
.link-list-wrapper ul li a span {
    color: rgba(var(--colore-principale),0.85);
}
.link-list-wrapper ul li a:hover:not(.disabled) span {
    color: rgba(var(--colore-principale),0.85);
}

    a:hover,
    .nav-tabs .nav-link:hover,
    .btn-outline-primary:hover,
    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: rgb(var(--colore-principale));
    }

.primary-color {
    color: rgba(var(--colore-principale),0.85) !important;
}

.it-header-navbar-wrapper {
    background: rgb(var(--colore-principale)) !important;
}

.progress-bar,
.btn-primary,
.bg-primary,
.back-to-top,
.cmp-accordion .accordion-header .accordion-button::after,
.form-check [type=radio]:checked + label::after {
    background-color: rgba(var(--colore-principale),0.85) !important;
}

    .GrigliaColonnaIntestazione,
    .GrigliaColonnaIntestazioneRight,
    .GrigliaColonnaIntestazioneCenter,
    .back-to-top,
    .back-to-top:hover,
    .btn-primary:hover,
    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
    .form-check [type=checkbox]:checked + label::after, .it-header-center-wrapper {
        background-color: rgb(var(--colore-principale)) !important;
    }

.icon-primary,
.svgFaq,
.svgNews,
.svgTeleassistenza,
.nav-tabs .nav-link.active .icon,
.rating > input:checked ~ label svg, .rating:not(:checked) > label:hover svg, .rating:not(:checked) > label:hover ~ label svg {
    fill: rgba(var(--colore-principale),0.85) !important;
}

.svgColorMaster {
    fill: rgb(var(--colore-navbar));
    height: 36px;
    width: 36px;
}

.svgColorMasterStroke, .svgColorMasterStroke .cls-2, .svgColorMasterStroke.cls-2 {
    stroke: rgb(var(--colore-navbar));
    height: 40px !important;
    width: 40px !important;
    margin-top: 30px;
}

.section.section-muted {
    background-color: rgba(var(--colore-principale),0.05) !important;
}

.svgTasti {
    width: 100px !important;
    height: 70px !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    box-shadow: inset 0 0 0 1px rgb(var(--colore-principale));
}

.GrigliaColonnaRigaSelezionata {
    background-color: rgba(var(--colore-principale), 0.2);
}

.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%), 0 0 0 0.25rem rgba(var(--colore-principale), 0.5);
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--colore-principale),0.25);
}

.back-to-top:hover {
    filter: brightness(90%);
}

.btn-outline-primary, .btn-outline-primary:hover {
    box-shadow: inset 0 0 0 2px rgb(var(--colore-principale));
}

.cmp-rating .rating input:focus + label {
    box-shadow: 0 0 0 2px rgb(var(--colore-principale));
}

.progress-spinner.progress-spinner-double .progress-spinner-inner:after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    border-radius: 50%;
    border: 4px solid rgb(var(--colore-principale));
    border-right: 4px solid rgba(0,0,0,0);
    border-bottom: 4px solid rgba(0,0,0,0);
    width: 100%;
    height: 200%;
    animation: spinnerAnimInner1 .75s cubic-bezier(0.25, 0.1, 0.5, 1) infinite alternate;
}

.progress-spinner {
    border-color: rgb(var(--colore-principale),0.3);
}

.btn-primary:disabled, .btn-primary.disabled, a.btn-primary[disabled] {
    color: #bfc2c9;
    background-color: #e6e9f2 !important;
    border-color: #dfe4f2;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn, .btn[disabled] {
    pointer-events: none;
    opacity: .65;
    box-shadow: none;
}
.it-header-wrapper .navbar-collapsable .menu-wrapper, .navbar {
    background-color: rgb(var(--colore-principale));
}
.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a {
    color: rgb(var(--colore-principale));
}
/* --------------------- FINE STYLE PER COLORI --------------------- */

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    /*table.table-responsive, thead, tbody, th, td, tr { 
		display: block; 
	}*/

    /* Hide table headers (but not display: none;, for accessibility) */
    table.table-responsive > thead tr, table.table-responsive > tbody tr th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.table-responsive > tbody > tr {
        border: 1px solid #ccc;
    }

        table.table-responsive > tbody > tr > td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 0px solid #eee;
            position: relative;
            padding-left: 50%;
            display: block;
            min-height: 30px;
        }

            table.table-responsive > tbody > tr > td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                top: 0px;
            }

    /*
	Label the data
	*/
    table.perData > tbody > tr > td:nth-of-type(1):before {
        content: "CIG";
    }

    table.perData > tbody > tr > td:nth-of-type(2):before {
        content: "Oggetto Bando";
    }

    table.perData > tbody > tr > td:nth-of-type(3):before {
        content: "Procedura Contraente";
    }

    table.perData > tbody > tr > td:nth-of-type(4):before {
        content: "Importo Aggiudicaz.";
    }

    table.perData > tbody > tr > td:nth-of-type(5):before {
        content: "Aggiudicatario";
    }

    table.table-responsive > tbody > tr > th.ColonnaTitoloElenco {
        display: none;
    }

    .ColonnaElencoDx {
        text-align: left;
    }
}


.LinkPubblicazioni {
    font-size: small;
    /*font-family:Verdana, Arial, Helvetica, sans-serifmassimoCa 21/11/2019;*/
    text-align: left;
    color: #000;
    vertical-align: top;
}

    .LinkPubblicazioni:hover {
        font-size: small;
        /*font-family:Verdana, Arial, Helvetica, sans-serifmassimoCa 21/11/2019;*/
        text-align: left;
        color: #000033 !important;
    }

    .LinkPubblicazioni:visited {
        font-size: small;
        /*font-family:Verdana, Arial, Helvetica, sans-serifmassimoCa 21/11/2019;*/
        text-align: left;
        color: #000;
    }

    .LinkPubblicazioni:link {
        font-size: small;
        /*font-family:Verdana, Arial, Helvetica, sans-serifmassimoCa 21/11/2019;*/
        text-align: left;
        color: #000;
    }

.Download > a  {
    width: 150px;
}
.pnlIndicePagina > ul > li > .list-item.active {
    border-left: 2px solid rgb(var(--colore-principale)) !important;
}
.btn-dropdown {
    color: rgb(var(--colore-principale)) !important;
}
.link-list-wrapper ul li a:hover:not(.disabled) .icon {
    fill: rgb(var(--colore-principale)) !important;
}
.it-header-wrapper .navbar-collapsable .logo-hamburger, .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: white !important;
}
.ImageLogoEnte {
    height: 60px;
}

.Grassetto {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;Remmato massimoCa 21/11/2019*/
    font-size: small;
    text-align: center;
    color: #000;
    font-weight: bold;
    vertical-align: top;
    padding: 2px;
}

.BulletedListTipoAtto li {
    font-size: small;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;Remmato massimoCa 21/11/2019*/
    text-align: left;
    color: #000; /*border: 1px solid #cc9933;*/
    /*padding: 1px;*/ /*background-color: #cccccc;*/
    list-style-position: inside;
    font-weight: normal;
    /*list-style-image: url(Images/cartella.gif);massimoCa 21/11/2019*/
    list-style-image: url(Images/icon/freccia.svg);
    padding-left: 15px;
    /*margin-left: 20px;*/
    border: 1px solid #dee2e6 !important; /*massimoCa 21/11/2019*/
    margin-bottom: -1px;
    padding-top: 5px;
}

    .BulletedListTipoAtto li a {
        position: relative;
        top: -4px;
        font-size: 16px;
    }

    .BulletedListTipoAtto li:nth-child(even) {
        background-color: #f2f2f2;
    }

.LinkPubblicazioniTesto {
    font-size: small;
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    text-align: left;
    color: #003366;
    vertical-align: top;
    padding-bottom: 2px;
    display: inline-block;
}

.it-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.it-footer-main {
    padding: 10px;
}
