@CHARSET "UTF-8";


/* Olympic colors
black:	#343537
red:	#c83428
green:	#1e983b
yellow:	#fed000
blu:	#0163ac
*/
:root{
    --black:#343537;

    --red:#c83428;
    --danger:#c83428;
    --danger2: #ef3131;

    --green:#1e983b;
    --success:#1e983b;
    --success2:#42b94d;

    --yellow:#fed000;
    --yellow2:#ffea02;
    --warning:#fed000;

    --blu:#0163ac;
    --primary:#0163ac;
    --primary2:#5190cd;

    --secondary:#e1e0e0;
}
HTML, BODY{font-family: 'PT Sans', sans-serif;}

/* overwrite bootstrap colors */
.bg-primary-ss{
    background-color: var(--primary2);
}
.color-primary-ss{
    color: var(--primary2);
}
.bg-success-ss{
    background-color: var(--success2);
}
.color-success-ss{
    color: var(--success2);
}
.bg-danger-ss{
    background-color: var(--danger2);
}
.color-danger-ss{
    color: var(--danger2);
}
.bg-dangerss-ss{
    background-color: var(--danger);
}
.color-dangerss-ss{
    color: var(--danger);
}
.bg-secondary-ss{
    background-color: var(--secondary);
}
.color-secondary-ss{
    color: var(--secondary);
}
.bg-black-ss{
    background-color: #000;
}
.color-black-ss{
    color: #000;
}
.bg-dark-ss{
    background-color: var(--black);
}
.color-dark-ss{
    color: var(--black);
}
.color-warning-ss{
    color: var(--yellow);
}
.bg-warning2-ss{
    background-color: var(--yellow2);
}
.btn:not(.btn-outline-*){
    border: 0;
}

