/*Dettaglio eventi*/
.box_dett_ev {
    width: 100%;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 31px #213B5C31;
    border-radius: 15px;
    opacity: 1;
    box-sizing: border-box;
    min-height: 300px;
    margin-bottom: 30px;
    position: relative;
}

.box_dett_ev_padding {
    padding: 25px;
}

.box_pos_dett_ev {
    float: left;
    width: 143px;
    min-height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 31px #0000000D;
    border: 1px solid #F7F7F7;
    border-radius: 15px;
    opacity: 1;
    text-align: center;
    padding-bottom: 20px;
}

.box_pos_dett_ev IMG {
    margin-top: 20px;
}

.box_scheda_dett_ev {
    padding: 0px 0px 0px 165px;
}

.dett_ev_txt {
    padding-bottom: 25px;
    line-height: 20px;
}

.box_tag_dett_ev {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 31px #0000000D;
    border: 1px solid #F7F7F7;
    border-radius: 15px;
    opacity: 1;
    text-align: center;
    padding: 5px 20px;
    display: table;

}

.ev_info_container button {
    background-color: #11788A !important;
    width: auto !important;
    height: auto !important;
    border: none;
    font-size: 75%;
    color: #F7F7F7;
    padding: 4px 5px;
    box-shadow: 1px 2px #ccc;
    border: 1px solid #11788A;
    background-image: linear-gradient(#11788A 30%, #0f6675 60%);
    border-radius: 5px;
}

.ev_info_container button:hover {
    background-image: linear-gradient(#0f6675 0%, #11788A 50%);
}

.box_top_dett_ev {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dett_ev_tag {
    display: flex;
}

.txt_target {
    padding-bottom: 10px;
    float: left;
    padding-right: 10px;
}

.dett_ev_tag SPAN {
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    margin: 1px;
}

.tag_target SPAN {
    background-color: #0C1748;
}

.tag_tema SPAN {
    background-color: #11788A;
}

.tag_tipo SPAN {
    background-color: #AEAF5B;
}

.tag_crediti SPAN {
    background-color: #FF810C;
}

.box_scheda_dett_ev h2 {
    text-align: left;
}

.tag_target {

    margin-right: 10px;
    padding-right: 10px;
}

.tag_tema {

    margin-right: 10px;
    padding-right: 10px;
}

.tag_tipo {

    margin-right: 10px;
    padding-right: 10px;
}

.tag_crediti {
    margin-right: 10px;
}

.dett_ev_img_container {
    /* width: 300px; */
    height: 100px;
    display: block;
}

.dett_ev_img_container img {
    width: 100%;
    min-width: 100%;
    height: 0;
    min-height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    padding: 10px;
    max-width: 300px;
}

.ev_info_container {
    display: flex;
    flex-direction: column;
}

.ev_info_titolo {
    font-weight: bold;
    color: #0C1748;
    margin-bottom: 10px;
}

.ev_info_text {
    color: #0C1748;
    margin-bottom: 10px;
}

.bg_img-box_evento {
    position: absolute;
    /*top: 0px;*/
    right: 0%;
    background-image: url(./../../img/icons/Intersection1.png);
    opacity: 1;
    background-repeat: no-repeat;
    background-position-x: right;
    height: 130px;
    width: 130px;
    text-align: right;
    color: #11788A;
    font-size: 0.8em;
    font-weight: bold;
}

.bg_img-box_evento_txt {
    width: 50%;
    text-align: center;
    margin-left: 50%;
    padding-top: 12px;
}

.ev_titolo {
    font-size: 20px;
    margin-bottom: 20px;
    color: #213B5C;
    font-weight: bold;
}


.event-prenotato-btn {
    padding: 10px 20px;
    border: 1px solid #008000;
    border-radius: 15px;
    color: #008000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
}

.event-prenota-btn {
    padding: 10px 20px;
    border: 0px;
    border-radius: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background-image: linear-gradient(176deg, #28a745, #156327);
    font-size: 1.2em;
}

.event-prenota-btn a {
    color: #ffffff;
}

.position_btn_prenota {
    display: flex;
    justify-content: flex-end;
}

.box_evento_sala,
.box_evento_pad,
.box_evento_zona {
    display: none;
}

.eve_icon_container i {
    width: 20px;
    text-align: center;
}

.eve_listino_container {
    border: 1px solid #efefef;
    border-radius: 15px;
    padding: 15px;
}

i.eve-listino-info {
    cursor: pointer;
}

.modal-listino-info {
    line-height: 1.4em !important;
}