.contrib-description {
display:none;
}
/*
    Use this stylesheet to modify the layout of your
    conference.
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:1050|Poppins:600,900&display=swap');


/* ----------- Styles for the conference header ----------- */

/*
    The wrapper of the whole conference page.
*/

:root{
/*    --color1: #B3628A;*/
/*    --color2: #261E4A;*/
/*    --color3: #6B4B73;*/
/*    --color3: #DB9E67;*/
/*    --color2: #BF692E;*/
/*    --color1: #597E8F;*/
/*    --color3: #DB9E67;*/
/*    --color3: #CA7D51;*/

    --colorVerdeScuro: #0847a6;
    --color3: #6B4B73;
    --color2: #261E4A;
/*    --color1: #B3628A;*/
    --color1: #0847a6;
}

.conf {
    width: 100%;
    border: none;
    margin: auto;
}


h1 {
    font-size: 3.0rem; /* Adjust this value to increase/decrease paragraph font size */
    color: var(--color3);
}

/*title {*/
/*    font-size: 2.5rem; /* Adjust this value to increase/decrease paragraph font size */*/
/*    color: var(--color3);*/
/*}*/

h2 {
    font-size: 2.5rem; /* Adjust this value to increase/decrease paragraph font size */
    color: var(--color3);
}

.conference-page header h2 {
    font-size: 2.5rem; /* Adjust this value to increase/decrease paragraph font size */
    color: var(--color3);
}

h3 {
    font-size: 2.0rem; /* Adjust this value to increase/decrease paragraph font size */
    color: var(--color3);
}

p {
    font-size: 1.2rem; /* Adjust this value to increase/decrease paragraph font size */
}

li {
    font-size: 1.5rem; /* Adjust this value to increase/decrease paragraph font size */
}

/*
    Wraps around the upper part of the conference he
    ader.
*/
.confTitleBox {
    background: var(--color1);
    color: white;
    min-height: 400px;
    border-top: 1px solid var(--color2);
    border-bottom: 1px solid var(--color2);
    background-color: var(--color1);
    background-image: url(https://indico.cern.ch/event/1399335/images/46445-csm_Hotel_Hermitage-Elba-Italien-20141022052018_8e45fe2042_ruotata_tagliata.jpg);
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-attachment: scroll;
/*    background-size: contain;*/
/*    background-size: auto;*/
    background-size: cover;
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
/*    width: 1440px;*/
    width: auto;
    margin: 30px;
}

/* Ensure the parent container is positioned relative */
.confTitleBox {
    position: relative; /* This will serve as the reference for the title positioning */
}

/* Position the title at the top left */
.confTitle h1 {
    position: absolute;
    top: 10px;    /* Adjust the top value as needed */
    left: 10px;   /* Adjust the left value as needed */
    color: #ffffff;  /* Ensure the text is visible over the image (e.g., white text) */
    background-color: rgba(0, 0, 0, 0.0); /* Optional: Semi-transparent background for better readability */
    padding: 5px; /* Optional: Some padding around the text */
/*    z-index: 1;  /* Make sure it appears on top of the image */*/
}


/*
    The box containing the logo. By the default the logo is placed
    on the left of the conference title.
*/
.confLogoBox {
    float: left;
    padding-right: 10px;
}

/*
    The style for the title text.
*/
.conference-title-link {
    margin-top: 0px;
    display: block;
/*
    padding: 32px 0;
*/
    padding: 0px 0;
    color: white;
    font-family: "Oswald" !important;
    font-weight: 700;
    color: var(--color2);
    font-size: 4rem;
}

    .conference-title-link span {
        background-color: rgba(255,255, 255, 0.8);
        padding: -30px 24px;
        padding-bottom: 6px;
    }

/*
        .conference-title-link span::after {
            content: " \007C  PISA";
            background: -webkit-linear-gradient(left,var(--color1),var(--color1), var(--color1)); 
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
*/

/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    background: var(--color1);
    border-bottom: 1px solid var(--color2);
    border-top: none;
    padding: 0.7rem 0;
    background-image: linear-gradient(to right, var(--color3), var(--color3));
    box-shadow: inset 0px 2px 4px var(--color2);
}

/*
    The content of the lower part of the header. Is by default
    centered and has a fixed width.
*/
.confSubTitleContent {
    width: 800px;
    margin: 0 auto;
    font-size: 11pt;
    color: white;
    font-family: "Poppins" !important;
}

/*
    Style for links in the lower part of the header
*/
.confSubTitle a {
    font-size: 11pt;
}