*:not(.spinner-border) {
    border-radius: 0 !important;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
a{
    text-decoration: none;
    color: inherit;
}
em{
    color: var(--primary2);
}
label{font-weight: bold;}
.spinner-page{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
.spinner-page .spinner-border{
    margin: auto;
    width: 5rem;
    height: 5rem;
}


img[src=""] {
    opacity: 10%;
    background-color: var(--warning) !important;
}
p a:not(.btn){
    text-decoration: underline;
    color: var(--primary);
}
/*
In bootstrap 4 if you are compiling it you can disable radius alltogether in the _custom.scss file:
$enable-rounded:   false;
*/

/* HEADER / MENU */
.navbar-brand img{
    width: 200px;
}
.navbar{
    text-transform: uppercase;
}
.nav-item{
    padding-left: 20px; padding-right: 20px;
}
.dropdown-menu .nav-item{
    text-align: left;
    min-width: 260px;
    max-width: 260px;
    padding-left: 0px;
    padding-right: 0px;
}
.dropdown-toggle::after {
    display:none;
}

.navbar-light .navbar-nav .nav-link{
    color: var(--black);
}
.dropdown-menu{
    border-radius: unset;
    border: 0;
    background-color: rgba(230,230,230,0.6);
    padding-left: 10px;
}
.dropdown-menu-login{
    background-color: rgba(200,200,200,0.8);
    font-size: 12px;
}
.dropdown-menu-login .form-control-sm, .dropdown-menu-login .btn-sm{
    border-radius: unset;
    border: 0;
}
.dropdown-menu-login .faSSSb{
    font-family: 'PT Sans', sans-serif;
}
li.nav-item{list-style: none;}


/* SEARCH MENU */
form.nav-item{
    width: 120px;
}


/* SEPARATOR */
.separator {
    display: flex;
    align-items: center;
    text-align: center;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

/* BTN EXTENSIONS */
.btn-w-100px{
    width:100px;
}
.btn-w-150px{
    width:150px;
}
.btn-w-200px{
    min-width:200px;
}

/* CALL TO ACTION*/
#c2a_home .card:before{
}


/* card-pj */
.card-pj{}
.card-pj .card{
    margin-bottom: 20px;
    width: 100%;
}
.card-pj .cardcol{
    display: flex;
    flex:1 1 auto;

}

.card-pj .card-img-top{
    height: 240px;
    object-fit: cover;
}
.card-img-container{position: relative;}
.card-img-container .card-title{
    position: absolute;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /*https://cssgradient.io/*/
}
.card-pj .card-body{
    padding-bottom: 0;
}
.card-pj .card-footer{ margin-top: 0;}

pj-active{}
.pjprogress-bar{margin: 0 0 10px 0;}
.pjprogress-bar img{max-height: 40px; max-width: 40px;}
.pjprogress-bar div{
    border-bottom: 4px solid #e1e0e0;
}
.kpi span{
    display: block;
    font-size: 120%;
    font-weight: bold;
}

.pj-active .pjprogress-runner{
    border-bottom-color: var(--primary2);/*5190cd*/
}
.pj-active .kpi span{
    color: var(--primary2);
}

.pj-closed .pjprogress-runner{
    border-bottom-color: var(--black);/*5190cd*/
}
.pj-closed .kpi span{
    color: var(--black);
}

.pj-success .pjprogress-runner{
    border-bottom-color:var(--success2);/*5190cd*/
}
.pj-success .kpi span{
    color: var(--success2);
}

/*CAROUSEL */
.carousel{
    height: 415px;
}
.carousel .carouselImg{
    object-fit: cover;
    height: 415px;
}
.carousel .carousel-caption{
    color: var(--white);
    text-shadow: 0px 0px 4px var(--dark);
    font-size: 2vw;
    font-weight: bold;
}
.carousel .carousel-caption h5{
    font-size: 4vw;
}
#carousel_ss_pj_detail .carousel-caption{
    visibility: hidden;
}

    /* HP-BLOG */
.vertical-delimiter:before{
    color: white;
    padding: 0 5px;
    margin: 0 5px;
    content: '|'
}
.hp-news .bg-black{
    background: #000;
}
.hp-news-col-news{
    min-width: 350px;
    max-width: 350px;
}

.hp-news .card{}
.hp-news .card-jumbo .card-img-top{
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.hp-news .card-small .card-img-top{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.hp-news .headerCategoria{
    display: inline-block;
    max-width: 250px;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
}


/* BLOG */
.blog-category-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-category-list li{
    display: inline-block;
    padding: 2px 5px;
    background-color: var(--secondary);
    margin: 5px;
}

.blog .bg-black{
    background: #000;
    margin: 0;
}
.blog .card-header{
    margin: 0;
    padding: 0;
    border-bottom: 10px solid white;
}
.blog-publishing-date{
    margin: 1rem 0;
}
.blog-abstract{
    font-weight: bold;

}
.blog-author{
    font-size: 80%;
    font-style: italic;
    margin: 0 0 1rem 0;

}

.blog_adv_list_top{}
.blog_adv_list_bottom{}
.blog_adv_detail_top{}
.blog_adv_detail_bottom{}
.blog_adv_search_top{}
.blog_adv_search_bottom{}


.img2{
    width: 100%;
}


/* FOOTER */
.footer-logo{
    filter: grayscale(100%) brightness(100) contrast(100%);
    -webkit-filter: grayscale(100%) brightness(100) contrast(100%);
}

footer{
    font-sizeSS: 14em;
}
footer p strong{
    text-transform: uppercase;
}
footer a[class*="fa-"]{
    color: var(--primary2);
}

/* MENU L2 */
.wrapper_menu_l2{}
.wrapper_menu_l2 div.text-uppercase{
    border-bottom: 2px solid var(--yellow);
    padding-bottom: 8px;

}
.wrapper_menu_l2 ul{
    list-style: none;
    padding: 0;
}
.wrapper_menu_l2 ul li{
    border-bottom: 1px dashed var(--black);
    padding: 6px 0;
    margin: 6px 0;
}
.wrapper_menu_l2 ul li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.wrapper_menu_l2 ul li ul{
    padding-left: 20px;
}
.wrapper_menu_l2 .menu_active{
    font-weight: bold;
    background-color: var(--secondary);
}
.sticky {
    position: absolute;
    top: 0;
    width: 100%;
}

.sticky + #container_chiSiamo {
    padding-top: 60px;
}
.stickybtm {
    position: absolute;
    bottom: 0;
    width: 100%;
}.stickybtm + #container_chiSiamo {
     padding-bottom: 400px;
}

#pj_detail_tabs .active{
    background-color: var(--primary2);
}

#carousel_ss_pj_detail .carousel-image-wrapper{
    position: relative;
    padding-bottom: 56.2%; /*16by9*/
    background-color: var(--white);

}
#carousel_ss_pj_detail .carousel-image-16by9{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;

}
.s2w-carousel{}
.s2w-carousel-fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.carousel-control-prev, .carousel-control-next {
    top: 50px;
    bottom: 50px;
}

