/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    margin: 0px;
    padding: 0px;
}

/** {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}*/

.spinner-border {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.scrolltop-badge {
	position: fixed;
	width: 70px;
	height: 60px;
	bottom: 14px;
	left: 0px;
	background-color: #1C4769;
	box-shadow: grey 0px 0px 5px;
	border-radius: 3px;
}
.scrolltop-badge-image {
	background-image: url(../images/ico-scrolltop.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-clip: content-box;
	background-size: 40px;
	width:70px;
	height:60px;
}

.body-alt0 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.body-alt1 {
    background-color: #d8e9f5 !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

.body-alt2 {
    background-color: #5FA7DB !important;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
}

    .body-alt2 .card-deck {
        color: #000000;
    }

    .body-alt2 .card-text {
        color: #000000;
    }

    .body-alt2 h2 {
        color: #ffffff;
    }


.body-alt3 {
    background-color: #82B6DB !important;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
}

    .body-alt3 .card-deck {
        color: #000000;
    }

    .body-alt3 .card-text {
        color: #000000;
    }


.body-alt4 {
    background-color: #1c4768 !important;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
}

    .body-alt4 .h2 {
        color: #ffffff;
    }

    .body-alt4 .card-warning {
        color: #deef00;
        font-size: 1.1em;
    }

    .body-alt4 .card-text {
        color: #ffffff;
    }


.card {
    border: 0;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}

.line-height-40 {
	line-height:40px;
}

.vh-90 {
    height: 90vh !important;
}

.vh-73 {
    height: 73vh !important;
}

.pattern {
    background-color: #65d9dc;
    background-image: url('../images/pattern.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 0.25rem 0.25rem 0 0;
}

    .pattern.rightBottom {
        position: relative;
        overflow: hidden;
    }

        .pattern.rightBottom img {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100% !important;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .pattern.rightBottom img {
        position: absolute;
        right: -50px;
        bottom: 0px;
        width: 150% !important;
    }
}

@media (min-width: 429px) and (max-width: 525px) {
    .pattern.rightBottom img {
        right: 18px;
        bottom: -18px;
        width: 90% !important;
    }
}

@media (min-width: 526px) and (max-width: 767px) {
    .pattern.rightBottom img {
        position: absolute;
        right: 45px;
        bottom: -18px;
        width: 80% !important;
    }
}

.pattern.warm {
    background-color: #e47b00;
    border-radius: 0 0 0.25rem 0.25rem;
}

.body-alt1 .pattern.warm {
	border-radius: 0.25rem 0.25rem 0 0;
}

.pattern .card-img-top {
    width: 60%;
}

.imgCol2 {
    width: auto;
    margin: 0 auto;
    display: block;
}

.imgCol3 {
    width: 250px;
    margin: 0 auto;
    display: block;
}

.row-onlybutton {
    margin-top: 20px;
}

.footer {
    background-color: #858585;
    color: #ffffff;
    padding-top: 40px;
}

    .footer .font-small {
        font-size: 67%;
        line-height: 10px;
    }

.footer-separator {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: solid 1px #ffffff;
}

.footer-link {
    line-height: 40px;
}

    .footer-link ul {
        list-style-type: none;
    }

    .footer-link a {
        text-decoration: none;
        color: #ffffff;
    }

.footer-copyright {
    margin-top: 30px;
}

.hidden {
    display: none !important;
}

.button-scopri {
    background: #1C4769;
    border-color: #1C4769;
}

    .button-scopri a {
        color: #ffffff;
    }


.breadcrumb-container {
    margin-bottom: -40px;
    padding-top: 20px;
}

.breadcrumb {
    background-color: #ffffff;
}

.nav-cookie-container {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5000;
}

.nav-cookie-background {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    background-color: rgba(255,255,255,.3);
}

.nav-cookie-banner {
    position: fixed;
    top: 0px;
    width: 100%;
    color: white;
    padding: 30px;
    z-index: 5010;
    padding-bottom: 20px;
    background-color: black;
}



.hp-header {
    height: 360px;
    z-index: 10;
}

.hb-top-bar {
    background-color: #000000;
    padding: 8px;
}

.hb-top-logo-container {
    max-width: 200px;
}

.hb-background {
    background-color: #333;
    background-image: url('../images/H_fondo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}

    .hb-background h1 {
        color: #fff;
        padding-right: 1rem;
        float: left;
        font-size: 2.1rem;
        text-transform: uppercase;
    }

    .hb-background a {
        background-color: #1C4769;
        color: #fff;
        padding: 1rem 1.5rem;
        position: absolute;
        top: 6rem;
        left: 2rem;
    }

    .hb-background img {
        width: 86px;
        margin-top: 8px;
    }


.hb-background-privacy {
	background-color: #333;
	background-image: url('../images/H_fondo.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100px;
}

	.hb-background-privacy h1 {
		color: #fff;
		padding-right: 1rem;
		float: left;
		font-size: 2.1rem;
		text-transform: uppercase;
	}

	.hb-background-privacy a {
		background-color: #1C4769;
		color: #fff;
		padding: 1rem 1rem;
		position: absolute;
		top: 4.5rem;
		left: 2rem;
	}

	.hb-background-privacy img {
		width: 30px;
		margin-top: 8px;
	}




.hb-background-mobile {
    display: none;
}

.hb-background-private {
    background-color: #333;
    background-image: url('../images/H_fondo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
}

.hb-top-bar-private .hb-title-private {
    line-height: 40px;
    color: #ffffff;
}

.hb-top-bar-private img.hb-top-logo-img {
    width: 100%;
    margin-right: 10px;
}

.hb-top-logo-container.sx.float-left {
    width: 32px;
    margin-right: 10px;
}

@media (max-width: 479px) {
    .hb-top-bar-private .hb-title-private {
        font-size: 11px;
    }

    .hb-top-logo-container.sx.float-left {
        margin-right: 6px;
    }
}

.no-authorization h2, .no-authorization p {
    padding-bottom: 20px;
}

.no-authorization h2 {
    padding-top: 40px;
}

.no-authorization img.imgCol2 {
    width: 50%;
}

@media (min-width: 768px) and (max-width: 992px) {
    .hb-background {
        /*background-position-y: 40px;*/
    }

        .hb-background a {
            top: 5rem;
            left: 1rem;
        }

        .hb-background h1 {
            font-size: 1.7rem;
        }

        .hb-background img {
            width: 64px;
        }
}

@media (min-width: 481px) and (max-width: 767px) {
    .hb-background {
        /*background-position-y: 40px;*/
        background-position: -158px center;
    }

        .hb-background a {
            top: 4rem;
            left: 0.3rem;
        }

        .hb-background h1 {
            font-size: 1.7rem;
        }

        .hb-background img {
            width: 64px;
        }
}

@media (min-width: 587px) {
	.card-columns {
		-webkit-column-count: 2 !important;
		-moz-column-count: 2 !important;
		column-count: 2 !important;
	}
}
@media (min-width: 1024px) {
	.card-columns {
		-webkit-column-count: 3 !important;
		-moz-column-count: 3 !important;
		column-count: 3 !important;
	}
}

@media (min-width: 576px) {
    .card-columns .card {
        min-height: 325px;
    }
}

@media (max-width: 480px) {
    .hb-background {
        background-position-y: 40px;
    }

        .hb-background a {
            top: inherit;
            left: inherit;
            width: 100%;
            position: inherit;
            display: block;
            text-align: center;
        }

        .hb-background h1 {
            font-size: 1.3rem;
            float: none;
            display: inline-block;
            text-align: left;
            margin-bottom: 0;
        }

        .hb-background img {
            width: 53px;
            vertical-align: top;
        }
}

.hb-logo-mef {
    background-image: url('../images/logoMEF_web.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14em;
    height: 3em;
}

.hb-logo-consap {
    background-image: url('../images/logoConsap_web1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10em;
    height: 3em;
}

.hb-logo-repubblica {
    background-image: url('../images/logoRepubblica_web.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5em;
    height: 3em;
}


/* ------------------------------------------ */
.hb-nav-button-confirm {
    background-color: #1C4769;
    border-color: #1C4769;
    color: #ffffff !important;
}
.hb-nav-button-warning {
    background-color: #ff741a;
    border-color: #ff741a;
    color: #ffffff !important;
}

.hb-nav-button-spinner {
    display: none;
}


/* MANUTENZIONE */
#containerMaintenance {
    height: 400px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

#contentMaintenance {
    height: 400px;
    width: 90%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    background-image: url(../images/under_construction.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0px;
}

/* ------------------------------------------ */
/* MAVIGAUON BAR */
.hb-italiaflag {
    overflow: hidden;
}

    .hb-italiaflag .green {
        background-color: #009246;
        height: 5px;
        width: 33.33333333%;
        float: left;
    }

    .hb-italiaflag .white {
        background-color: #ffffff;
        height: 5px;
        width: 33.33333333%;
        float: left;
    }

    .hb-italiaflag .red {
        background-color: #ff0000;
        height: 5px;
        width: 33.33333333%;
        float: left;
    }


.hb-nav-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.hb-placeholder {
    height: 61px;
    display: none;
}



.hb-nav {
    background: #1C4769;
    z-index: 10;
    border-radius: 0px;
}

    .hb-nav .icon-user {
        height: 24px;
        margin-top: -6px;
    }

    .hb-nav .icon-house {
        height: 26px;
        margin-top: -6px;
    }

    .hb-nav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 1) !important;
    }

    .hb-nav .navbar-login-logout-m {
        display: none;
    }

/* ------------------------------------------ */
.hb-nav-button-register {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1C4769;
}



@media (min-width: 768px) {
    .hb-nav .navbar-nav li {
        font-size: 0.95em;
        line-height: 1.7em;
    }
}

@media (max-width: 767px) {

    .hb-nav .navbar-nav li {
        line-height: 40px;
    }

    .hb-nav .navbar-login-logout-d {
        display: none;
    }

    .hb-nav .navbar-login-logout-m {
        display: block;
        position: absolute;
        right: 80px;
        top: 0px;
    }

    .hb-nav .hb-nav-button-register {
        margin-top: 8px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu.link-mobile {
        position: absolute !important;
        /*width: 200px;
		left: 50%;
		margin-left: -100px*/
    }

    .card {
        margin-bottom: 10px;
        height: auto !important;
    }

    .pattern .card-img-bottom {
        width: 75%;
    }
}

/* ------------------------------------------ */
.modal-height-250 {
    height: 250px;
}

.modal-height-350 {
    height: 350px;
}

/* REGISTRAZIONE */
.register-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.register-tile {
    margin-bottom: 10px;
}

.register-check-spinner {
    display: none;
    position: absolute;
    top: 43px;
    right: 24px;
}

.profilo-check-spinner {
    display: none;
    position: absolute;
    top: 10px;
    right: 24px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none !important;
}

::placeholder { /* Recent browsers */
    text-transform: none !important;
}


.form-check-input.is-invalid ~ .form-check-label {
    color: #212529;
}


/* PROFILO */
.div-dati-azienda {
    display: none;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 2147483647;
}


/* AMMINISTRAZIONE: ELIMINAZIONE SEARCH AUTOMATICO DATATABLE */
#tableNazioni_filter, #tableProvincie_filter, #tableComuni_filter, #tableUtenti_filter, #tableRichieste_filter,
#tableAmministratori_filter, #tableAmministratori2_filter {
    display: none;
}

.dataTable .table th, .table td {
    vertical-align: middle !important;
}

.dt-head-center {
    text-align: center;
}

.hb-nav-button-active {
    background-color: #1C4769;
    border-color: #1C4769;
    color: #ffffff !important;
}

.hb-nav-button-disactive {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
    color: #ffffff !important;
}


/* PAGINE HTML*/
.prose > p {
    line-height: 1.55 !important;
}

.prose ul > li > ul > li {
    list-style: lower-alpha;
}

.prose > ul > li > ul {
    padding: 10px 0 10px 20px;
}

.prose > ul {
    list-style-type: square;
}

.prose > ul {
    list-style-position: outside;
}

.prose > ul {
    margin-left: 3.2rem !important;
}

.prose > ul {
    margin-bottom: 2.2rem !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prose > h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.pattern-orange {
    background-image: url(../images/pattern_orange.png);
}

.pattern-blu {
    background-image: url(../images/pattern_blu.png);
}
/* -------------------------------------- */
/* BOTTONI DOMANDA*/
.button-icon {
    background-color: transparent;
    border-width: 0;
    color: #1c4769;
    font-weight: 700;
}

.button-icon:hover {
    text-decoration: underline;
    color: #82b6db;
    background-color: transparent;
}

    .button-icon img {
        width: 20px;
        margin-top:-5px;
    }
    .button-icon span {
        margin-left: 5px;
        font-size: 15px;
        padding-top: 15px;
    }
.pattern-summary1 {
	background-color: #65d9dc;
	background-image: url('../images/pattern.png');
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	/*border-radius: 0.25rem 0.25rem 0 0;*/
	margin-bottom: 0px;
	font-weight: 700;
}

.pattern-summary2 {
	background-color: #e47b00;
	background-image: url('../images/pattern.png');
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	/*border-radius: 0.25rem 0.25rem 0 0;*/
	margin-bottom: 0px;
	font-weight: 700;
}

.pattern-summary3 {
	background-color: #c5c5c5;
	background-image: url('../images/pattern.png');
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	/*border-radius: 0.25rem 0.25rem 0 0;*/
	margin-bottom: 0px;
	font-weight: 700;
}

.pattern-summary4 {
	background-color: #82B6DB;
	background-image: url('../images/pattern.png');
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	/*border-radius: 0.25rem 0.25rem 0 0;*/
	margin-bottom: 0px;
	font-weight: 700;
}

.pattern-summary5 {
    background-color: #c3fbb6;
    background-image: url('../images/pattern.png');
    background-position: center center;
    background-repeat: repeat;
    text-align: center;
    /*border-radius: 0.25rem 0.25rem 0 0;*/
    margin-bottom: 0px;
    font-weight: 700;
}

.pattern-summary6 {
	background-color: #F7BE2F;
	background-image: url('../images/pattern.png');
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	/*border-radius: 0.25rem 0.25rem 0 0;*/
	margin-bottom: 0px;
	font-weight: 700;
}

.pattern-summary7 {
    background-color: #a2cc49;
    background-image: url('../images/pattern.png');
    background-position: center center;
    background-repeat: repeat;
    text-align: center;
    /*border-radius: 0.25rem 0.25rem 0 0;*/
    margin-bottom: 0px;
    font-weight: 700;
}

.pattern-summary8 {
	background-color: #32A685;
	background-image: url('../images/pattern.png');
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	/*border-radius: 0.25rem 0.25rem 0 0;*/
	margin-bottom: 0px;
	font-weight: 700;
}


.missingData {
	box-shadow: 6px 6px 40px rgba(0,0,0,0.3);
}

.missingDataFont {
	color: #82b6db;
}

.card-body .summary {
	font-size: 0.9rem;
}

.btn-card {
	text-align: right;
}
a.disabled {
   pointer-events: none;
    cursor: default;

}

/*TAB DOMANDA*/
.tab-container {
    width: 100%;
    display: block;
}
.tab-item {
    width: 124px;
    display: inline-block;
    position: relative;
    height: 166px;
}
.tab-icon-wrapper {
    background-color: transparent;
    background-position: center center;
    background-image: url('../images/tab_circle.png');
    background-repeat: no-repeat;
    height: 105px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.tab-icon {
    height: 105px;
    width: 100%;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}
.tab-lbl-wrapper {
    background-color: #ffffff;
    height: 120px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
}
.tab-lbl {
    color: #6c757d;
    font-size: 0.875em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 90%;
    padding: 0 5%;
    min-height: 32px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 700;
}
.active .tab-icon-wrapper {background-image: url('../images/tab_circle_active.png');}
.filled .tab-icon-wrapper {background-image: url('../images/tab_circle_filled.png');}
.done .tab-icon-wrapper {background-image: url('../images/tab_circle_done.png');}
.filled .tab-lbl-wrapper {background-color: #1c4769;}
.done .tab-lbl-wrapper {background-color: #28a745;}
.filled .tab-lbl-wrapper .tab-lbl {color: #ffffff;}
.done .tab-lbl-wrapper .tab-lbl {color: #ffffff;}

#tab-D1 .tab-icon {background-image: url('../images/ico_D1.png');}
#tab-D2 .tab-icon {background-image: url('../images/ico_D2.png');}
#tab-D3 .tab-icon {background-image: url('../images/ico_D3.png');}
#tab-D4 .tab-icon {background-image: url('../images/ico_D4.png');}
#tab-D5 .tab-icon {background-image: url('../images/ico_D5.png');}
#tab-D6 .tab-icon {background-image: url('../images/ico_D6.png');}
#tab-D7 .tab-icon {background-image: url('../images/ico_D7.png');}
#tab-D8 .tab-icon {background-image: url('../images/ico_D8.png');}

#tab-D1.filled .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D1_filled.png');}
#tab-D2.filled .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D2_filled.png');}
#tab-D3.filled .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D3_filled.png');}
#tab-D4.filled .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D4_filled.png');}
#tab-D5.filled .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D5_filled.png');}
#tab-D6.filled .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D6_filled.png');}
#tab-D7.filled .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D7_filled.png');}
#tab-D8.filled .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D8_filled.png');}

#tab-D1.done .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D1_done.png');}
#tab-D2.done .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D2_done.png');}
#tab-D3.done .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D3_done.png');}
#tab-D4.done .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D4_done.png');}
#tab-D5.done .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D5_done.png');}
#tab-D6.done .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D6_done.png');}
#tab-D7.done .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D7_done.png');}
#tab-D8.done .tab-icon-wrapper .tab-icon {background-image: url('../images/ico_D8_done.png');}

.remove-link {
    color: rgb(220, 53, 69);
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 600;
}

#divDisplayError {margin-top: 25px;}
#divDisplayError h4 {text-align: center;margin-bottom: 25px;}
/*#divDisplayError ul {list-style-type: square;}*/
#divDisplayError ul li {font-size: 0.9rem;}
#divDisplayError ul li a {font-weight: 700;color: #dc3545;text-decoration: underline;}
#divDisplayError ul li a:hover {color: #f23c4d;}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

    ul.dash > li:before {
        display: inline-block;
        content: "-";
        width: 1em;
        margin-left: -1em;
    }