/*
    Styles for the date and place information.
*/
.datePlace {
    font-size: 12pt;
}


/*
    Announcement styles
*/
.simpleTextAnnouncement {
    background: #F5FAFF url(/images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
    border-top: 1px solid #c2d6e7;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #0f283d;
    padding: 12px 0;
}


/* ----------- Styles for the main content ----------- */

/*
    The wrapper around the menu and the page content.
    By default centered with a fix width.
*/
#confSectionsBox {
    width: auto;
/*    width: 1440px;*/
    margin: 30px;
    margin-top: 30px;
}



/* ----------- Styles for the menu ----------- */


/* Styles for all menu Items */

/*
    Wrapper around the menu
*/
.conf_leftMenu {
    float: left;
    width: 300px;
    font-family: Poppins;
    font-variant: small-caps;
    font-size: 1.5rem;
}

/*
    Styles for the menu box
*/
#outer {
    border: 1.5px solid var(--color3);
    background: white;
}

    /*
    The menu item
*/
    #outer li a {
        font-family: inherit;
        font-size: initial;
    }

        /*
    The menu item when doing mouseover
*/
        #outer li a:hover {
            color: var(--color1);
            background-color: white;
        }

        #outer li a:not(.no-link):hover {
            background: white;
        }

/*
    A non selected menu item
*/

.inner li a {
    font-family: Poppins;
    font-size: 1.3rem !important;
}

.menuConfTitle {
    text-align: left;
}

    .menuConfTitle a {
        color: var(--color3);
        padding: 7.5px 18px;
        background-color: white;
        font-size: 1.8rem !important;
    }

    /*
    A selected menu item
*/

    .menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
        color: white;
        font-weight: 600;
        background-color: var(--color3);
    }

        .menuConfTitle.selected > a:hover, .menuConfMiddleCell.selected > a:hover {
            background-color: var(--color3) !important;
        }

.menuConfSelected {
    border: none;
}

/*
    sub menu item
*/
li ul.inner li a {
    padding: 4.5px 18px 4.5px 45px;
}


/*
    Support box
*/

.support_box {
    background: #f6f6f6;
    border: 1.5px solid var(--color3);
}

    .support_box > h3 {
        font-family: Poppins;
        font-weight: 700;
        padding-left: 12px;
        color: white;
        color: var(--color3);
        background: var(--color3);
    }

    .support_box > ul > li > a {
        text-transform: uppercase;
        margin-left: 18px;
        font-size: 1.2rem;
        vertical-align: baseline;
    }

    .support_box > ul > li .icon {
        color: var(--color3);
        font-size: 1em;
        vertical-align: baseline;
        position: relative;
        top: 3px;
    }

    .support_box > ul > li {
        vertical-align: baseline;
    }


div.datePlace > div.timezone {
    color: #ffffff !important; /* Change to your desired color (e.g., red) */
}
/* ----------- Styles for the page content ----------- */

/*
    Wrapper around the content
*/
.confBodyBox {
    margin-left: 330px;
}

.conferenceDetails .description {
    font-family: Poppins;
    font-size: 1.5rem;
    text-align: justify;
}


    .conferenceDetails .description h1 {
        font-family: Poppins;
        font-size: 2.2rem;
        text-align: center;
    }

    .cfa-announcement {
        text-align:justify;
    }
    

h2 {
    text-align: center;
/*    color: orange;*/
    color: var(--color3);
    font-size: 40px;
}

.conference-page .title-with-actions h2 {
/*    color: orange;*/
    color: var(--color3);
    font-size: 40px !important; /* Adjust the size and make it a priority */
}


h3.special-title {
  color: var(--color3) !important;
}

h3 {
  color: var(--color3) !important;
}

#specific-section h3 {
  color: var(--color3)  !important;;
}

ul li {
  line-height: 1.1; /* Aumenta il valore per maggiore spazio */
}


/*table tr td {*/
/*  color: var(--color3);*/
/*}*/

table tr td p {
  color: black;
}

a {
  color: var(--color3);
}

a:visited {
  color: var(--color3);
}

a:hover {
  color: var(--colorVerdeScuro);
}

a:active {
  color: var(--colorVerdeScuro);
}

.support_box h3 {
    color: white;
}



/* ----------- Reduce size in timetable ----------- */
.timetable-item {
    font-size: 14px;
}

.timetable-container {
    max-width: 800px; /* Change from 800px to 100% or a larger value */
    width: 90%; /* Optionally set the width relative to the screen */
}

.day-title {
    font-size: 22px !important;
}

.support_box > h3 {
  color: white !important;
  background: var(--color3);
}