.image-16by9{
    object-fit: cover;
}
.card-progettista .card-text p{
    padding: 0;
    margin: 0;
}
.card-detail-kpi-row{
    border-bottom: 1px dashed var(--secondary);
}
.card-detail-kpi-row img{
    width: 40px;
}
.normal{
    font-size: 12px;
}
.ico_step_raggiunto{
    max-width: 120px;
    width: 100%;
    min-width: 60px;
}
.coin{
    height: 120px;
    width: 120px;
    font-size: 30px;
    padding: 40px 0;
    font-weight: bold;
}

.coin3{
    font-size: 28px;
    font-weight: bold;
    background: url("/upload/images/css/coin.png") no-repeat center ;
    background-size: cover;
    display: inline-block;
    padding:  20px;
    width: auto;
    height: auto;
    white-space: nowrap;
}
.dona-subito{
    font-size: 50%;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    display: block;
    line-height: 10px;
    padding: 0;
    margin: 20px 0 -4px 0;

}
section{margin: 0; padding: 0}
.reduce75{
    /*transform: scale(.75);*/
}
.card-detail-kpi-row{
    padding: 5px 0;
    margin: 5px 0;
}
.card-detail-kpi-row .coin3{
    font-size: 20px;
    padding: 15px;
    white-space: nowrap;
    text-align: center;
}
.card-detail-kpi-row .coin3 .donaSubito{
    margin: 12px 0 0 0;

}
.profile-pic{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50% !important;
}
.profile-avatar{
    font-size: 5em;
    height: 120px;
    width: 120px;
    line-height: 120px;
    padding: 0;
    background-color: var(--light);
    text-align: center;
}
.generic-pic-circle,.generic-pic-circle-100{
    object-fit: cover;
    border-radius: 50% !important;
}
.generic-pic-circle-100{
    width: 100%;
}
.sq{}
.sq-200px{
    width: 200px;
    height: 200px;

}

.hp-news .card-header, .hp-news .card-footer{
    margin: 0;
    border: 0;
    padding: 0;
    background: transparent;
}
.hp-news .card-header{
    margin-bottom: 5px;
}
.hp-news .card, .hp-new .card-body{
    background-color: transparent;
    border: 0;
}
.img_partner{
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 10px 20px;
    background-color: var(--light);
    border: 1px solid var(--secondary);
    display: inline-block;
    margin: 0 20px 20px 0;
}

/* UPLOAD IMAGE*/
.upload_img_ajax{
    position: relative;
    width: 250px;
    height: 250px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
}
.upload_img_ajax img{
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 0px solid rgba(0,0,0,0.3);
    border-radius: 250px !important;
    -moz-border-radius: 250px;
    object-fit: cover;
    object-position: center;
    background-color: #dfdfdf;
}
.upload_img_ajax span{
    text-align: center;
    displaySSS: none;
    padding: 5px 10px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    z-index: 1;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
}
.upload_img_ajax span:empty {
    display: none;
}
.upload_img_ajax span.hvr{
    display: none;
}
.upload_img_ajax span.err{
    color: #aa0000;
    display: inline;
}
.upload_img_ajax input[type='file']{
    display: none;
}
.upload_img_ajax button{
    display: none;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary2);
    border: 0;
    width: 150px
}
.upload_img_ajax progress{
    display: none;
    position: absolute;
    z-index: 2;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.upload_img_ajax:hover span.hvr{
    display: inline;
}
.upload_img_ajax:before{
    content: 'Carica foto';
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -50%);
}
.upload_img_ajax + .help_qmark{margin-left: 135px;}
.traguardo__p .upload_img_ajax + .help_qmark{margin-left: 555px;}

/* LIST */
@counter-style circled-numbers {
    system: fixed;suffix: " ";
    symbols: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳;
    size:70px;
}
.elenco{
    /* SEE https://css-tricks.com/ordered-lists-unicode-symbols/ */
    /*list-style: circled-numbers;*/
    list-style: none;
    font-size: large;
}
.elenco li:before{
    font-size: 36px;
    margin-right: 10px;
}
.elenco li:nth-child(1):before{content: '①';}
.elenco li:nth-child(2):before{content: '②';}
.elenco li:nth-child(3):before{content: '③';}
.elenco li:nth-child(4):before{content: '④';}
.elenco li:nth-child(5):before{content: '⑤';}
.elenco li:nth-child(6):before{content: '⑥';}
.elenco li:nth-child(7):before{content: '⑦';}
.elenco li:nth-child(8):before{content: '⑧';}
.elenco li:nth-child(9):before{content: '⑨';}
.elenco li:nth-child(10):before{content: '⑩';}

.elenco li.nth-child-1:before{content: '①';}
.elenco li.nth-child-2:before{content: '②';}
.elenco li.nth-child-3:before{content: '③';}
.elenco li.nth-child-4:before{content: '④';}
.elenco li.nth-child-5:before{content: '⑤';}
.elenco li.nth-child-6:before{content: '⑥';}
.elenco li.nth-child-7:before{content: '⑦';}
.elenco li.nth-child-8:before{content: '⑧';}
.elenco li.nth-child-9:before{content: '⑨';}
.elenco li.nth-child-10:before{content: '⑩';}


.last-no-border:last-child{border: 0 !important;}

/* AJAX FORM */
.borderRed{
    border-bottom: 3px solid var(--danger);
}
.borderYlw{
    border-bottom: 3px solid var(--warning);
}
.borderGrn{
    border-bottom: 3px solid var(--success2);
}
.fld_must:after{
    content: '(*)';
    color: var(--danger);
    margin: 0 5px;
}

.tag-checkbox-list ul{
    margin: 0;
    padding: 0;
    column-count: 4;
    column-gap: 40px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: var(--secondary);
    list-style: none;
}
.tag-checkbox-list ul input{
    margin-right: 4px;
}

.img-90-sq{
    width: 90%;
}
.img-90-sq img, .img-100-sq img{
    border-radius: unset !important;
    border: 0;
}
.img-100-sq{
    width: 100%;
}
/* hashtag */
.hashtag_container{

}
.hashtag_container .hashtag{
    border: 1px solid var(--secondary);
    border-radius: 4px !important;
    padding: 3px 6px;
    margin: 4px;
    display: inline-block;
    cursor: pointer;
}
.hashtag_container .hashtag:before{
    content: 'x';
    padding-right: 4px;
}
.hashtag_container .hashtag:hover{
    text-decoration: line-through;
}
.hashtag_container .hashtag_input{
    font-size: 24px;
    line-height: 36px;
    margin: 12px;
    padding: 2px 8px;
    min-width: 200px;
    border-bottom: 2px dashed var(--secondary);
    min-height: 36px;
    display: inline-block;
    color: var(--dark);
}

.s2w_assnHandler_container table {
    border: solid 2px var(--secondary);
}
.s2w_assnHandler_container table .rep-tr td{
    border-bottom: dashed 1px var(--secondary);
    padding: 8px;
}
.s2w_assnHandler_container table .rep-tr .rep-td:first-child{
    font-weight: normal;
    font-size: 130%;
    text-align: center;
}

.progetto_error li em:after{
    content:':';
    margin-right: 6px;
}
.w-30px{
    width: 30px;
}


.errorPannel{
    margin: 10px 30px;
    padding: 10px;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.errorPannel ul{
    list-style: none;
    padding: 0 10px;
}
.errorPannel ul li{
    text-indent: 5px;
}
.errorPannel ul li:before {
    content:'-';
}
.errorLabel{
    display: inline-block;
    font-weight: bold;
    margin-right: 8px;
}
.errorLabel:after{
    content: ':';
}
.errorMsg{
    display: inline-block;
}

/*
https://www.toptal.com/responsive-web/introduction-to-responsive-web-design-pseudo-elements-media-queries
    320px
    480px
    600px
    768px
    900px
    1024px
    1200px
*/

@media screen and (max-width: 985px) {
    .card-detail-kpi{margin-top: 0 !important;}

}
@media screen and (max-width: 768px){
    #c2a_home .border-1{
        display: none;
    }
    #c2a_home div{
        display: block;
        text-align: center;
        margin: 20px;
    }
    .card-detail-kpi{margin-top: 20px !important;}

    .tag-checkbox-list ul {
        column-count: 3;
    }
    img.chi_siamo{width: 100% !important}

}

@media screen and (max-width: 600px) {
    .upload_img_ajax{
        width: 150px;
        height: 150px;
    }
    .tag-checkbox-list ul {
        column-count: 2;
    }
    .s2w_assnHandler_container table .rep-tr td{
        display: grid;
    }
    img.chi_siamo{width: 100% !important}

    .pj-numbers .h5{
        font-size: 100%;
    }
    .pj-numbers .h3{
        font-size: 100%;
    }

}


