<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* EX TEMA_UNITO_CAMPUSNET.CSS */
@import url("stylesheet_min.css");
@import url("tema_unito_campusnet.css");

/* @@AC Overrides tema unito bootstrap */

        html, body {
            font-size: 100%;
            font-family: 'Titillium Web','Helvetica Neue',Helvetica,Arial,sans-serif;

        }

        h1 {
            font-size: 2rem;
            line-height: 1;
            color: #2b60bc; /* TEMATISMO main (es. sfondo menu)*/
        }

p,
label,
.btn {
    font-size: 1rem;
}

/* Calendar */
table.calcal {
    width: 100% !important;
}

table.calcal td {
    border: 1px solid #ccc;
}

table.calcal td b {
    display: inline-block;
    background: #ccc;
}
#timepicker a,
table.calcal td a:link ,
table.calcal td a:active ,
table.calcal td a:visited,
table.calcal td a:hover,
table.calcal td a:focus,
#lblToday a {
    color: #000 !important;
}


    /* TODO AccessibilitÃ&nbsp; dei testi, da verificare con Enrico */

p + p {
margin-top: 2rem; /* lo spazioi tra i paragrafi deve essere almeno 2 volte la dimensione del carattere */
}

p + ul,p + ol {
    margin-top: 1rem;
}


            #contentColumn article h2, #contentColumn article h3, #contentColumn article h4, #contentColumn article h5, #contentColumn article h6,
            #contentColumn article li,
            #contentColumn article td,
            #contentColumn article th,
            #contentColumn article dt, #contentColumn article dd,
            #contentColumn article div,
            #contentColumn article ,
            .accessibleText {
                word-spacing: .16rem;
                letter-spacing: .12rem;
                text-align: left !important; /* per sovrascrivere editor */
            }

            /*#contentColumn article div {
                margin: 0 0 2rem 0;
            }*/

                /* Negazioni per gli accordion */
/*                #contentColumn article div.card-header h3 {
                    word-spacing: normal;
                    letter-spacing: normal

                }*/


                #contentColumn article div.accordion,
                #contentColumn article div.card,
                #contentColumn article div.card-header,
                #contentColumn article div.card-body {
                    margin: 0;
                }

a:hover, a:visited, a.text-primary:hover {
    /*color:#2b60bc  #d61524 *//* TEMATISMO main (es. colore freccia search ) AGGIUNTO NEL TEMA*/
    text-decoration: underline;
}



legend {
    font-size: 1.5rem;
    padding: 0 1rem;
    margin-bottom: -1rem;
}

.breadcrumb {
    padding: 10px 0;
        padding-bottom: 10px;
    background-color: inherit;
    margin-bottom: 0;
}

#contentColumn a, #contentColumn a:visited,
.breadcrumb a{
    /*color: #2b60bc!important; commentato Oscar fine -- commento -&gt; @@AC TEMATISMO main (es. sfondo menu)*/
}
.breadcrumb span {font-size:17.6px;}

#contentColumn .page-link,
#contentColumn .page-link:hover,
#contentColumn .page-link:active,
#contentColumn .page-link:visited,
#contentColumn #pageToolbar a,
 #pageToolbar a:hover,
 #pageToolbar a:active,
 #pageToolbar a:visited{
    color: #2b60bc;/* TEMATISMO main (es. sfondo menu)*/
    background: #fff !important;
    opacity: 1;
}

#contentColumn .page-item.active .page-link {
    color: #fff !important;
    background: #2b60bc !important; /* TEMATISMO main (es. sfondo menu)*/
}

ul li i.material-icons,
ul.ul-list li:before,
ul.ul-list li li:before{
    color: #2b60bc;/* TEMATISMO main (es. sfondo menu)*/
    content: "";
    margin-right: 0;
}

ul.ul-list li,
ul.ul-list li li {
    list-style: square;
}

.badge-default,
.btn-primary ,
.btn-primary:hover,
.colorized .card-header,
.nav-pills .nav-link.active, .show&gt;.nav-pills .nav-link, .list-group-item.active
{
    background: #2b60bc !important; /* TEMATISMO main (es. sfondo menu)*/
}

.form-control:focus {
    border-color: #2b60bc !important; /* TEMATISMO main (es. sfondo menu)*/
}

.btn {
    padding: .5rem 1.5rem;
    margin: .5rem 0;
}

.btn:hover {
    border: 1px solid #dedede;
}
.btn:active {
    background: #2b60bc!important;  /* TEMATISMO main (es. sfondo menu)*/
}
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}

fieldset {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.form-group {
    margin: 1rem 0;
    padding-left: 1rem;
}

input[type=radio], input[type="checkbox"] {
     opacity: 0; 
     position: relative; 
     left: 22px; 
     top: -10px; 
}

    .disable-bootstrap input[type=radio], .disable-bootstrap input[type="checkbox"]  {
        opacity: 1;
        position: relative;
        left: 0;
        top: -3px;
    }

    #destinatari_list input[type="checkbox"]{
        position:static;
        opacity: 1;
    }


table.table.table-striped.table-bordered input[type=radio], table.table.table-striped.table-bordered input[type="checkbox"] {
    opacity: 0;
    position: relative;
    left: 11px;
    top: -4px;
}

select.form-control,
select.responsive,
textarea,
.mce-tinymce.mce-container.mce-panel{
	max-width: 700px!important;
}


input[type="text"].responsive {
    max-width: 700px;
    width: 100%;
}

input[type=checkbox] + label:before {
    content: "\E835";
    color: #2b60bc; /* TEMATISMO */
    font-size: 1.5rem;
    position: relative;
    top: 7px;
    left: -6px;
}

input[type=checkbox]:checked + label:before {
    content: "\E834";
    /*color: #d61524;*/
    color: #2b60bc; /* TEMATISMO */
    font-size: 1.5rem;
    /*letter-spacing: .75rem;*/
}

    .disable-bootstrap input[type=checkbox] + label:before {
        display: none;
    }



input[type=radio] + label:before {
    font-family: 'Material Icons', sans-serif;
    display: inline-block;
}

input[type=radio] + label:before {
    content: "\E836";
    color: #2b71af;
    font-size: 1.5rem;
    letter-spacing: .75rem;
    position: relative;
    top: 7px;
    left: -6px;
}

input[type=radio]:checked + label:before {
    content: "\E837";
    font-size: 1.5rem;
    letter-spacing: .75rem;
    color: #d61524;
}

input[type="radio"]:focus + label::before,
input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto .3125rem;
}

table input[type=checkbox] + label:before {
    top: 2px;
    left:-4px;}

th label, td label {
    font-size: 17.6px;
    font-weight: 500;
    position: relative;
    top: -2px;
}

table input[type=checkbox] + label:before, table input[type=checkbox]:checked + label:before {
    font-size: 1rem;
}

#edit_properties_container_body input[type='checkbox'] {
    opacity: 1 !important;
    position: static !important;
}

select[multiple] option, select[multiple] optgroup {
    max-width: 59rem;
    overflow: hidden;
}


.nav-tabs, .nav-pills {
    font-size: 1rem;
}

.pagination {
    font-size: inherit;
}

.pagination li {
    list-style-type: none;
}

.icons-homepage-container-inner{position: relative;}
.icons-homepage-container-inner .menuConfig {
    position: absolute;
    padding: 0.4rem;
}


            @media (min-width: 768px) {

                .navbar .navbar-nav
                {
                    width: 100%;
                    background: #2b60bc; /* TEMATISMO main (es. sfondo menu)*/

                }


                .navbar .nav-item {
                    width: auto;
                }
            }



.table thead th {
    vertical-align: top;
    white-space: nowrap;
}

.form-label,
.form-field {
    margin: 1rem 0;
}

[id^='criteria'] &gt; * {
    width: 9rem; display: inline-block;
}

/* Responsive video */
            video {
                width: 100%    !important;
                height: auto   !important;
            }

            #contentColumn article div.youtube-wrapper {
                position: relative;
                padding-bottom: 26.25%;
                overflow: hidden;
                width: 100%;
                max-width: 33.9rem;
                height: 19.6875rem;
                margin: 1rem auto; /* Metto i video sempre centrati rispetto alla pagina... */
            }
            .youtube-wrapper iframe,
            .youtube-wrapper object,
            .youtube-wrapper embed {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 19.6875rem;
            }




/* @@AC override campusnet sky menu */
@media screen and (max-width: 1023px) {
    #leftColumn, #rightColumn {
        display: block !important;
    }

    a:active {
        background-color: #fff;
    }


}

/* REGOLE PER GESTIRE MATERIAL ICONS */
/* Rules for sizing the icon. */
        .material-icons.x1 { font-size: 1rem; }
        .material-icons.x15 { font-size: 1.5rem; }
        .material-icons.x2 { font-size: 2rem; }
        .material-icons.x3 {font-size: 3rem;}

        /* Rules for using icons as black on a light background. */
        .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
        .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

        /* Rules for using icons as white on a dark background. */
        .material-icons.md-light { color: rgba(255, 255, 255, 1); }
        .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/* SKIP LINKS */
        [href="#mainContent"] {
            position: absolute;
            top:0;
            right: 100%;
        }

        [href="#mainContent"]:focus {
            right: auto;
            display: block;
            width: 100%;
            height: 3rem;
            line-height: 3rem;
            z-index: 1500;
            background-color: #f7f10e;
            color: #2b60bc;
            text-decoration: underline;
            text-align: center;
            font-weight: bold;
            font-size: 120%;
        }

/* SEARCH E MENU MOBILE */

/* Regole comuni */


.search-mobile-toggle,
.menu-mobile-toggle {
    /* position: relative; */
    /* top: .3rem; */
    z-index:  1500;
    /* border: 1px solid blue; */
    /*padding: .3rem;*/
}

.searchbox &gt; div{
    display: flex;
    justify-content: flex-end;
}

.search-mobile-toggle a:active,
.menu-mobile-toggle a:active {
    background: none !important;
}
.search-mobile-toggle a i.material-icons,
.menu-mobile-toggle a i.material-icons {
    color: #2b60bc; /* TEMATISMO */
    position: static;
}

.container-search-mobile,
.container-menu-mobile {
    position:relative;
    /*z-index: 600;*/
    padding: 0 !important;
}


/* SEARCH MOBILE */
/* Non Ã¨ necessario inserire in una media query perchÃ© reso visibile dal una classe di bootstrap */
.container-search-mobile {
    margin-top: -0.29rem;
    /*min-height:  6rem;*/
}

header .container-search-mobile .searchbox {
     width: 100%;
     background: #3c598d;
     padding: 0.5rem;
 }

 .container-search-mobile .gsearch-box {
     width: 100%;
     border: none;
 }


     /* MENU MOBILE */
/* Non Ã¨ necessario inserire in una media query perchÃ© reso visibile dal una classe di bootstrap */
        .container-menu-mobile {
            /*margin-top: -6rem;*/
        }


        .menu-mobile p {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0;
        }

        .menu-mobile ul {
            padding: 0;
            margin: 0;
            background: #3c598d;
        }

        .menu-mobile li {
            list-style-type: none;


        }

        .menu-mobile a {
            color:#fff;
            display: inline-block;
            width: 97.7%;
            padding: .5rem 1rem;
            position: relative;
            z-index: 500;
        }

        .menu-mobile a:focus,
        .menu-mobile a:hover,
        .menu-mobile a:active {
            background: none;
        }

        .menu-mobile i.material-icons {
            display: inline-block;
            width: 1%;
            color: #fff;
            position: relative;
            left: -2rem;
        }

        .menu-mobile li li i.material-icons {
            color: #000;
        }

        .menu-mobile ul &gt; li {
            border-bottom: 1px solid #e9e9e9;
        }

        .menu-mobile ul &gt; li &gt; ul &gt; li {
            background: #e9e9e9;
            border-bottom: 1px solid #fff;
        }
        .menu-mobile ul &gt; li &gt; ul &gt; li a {
            color: #000;
        }


        .menu-mobile ul &gt; li &gt; ul &gt; li li {
            background: #fff;
        }

        .menu-mobile ul &gt; li &gt; ul &gt; li li a {
            color: #000;

        }

/* --SLIDER HOME */
.tns-item {
    /*height: 25rem;*/ /* proposta di altezza massima dello slider = 25 * 1rem = 400px*/
    max-height: auto;
    overflow: hidden;
}

.banner-slider-nav-wrapper {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider-controls {
    z-index: auto;
}

ul.banner-slider-nav-icons {
    text-align: center;
    width:  auto;
    /*border: 1px solid rebeccapurple;*/
    display: inline-block;
}

.banner-slider-play {
    display: inline-block;
}

/* Presentazione in home */

.pres-home--container {
    padding: .3rem;
}

.pres-home--maintitle {
    font-weight: 600;
    border-bottom: none !important;
    margin-bottom: 2rem !important;
    text-align: center;
}

.pres-home img {
    max-width: 100%;
}

@media screen and (min-width: 767px) {

    .pres-home--maintitle {
        text-align: left;
    }

        .pres-home--text {
            padding-left: 1rem;
            font-weight: 400;
        }

        .pres-home--img {
            margin: 0;
        }
    }


/* CONTENUTO TESTUALE IN HOME PAGE */
.HOMEPAGE {
    padding: .5rem 2rem
}

/* Box in home (dipartimenti) */
.box-home {
    margin-bottom: 3rem;
    padding: 0 1rem;

}

.box-home img {
    max-width: 100%;
}

.box-home--maintitle {
    font-weight: 600;
    border-bottom: none !important;
    margin-bottom: 2rem !important;
    text-align: center;
}

.box-home--item {
margin: 0 .5rem .5rem;
padding-bottom: 1rem;
    min-height: 24rem;
background: #e9e9e9;
    flex: 1 1 25%;
}

.box-home--item--title,
.box-home--item--text {
    padding: .5rem 1rem 0 1rem ;
}


.box-home--item--title {
    font-weight: 600;
}

@media screen and (min-width: 767px) {

    .box-home--maintitle {
        text-align: left;
    }

    .box-home--item:first-child {
        margin-left: 0;
    }

    .box-home--item:last-child {
        margin-right: 0;
    }
}



    /* IMPAGINAZIONE GENERALE */

#contentColumn {
    display: block;
}

#leftColumn, #rightColumn {
    background: #ffffff;
    /*padding: 6.625rem 3rem 0;*/
    padding: 3rem 3rem 0;
}

#leftColumn {

}
#rightColumn {
    padding: 2rem 0.5rem;
}

#leftColumnWrapper,
#rightColumnWrapper {
    display: flex;
    flex-wrap: wrap;

}

.side-menu {
    flex-grow: 1;
    flex-basis: 18.75rem;
    margin: 0 .5rem 3.25rem;
    background: #fff;
    padding: 0 0 0;
    min-height: 22.875rem;
    border:1px solid #d0d0d0;
    border-radius: 2px;
}
.banners-wrapper {
    display: flex;
    flex-basis: 18.75rem;
    background: #fff;
    padding: 2em 0;
    justify-content: space-around;
}

/*.side-menu:last-of-type{margin-bottom:1rem;}*/

.side-menu a[href='#submenu']:hover,
.side-menu a[href='#submenu']:focus,
.side-menu a[href='#submenu']:active,
.side-menu a[href='#submenu'] {
    color: #666 !important;
    text-decoration: none;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #d0d0d0;
    outline: none;
    display: block;
    cursor: text;
}

.side-menu .bottom-submenus { /* menu di secondo livello nei box */
    position: static !important;
    box-shadow: none !important;
    margin: -.3125rem 0 !important;
    opacity: 1 !important;
}

.side-menu .bottom-submenus:before {
        display: none !important;
    }

.side-menu  .bottom-submenus li a {
            font-size: 0.85rem !important;
            padding-left: 2rem !important;
            border: none !important;
        }

/* OVERRIDE base_unito.scss */



#contentColumn {
    border: none;
}
.panel {
    box-sizing: content-box;
    margin: auto;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
}

.panel-dialog .panel-body {
    background: none;
}

#contentDiv {
    overflow: hidden;
}

#pageToolbar {
    margin-top: 1.5rem;
}

.sky-side-menu li a:focus,
#pageToolbar li a:focus,
#contentColumn div.icons-homepage a:focus {
    outline: #79acfe auto 5px;
}


.simple-format h3, .avvisi-format-3 h3, .avvisi-format-4 h3, .avvisi-format-5 h3, .avvisi-format-6 h3, .bacheca-format-1 h3, .lezioni-format-3 h3, .links-format-1 h3, .links-format-3 h3, .ordinicollettivi-format-1 h3, .pubeng-format-2 h3, .registro-format-10 h3, .tesi-format-1 h3 {
    font-size: 1.3rem;
    border-bottom: none;
    color: #000;
}

.banner h2, .banner-preview h2 {
    position: absolute;
    bottom: .6rem;
    left: .5rem;
    font-size: 1.2rem !important;
    margin: 0;
    max-width: 85%;
    color: #eee;
    padding: .5rem;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
}

.appelli-format-3 ul li {
    padding: 0;
}

/*************************************************/
/*      RISULTATI MOTORE DI RICERCA GOOGLE       */
/*************************************************/
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 0 1rem 0;
}

.gsc-result-info {
    padding: .5rem 0 !important;
    color: #000 !important;
}

/* Paginazione */
.gsc-results .gsc-cursor-box {
    margin: 0 !important;
}


.gsc-cursor-page {
    position: relative !important;
    display: inline-block !important;
    margin: 0 !important;
    margin-left: -1px !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    color: #d61524 !important;
    width: 2.1rem;
    height: 2.5rem;
    text-align:  center !important;
    line-height: 1.9rem !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: #2b60bc !important;  /* TEMATISMO main (es. sfondo menu)*/
    color: #fff !important;
}

/*************************************************/
/*        FORM                                   */
/*************************************************/

.newForm fieldset {
    padding: 1rem 1rem 1rem 0;
}


.size3 {
    width: 4rem;
}
[type="number"].size3 {
    width: 5rem;
}

/*************************************************/
/*        TIPOGRAFIA                         */
/*************************************************/

.avvisi-detail ul li,
article ul li {
    list-style-type: square;
}


article table {
    margin: 1rem 0;
    width: 100% !important; /* Override larghezze date con l'editor */
    border: 1px solid #e9e9e9;

}

article table th,
article table td {
    padding: .5rem;
}

article table tr:nth-of-type(2n + 1) {
    background: #efefef;
}

/* False intestazioni... sarebbe meglio applicare i TH */

article table tr:first-of-type &gt; * {
    /* background: #2b60bc; /* TEMATISMO main (es. sfondo menu)*/
    /* color: #fff; */
}

article table tr &gt; :first-child {
    /*font-weight: 600;*/
}

/*************************************************/
/*        ELENCO DOCENTI                         */
/*************************************************/



.filtri-elenco-ricerca {
    margin: 1rem 0;
}

.filtri-elenco-ricerca label {
    padding: .5rem;
    font-weight: 600;
}

.filtri-elenco-ricerca .btn {
    margin: 0;
    padding: 0;
    border: none;
}

.contact-icons {
    text-align:center;
}

.contact-icons a {
    color:#000;
    opacity:0.5;
    margin-left:.25rem;
    margin-right:.25rem;
    outline:0;
}

.contact-icons a:hover {
    color:#000;
    opacity:0.8;
}

.card.docente {
    min-height: 30rem;

}

.card.docente p {
    font-size: 1rem;
}

/*.card.docente .switchRicevimento {
    font-size: .75rem;
}*/


.card.docente .img-docente-link {
    display: block;
    height: 20.5rem;
    min-height: 20.5rem;
    overflow: hidden;
}

.card.docente .ricevimento {
    display: none;
}


.unknown-user {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.unknown-user path:first-of-type {
    fill: #999;
}

/*************************************************/
/*        TABS                                  */
/*************************************************/

.nav-tabs .nav-item .nav-link {
    display: block !important; /*@@AC Serve perchÃƒÂ© altrimenti prototype me lo nasconde al click su altro pulsante....*/
}

article .nav-tabs li.nav-item {
    list-style-type: none;
}

/* rb 03022021 - Aggiunto per evitare che nel titolo tab compaia il marker default del browser */
li.nav-item::marker {
    color: white; 
    /* list-style-type: none;
    list-style: none; */
}

/* TAB PAGINA DOCENTE SINGOLO */
.pageBody-docenti .tab-pane {
    min-height: 20rem;
    padding: 1rem;
}

.pageBody-docenti .tab-pane h3 {
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.pageBody-docenti .tab-pane * + h3 {
    margin-top: 1rem;
}

li[data-file $= '.zip'] ~ li {
    display: none;
}


.zip-opener {
    position: relative;
    top: .3rem;
}

/* TAB PAGINA CORSO SINGOLO */
.corso--scheda ul li.nav-item {
    list-style-type: none;
}

/*************************************************/
/*        STORICO CORSI                          */
/*************************************************/

#searchList label {
display: block;
}

#listcorsi li {
    list-style: none;
}

/*************************************************/
/*        CORSI                                  */
/*************************************************/

.corso--anni ul li {
    list-style-type: none;
}

.corso--anni ul li.nav-item.current {
    font-weight: 600;
}
.corso--anni ul li.current:after {
    display: none;
}

.corso--menu {
    border-top: 1px solid #ccc;
    list-style: square;
}

    .corso--scheda li,
    .corso--menu li {
        list-style-type: square;
    }

    li[data-file] {
        list-style-type: none !important;
    }


/*************************************************/
/*        AVVISI                                  */
/*************************************************/

.db-home.pg-Home .accordion h2 {
    font-size: 1.5rem;
    margin: 0 0 0;
    font-weight: 600;
    border: none;
}

.HOME-AVVISI_DC section.listadb--avvisi {
    padding: 0;
}

.HOME-AVVISI_DC section.listadb--avvisi ul {
    padding: 1rem;
}

.database-home .avvisi-format-8 h2,
.database-home .bandi-format-1 h2 {
    margin-left: 0;
    margin-right: 0;
}

.avvisi-format-8 .card-body,
.bandi-format-1 .card-body{max-height: 25rem; overflow-y: auto;}

.AVVISI-FORMAT-8 {
    padding-bottom: 1rem;
}

/*************************************************/
/*        APPELLI                                */
/*************************************************/

.search-calendar-footer label {
    width: 15% !important;
    text-align: center;
}

/*************************************************/
/*        APPUNTAMENTI                           */
/*************************************************/
td[headers="azioni"] {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
}


/*************************************************/
/*        DOVE SIAMO                             */
/*************************************************/

.card-body iframe {width: 100% !important}


/*************************************************/
/*        REGISTRO                               */
/*************************************************/
input[type=checkbox] + label.toggle:before {
    display: none;
}

/*************************************************/
/*        MAPPA DEL SITO                         */
/*************************************************/

.site-map li {
    list-style-type: square;
}

/*************************************************/
/*        STUDENTI                                  */
/*************************************************/

section.db-studenti li {
    list-style-type: square;
}
/*************************************************/
/*        AULE                                   */
/*************************************************/

.db-aule.pg-BrowseKeywords ul li.form-check {
    list-style-type: square;
    display: list-item;
}


.db-aule.pg-Show dt {
    padding-left: 0;
    width: 33%;
    float: left;
}

.db-aule.pg-Show dd {
    padding-left: 0;
    width: 66%;
}

.db-aule.pg-Show ul {
    /* margin-top: 1rem; */ /* rb disabilitato perchÃ© non mostrava tendine admin in aule 11082022 */
    clear: both;
    /* overflow: hidden; */ /* rb disabilitato perchÃ© non mostrava tendine admin in aule 11082022 */
    width: 100%;
}

/*************************************************/
/*        STRUTTURE                                   */
/*************************************************/

.strutture-format-default h3 {
    font-weight: 600;
}


.aule-format-default ul li,
.strutture-format-default ul li,
.aule-accordion-body ul li {
    list-style-type: square;
}

.db-strutture.pg-Show h1 {

}

.struttura-foto {

    text-align: center;
    padding: 0 1rem;
}


@media screen and (min-width: 767px ) {
    .struttura-foto {
        float: right;
        width: 33.3333%;
        text-align: center;
        padding: 0 1rem;
    }
}

.db-strutture.pg-Show dt {
    padding-left: 0;
    width: 33%;
    float: left;
}
.db-strutture.pg-Show dd {
    padding-left: 0;
    width: 66%;
}

/*************************************************/
/*        Public engagement                      */
/*************************************************/

.toggle-all-boxes {
    cursor: pointer;
}

/*************************************************/
/*        TESI                                   */
/*************************************************/

.dettagli-elenco {
    padding: 0;
}

/*************************************************/
/*        CONTENUTI CORRELATI                    */
/*************************************************/

.context-menu-wrapper {
    clear: none;
    border: none;
    margin: 0;
}

.context-menu-wrapper h3,
.context-menu h3  {
    background-color: #2b60bc!important;  /* TEMATISMO main (es. sfondo menu)*/
    color: #fff;
    padding: 1rem;
}

.context-menu-wrapper .list-group-flush .list-group-item:first-child,
.context-menu .list-group-flush .list-group-item:first-child {
    border-top: none;
}





/*************************************************/
/*        PAGINE A DUE COLONNE                   */
/*************************************************/

.twoColumns #leftColumn {
    padding: 0;
    background: none;
}
.twoColumns #leftColumn .side-menu {
    border: none;
    margin-top: 1.4rem;
}
.twoColumns #leftColumn .side-menu h2 {
    padding: .5rem 1.5rem;
    margin-bottom: 0;
}
/* Briciole di pane */
.twoColumns #contentPath {
    /* padding-left: 0; */
}

.twoColumns #leftColumn .user-side-menu,
.twoColumns #leftColumn .side-menu {
    min-height: auto;
    margin: .5rem .5rem 1rem;
}

.twoColumns #leftColumn .user-side-menu h2 {
    color: #fff;
    font-size: 1.3rem;
    padding: .5rem 1.5rem;
    font-weight: 600;
    color: #000;
}

.twoColumns #leftColumn .side-menu a:focus {
    outline: .5rem auto rgb(77, 144, 254);
}

/*************************************************/
/*        ACCORDION                              */
/*************************************************/

.accordion {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.HOME-AVVISI_DC .accordion,
.HOME-BANDI .accordion{
    margin: 0;
}

.card-header {
    padding: 0;
}

.card-header .fake-button &gt; * {
    float: left;
}

    .card-header .fake-button i {
        display: inline-block;
        vertical-align: middle;
        width: 4%;
        text-align: center;
        padding: /*.3rem*/ 0;
        cursor: pointer;
    }

    .card-header .fake-button h3 {
        margin: 0;
        display: inline-block;
        width: 95.5%;
        background: none;
        border: none;
    }

        .card-header button {
            background: none;
            border: none;
            padding: .5rem;
            width: 100%;
            text-align: left;
            margin: 0;
            overflow: visible;
            cursor: pointer;
        }


    /* Animazione freccina laterale */
    .card-header .fake-button i.expanded-false  {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
    }

.card-header .fake-button i.expanded-true  {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.accordion .card:first-of-type:last-of-type {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0 0 3px 3px;
}

/*************************************************/
/*         Menu amministrazione (Oscar)          */
/*************************************************/
/*@@AC portato qui queste regole scritte da Oscar */

input[type=radio] + label:before{top:.4rem;}



.dropdown-menu .nav-item.dropdown{width:initial;text-align:initial;}


.sky-mega-menu li &gt; div {
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.3);
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.sky-mega-menu li li:hover &gt; div {
    -webkit-transform: translate(0, 0);
}
.sky-mega-menu li i.material-icons {
    color: #fff;padding-left: .375rem; top: .375rem;
}
.sky-mega-menu li:hover i.material-icons {
    color: #d61524;
}

.sky-mega-menu {
    background: initial;
    background: inherit;
}


.sky-top-menu li.menu-open &gt; a {
    background: var(--sky-top-menu-hover-background-color);
    color: #000;
}

.sky-top-menu li.menu-open &gt; div {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0);
}

.sky-top-menu &gt; li.menu-open &gt; div {
    left: 0;
}

.sky-top-menu li li.menu-open &gt; div {
    left: 100%;
}

.sky-top-menu li.right.menu-open &gt; div {
    right: 0;
    left: auto;
}


#pageWrapper {
    margin: 0 auto;
    padding: 0;
    border: none;
    max-width: 83.75rem;

}

.searchbox .input-group .input-group-addon {padding: 0 1.55rem;}
.navbar .nav-item .nav-link {padding: .6875rem 0;}



.socialSearchBox {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.cercaM{display:none;}



/*******************************/
/*     avvisi eventi bandi     */
/*******************************/


/*******************************/
/*         General             */
/*******************************/
body {
    background:#E9E9E9!important;
    border: none;
}

.row{
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 0;
}
.contenitore-pagina{
    margin-top: 10.75rem;
}

#poweredBy {
    border: none;
    margin: 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 1rem 0;
}

.dropdown-menu {
    width: auto;
}


/*******************************/
/*         Dashboard           */
/*******************************/

#dashboard .grid-cell:nth-child(1) .grid-content &gt; a,
#dashboard .grid-cell:nth-child(2) .grid-content &gt; a,
#dashboard .grid-cell:nth-child(3) .grid-content &gt; a,
#dashboard .grid-cell:nth-child(4) .grid-content &gt; a,
#dashboard .grid-cell:nth-child(5) .grid-content &gt; a,
#dashboard .grid-cell:nth-child(6) .grid-content &gt; a {
    background: #2b60bc !important;  /* TEMATISMO main (es. sfondo menu)*/
}

#dashboard .grid-content &gt; a &gt; i {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}


/*******************************/
/********* SCROLL TO TOP *******/
/*******************************/
#scrollToTop a {
    background: none;
    border: 1px solid #fff;
    padding: 0;
    font-size: 1.5rem;
    height: 2rem;
    width: 2rem;
    color: #999;
    opacity: .5;
}

/*******************************/
/*          Header             */
/*******************************/

header {
    height: initial !important;
    /* height: 10.6875rem; */
}

        /*******************************/
        /*          header-head        */
        /*******************************/
        header .header-head {
            width: 100%;
            background: white;
            height: 3.1875rem;
        }
        header .header-head .rigthside {
            padding: 0 0 0 0;
        }
        header .header-head .leftside{
            padding: 0 0 0 2rem;
        }
        header .header-head img{
            height: 100%;
        }
        header .header-head .listaprimalinea{
            display: inline-block;
            margin-bottom: -.625rem;
            padding: 0 0 0 0;
            float: right;
            width: auto;
            position: absolute;
            top: 0;
            right: 0;
        }

        header .header-head .listaprimalinea li{
            float: left;
            font-size: 1.1rem;

        }
        header .header-head .listaprimalinea li a {
            color: #000 !important;
        }
        header .header-head #login{
            margin-right: 0;
            text-align: center;

        }
            header .header-head .listaprimalinea li#login a{
                background:#2b60bc;  /* TEMATISMO main (es. sfondo menu)*/
                color: #fff !important;
                width: 6rem;
                padding-top: .75rem;
                padding-bottom: .75rem;
                display: block;
            }

                header .header-head .listaprimalinea li#login a i.material-icons {
                    color: #fff !important;
                }

            header .header-head #english_version,
            header .header-head #italian_version
            {
                margin-right: 2rem;    /* mod rb 14032023 org margin-right: 5rem; */
                text-align: center;
                padding-top: .75rem;
                padding-bottom: .75rem;
                color: #000;
            }
            header .header-head #myunito{
                margin-right: 3.5rem;   /* mod rb - org 4.5rem; */
                text-align: center;
                padding-top: .75rem;
                padding-bottom: .75rem;
                color: #000;
            }
            
            /* add rb 14032023 */
            header .header-head #logounita{   
                margin-right: 1.5rem;
                text-align: center;
                padding-top: .75rem;
                padding-bottom: .75rem;
                color: #000;
            }
            
            #logounita img{
                width: 2.5rem;
            } 



        /*******************************/
        /*        header-body        */
        /*******************************/
        header .header-body{
             background: #ffffff;
             height: 9.125rem;
			 border-top:1px solid #E9E9E9;
         }

        /*header .header-body .logo-istanza,
        header .header-body .nome-istanza,
        header .header-body .socialSearchBox {
            margin: 0.4rem 0 0;
        }*/


        header .header-body .containers{
            padding: 0 0 0 0;
        }

        /* NON NECESSARIA @@OSCAR */
        /*header .header-body .logofacolta {
            width: auto;
            height: auto;
            padding: 0 0 0 0;
            max-width: 100%;
            width: 100%;
        }*/

        header .header-body .col-2.col-sm-2.secondalineapadding {display: flex;justify-content: center;align-items: center;} /* aggiunto Oscar */

        /*header .secondalineapadding{
            padding: 0 0 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }*/

        header .logoIstanzaNew, header .logoUnitoNew  {
            padding: 0 0 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        div#logoIstanzaNew, div#logoUnitoNew {  /* rb add div#logoUnitoNew 02/2022 */
            height: 100%;
            width: 100%;
        }

        #logoIstanzaNew a img {max-width: 100%}
        #logoUnitoNew a img {max-width: 100%}  /* rb add 02/2022; 120% = 92x137 */

        header .header-body .titolofacolta{
            padding: 0 0 0 0;
            margin-top: 0;
          /*  margin-left:-70px;*/
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            height: 100%;
        }
        header .header-body .titolofacolta h1{
            margin-top:0;
        }

        header .header-body .titolofacolta h1{
            color: #000;
            font-size: 2rem;
            /*margin-bottom: .5rem;*/
            font-weight: bold;
            width:100%;
        }
        header .header-body .titolofacolta p {
            font-size: 1.2rem;
            margin-top: 0;
            font-weight: bold;
            color: #000;
            width:100%;
        }
        header .header-body .titolofacolta h1 a,
        header .header-body .titolofacolta p a {
            color: #000 !important;
        }

        header .header-body .titolofacolta p a {
            display: inline-block;
            line-height: 1;
        }



        header .header-body .titolofacolta h1 a:hover,
        header .header-body .titolofacolta h1 a:focus,
        header .header-body .titolofacolta h1 a:active,
        header .header-body .titolofacolta p a:hover,
        header .header-body .titolofacolta p a:active,
        header .header-body .titolofacolta p a:focus {
            text-decoration: underline;
            background: none !important;
        }


        .istanza-dipartimento .titolofacolta &gt; p {
            display: none;
        }

        header .header-body .socialsecondariga{
            /*float: right;*/
            float: none;
            margin-top: 0;
            margin-right: 0;
            margin-bottom: 0;
            width: auto;
            padding: 0 0 0 0;
            display: flex;
            /*height: 50%;*/
            align-items: center;
            justify-content: flex-end;
            width: 100%;
        }
        header .header-body .socialsecondariga p{
            padding-top: .3125rem;
            margin-right: 1rem;
        }

        header .header-body .socialsecondariga ul {
            margin: 0;
            padding: 0 0;
        }

        header .header-body .socialsecondariga li {
            display: inline-block;
        }

        header .header-body .socialsecondariga li a {
            display: block;
            text-indent: -9999px;
            background: center no-repeat;
            width: 2.1875rem;
            height: 2.1875rem;
            margin-right: .4375rem;
            border: none;
        }

        /*.icon-fw {
            text-align: center;
            vertical-align: middle;
        }*/

        header .header-body .socialsecondariga .facebooklink{
            background-image:url("../themes/campusnet2018/asset/img/facebook.svg");
        }
        header .header-body .socialsecondariga .twitterlink{
            background-image:url("../themes/campusnet2018/asset/img/twitter.svg");
        }
        header .header-body .socialsecondariga .instagramlink{
            background-image:url("../themes/campusnet2018/asset/img/instagram.svg");
        }
        header .header-body .socialsecondariga .linkedinlink{
            background-image:url("../themes/campusnet2018/asset/img/linkedin.svg");
        }
        header .header-body .socialsecondariga .youtubelink{
            background-image:url("../themes/campusnet2018/asset/img/youtube.svg");
        }
        header .header-body .socialsecondariga .discordlink{
            background-image:url("../themes/campusnet2018/asset/img/discord.svg");
        }
        header .header-body .socialsecondariga .telegramlink{
            background-image:url("../themes/campusnet2018/asset/img/telegram.svg");
        }

        header .header-body .socialsecondariga .facebooklink,
        header .header-body .socialsecondariga .twitterlink,
        header .header-body .socialsecondariga .instagramlink,
        header .header-body .socialsecondariga .linkedinlink,
        header .header-body .socialsecondariga .youtubelink,
        header .header-body .socialsecondariga .discordlink,
        header .header-body .socialsecondariga .telegramlink{
        background-color: #fff;
        background-size: 115%;
        border-radius: 50%;
        }

        /* add rb 08/2022 */
        header .header-body .socialsecondariga .discordlink{
            background-color: #fff;
            background-size: 65%;
            border-radius: 50%;
        }
        /* add rb 05/2023 */
        header .header-body .socialsecondariga .telegramlink{
            background-color: #fff;
            background-size: 65%;
            border-radius: 50%;
        }

        header .logoUnitoContainer{ /* rb add 02/2022 */
            align-self: center;
        }

        /*********************************/
        /*         --search              */
        /*********************************/


        header .searchbox{
            margin-right: 0;
            float: none;
            /*height: 50%;*/
            width: 100%;
        }
        header .searchbox label{
            text-indent: -9999px;
            white-space: nowrap;
        }

        header .searchbox input{
            border-radius: 0;
            height: auto;
            padding: 0.325rem;
            width: auto;
            width: calc(100% - 2.6rem) !important;
        }

            .gsearch-arrow {
                top: 0.125rem;
                right: 2.1875rem;
            }

            .gsearch-menu {
                width: calc(100%) !important;
                z-index: 1000;
            }

        header .searchbox .search_icon{
            text-indent: -9999px;
            display: block;
        }
        header .searchbox img{
            position: absolute;
            right: 0.5rem;
            top: 0.3rem;
            height: 1.5rem;
        }


        /*******************************/
        /*        navbar        */
        /*******************************/
        .navbar {
            background: none;
            background-color: #2b60bc!important;  /* TEMATISMO main (es. sfondo menu)*/
            /*height: 3.125rem;*/
            width: 100%;
            height: auto;
            /*z-index: 2000;*/
        }
        header .socialmenu{
            display: none;
        }
        /*.navbar &gt; ul &gt; .nav-item{
            margin-right: 2rem;
        }*/

        .navbar .nav-item {position:relative;}

        .navbar .nav-item .nav-link {
            padding-bottom: .5rem;
            font-size: 1.1em;
            box-sizing: border-box;
            font-weight: 500;
        }

        .navbar .nav-item li &gt; * {text-align: left;}

        .navbar .nav-item .nav-link{
            border: 1px solid #2b60bc;  /* TEMATISMO main (es. sfondo menu)*/
        }
        .navbar .nav-item .nav-link:focus {
            border: 1px solid #fff;

        }

        .navbar .nav-item .nav-link:focus + div.grid-container3{
            opacity: 1 ;
            z-index: 1001;
            left: 0;
        }

        .navbar-nav .ultimolink{
            width: 27.125rem;
            text-align: center;
            background: #3c598d;
            position: absolute;
            right: 0;
            margin-right: 3.125rem;
        }
        .navbar-nav .ultimolink a{
            text-transform: uppercase;
        }
        .navbar-nav .ultimolink .dropdown-menu a{
            text-transform: lowercase;
        }
        .navbar-nav .sociallinkmenu{
            margin-right: 0;
        }
        .navbar .dropdown-menu,
        .navbar .dropdown-menu:hover,
        .navbar li.dropdown:hover .nav-link,
        .navbar-light .navbar-nav .nav-link,
        .navbar .dropdown-menu .dropdown-item:hover {
            background-color: #2b60bc; /* TEMATISMO main (es. sfondo menu)*/
        }
        .navbar .dropdown-menu .dropdown-item,
        .navbar .dropdown-menu .dropdown-item:hover,
        .navbar li.dropdown:hover .nav-link,
        .navbar-light .navbar-nav .show &gt; .nav-link,
        .navbar-light .navbar-nav .active &gt; .nav-link,
        .navbar-light .navbar-nav .nav-link,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .nav-link.active  {
            color: #fff!important;
        }


        .navbar-light .navbar-nav .nav-link:focus,
        .navbar-light .navbar-nav .nav-link:hover {
            background: #fff !important;
            color: #2b60bc !important;  /* TEMATISMO main (es. sfondo menu)*/
        }


        .sky-mega-menu .dropdown-menu{padding:0;}


        .navbar .sky-mega-menu i.icon:before {
            color: #fff;
        }


        .menuicons{
            color: white!important;
            font-size: 1.5rem !important;
            position: relative!important;
            top:  .375rem !important;
        }
        .menuprincipale .menuicons.shown{
            display: none;
        }
        .menuprincipale .show .menuicons{
            display: none;
        }
        .menuprincipale .show .menuicons.shown{
            display: inline-block!important;
        }
        .menuprincipale .triangolomenu{
            position: relative;
            top: -0.9375rem;
            left: -.375rem;
        }
        .menuprincipale .triangolomenu{
            display: none;
        }


        .navbar-toggler.collapsed .closeburgermenÃƒÂ¹{
            display: none;
        }


/*********************************/
/*     --ICONE IN HOMEPAGE       */
/*********************************/

.wrapperT{
    justify-content: center;
	padding-left:15px;
	padding-right:15px;
}

div.icons-homepage {
    margin: 0.8rem 0;
    height: auto;
    border-radius: 0;
    text-align: center;
    width: 50%;
}

div.icons-homepage span {
    display: block;
    position: relative;
    width: auto;
    overflow: visible;
    margin: .375rem 0;
    color: #000;
    font-size: inherit;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    border-radius: 0;
    font-weight: 700;
}

#contentColumn div.icons-homepage a {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: rgba(255, 255, 255, 0.8) !important;
}

#contentColumn div.icons-homepage a.textIconLink{
    height: initial;
    border-radius: 0;
    max-width: 10rem;
}

div.icons-homepage i {
    font-size: 2.5rem;
    line-height: 3.8rem;
}


.wrapperT div.icons-homepage-container {
    /*padding: .75rem;*/display: flex;
    border: none;
}

h2.icons-homepage-header {font-size: 1.75rem;margin: 0 0 1.25rem 0;}

.icons-homepage-container a.clinks-adm-menu-handle {
    color: #333;
}

.navbar .sky-mega-menu a.clinks-adm-menu-handle {
    /*position: absolute;
    padding: 0.23rem 0;
    width: 45px;*/
    width: 100%;
    height: 100%;
}


.navbar .icon-menu42:before {
    position: relative;
    top: -1px;
}

.sky-mega-menu li a &gt; .icon {
    margin: 0 0 0 10px;
}

.sky-mega-menu li a &gt; .icon {margin: 0 0 0 0;}

.wrapperT .icons-homepage-container-inner {
    border: 1px solid #dedede;
    min-height:14.70rem;flex-grow: 1;
    /*border-radius: .5rem;*/
}

.wrapperT div.icons-homepage-container &gt; div{position: absolute;}
.wrapperT div.icons-homepage-container &gt; div ~ div {position: initial;}
.db-home.pg-Home h2.icons-homepage-header {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #dedede;
    padding: 1rem;
    margin-top:0;
    margin-left: 0;
    margin-right:  0;
}


/*******************************/ 
/*         --FOOTER            */
/*******************************/
footer {
    float: none;
    background:  rgb(94,90,91);
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.footer{
    background-color:  rgb(94,90,91);
}

footer .thebox{
    width: 96%;
}
footer .thebox h3{
    width: 100%;
    font-size: 1.25rem;
    color: white;
    padding-top: 2.1875rem;
    margin-top:0;
    margin-bottom: 2rem;
    height: 5.625rem;
    border-bottom: 2px solid white;
    text-align: left;
}
footer .thebox p{
    width: 100%;
    font-size: 1.125rem;
    color: white;
    text-align: left;
    margin-top: .3125rem;
}
footer .a a {
    width: 100%;
    font-size: 1.125rem;
    color:#fff !important;
    text-align: left;
    margin-top: .3125rem;;
    text-decoration: none;
}


footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: underline;
}


footer ul {
    padding: 0
}
footer .unito-social li {
    display: inline-block;
}

footer .unito-social a {
    display: block;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2rem !important;
    height: 2rem;
    margin-right: .4375rem;
    text-align: center !important;
    margin-bottom: 1.25rem;
}

/*footer .facebooklinkss{
    background-image:url("asset/img/facebook_logo_footer.png");
}
footer .twitterlinkss{
    background-image:url("asset/img/twitter_logo_footer.png");
}
footer .instagramlinkss{
    background-image:url("asset/img/instagrm_logo_footer.png");
}
footer .linkedinlinkss{
    background-image:url("asset/img/linkedin_logo_footer.png");
}
footer .youtubelinkss{
    background-image:url("asset/img/youtube_logo_footer.png");
}*/

footer .facebooklinkss{background-image:url("../themes/campusnet2018/asset/img/facebook.svg");}
footer .twitterlinkss{background-image:url("../themes/campusnet2018/asset/img/twitter.svg");}
footer .instagramlinkss{background-image:url("../themes/campusnet2018/asset/img/instagram.svg");}
footer .linkedinlinkss{background-image:url("../themes/campusnet2018/asset/img/linkedin.svg");}
footer .youtubelinkss{background-image:url("../themes/campusnet2018/asset/img/youtube.svg");}
footer .discordlinkss{background-image:url("../themes/campusnet2018/asset/img/discord.svg");}
footer .telegramlinkss{background-image:url("../themes/campusnet2018/asset/img/telegram.svg");}
        
footer .facebooklinkss,
footer .twitterlinkss,
footer .instagramlinkss,
footer .linkedinlinkss,
footer .youtubelinkss,
footer .discordlinkss,
footer .telegramlinkss{
background-color: #fff;
background-size: 115%;
border-radius: 50%;
}

.twitterlinkss,.twitterlink {background-size: 90% !important};

/*  add rb 08/2022 */
footer .discordlinkss{
    background-color: #fff;
    background-size: 65% !important;
    border-radius: 50%;
}

/*  add rb 05/2023 */
footer .telegramlinkss{
    background-color: #fff;
    background-size: 65% !important;
    border-radius: 50%;
}

footer ul li i.material-icons {
    margin-right: 1rem;
    color: #fff !important;
}

.container{
	
	padding-left:0;
	padding-right:0;
}


footer #footer_contacts {
    display: block !important;
}

/*******************************/
/*         media-query         */
/*******************************/
@media screen and (min-width: 2000px) {
    .container {
        min-width: auto;
    }
}


@media (max-width: 1647px){
    .buttonnotizieaside{
        padding-top: 1.25rem;
        font-size: .75rem;
    }
}
/*@media (max-width: 1348px){
    .navbar .nav-item .nav-link{
        font-size: 1.125rem;
    }
    .navbar .nav-item {
        margin-right: 1.95rem;
    }

    .socialrow span{
        margin-left: 15%;
    }
    .menuprincipale  .no-items{
        padding-top: .875rem;
    }
}*/

@media (min-width: 1200px){

    .contenitore-pagina {
        margin-top: 4.75rem;
    }
    .headertop .nav-link{
        height: 3.125rem;
    }
    .headertop .navbar li.dropdown:hover &gt; div.dropdown-menu.test {
        /*display: none;*/
        font-size: 1rem;
        width: 80%;
        min-width: 0;
        left: .625rem;
        height: auto;
        padding-top: 2.6875rem;
        padding-bottom: 2.6875rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .headertop .navbar li.dropdown.show &gt; div.dropdown-menu.test {
        /*display: block;*/
        font-size: 1rem;
        width: 80%;
        min-width: auto;
        left: .625rem;
        background: rgba(255, 255, 255, 0.95);
        height: auto;
        padding-top: 2.6875rem;
        padding-bottom: 2.6875rem;
        padding-left:3rem;
        padding-right: 3rem;
    }


    .headertop div.dropdown-menu.test .firsttype .firstlevel, .headertop div.dropdown-menu.test .firsttype .firstlevel:hover {
        font-size: 1.125rem;
        font-weight: bold;
        color: black!important;
        margin-bottom: 1.5625rem;
        text-decoration: none;
        width: auto;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: uppercase;
    }
    .headertop div.dropdown-menu.test .secondtype .firstlevel,.headertop div.dropdown-menu.test .secondtype .firstlevel:hover {
        font-size: 1.125rem;
        font-weight: bold;
        color: black!important;
        margin-bottom:1.5625rem;
        text-decoration: none;
        width: auto;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: uppercase;
    }
    .headertop div.dropdown-menu.test .secondtype .secondlevel, .headertop div.dropdown-menu.test .secondtype .secondlevel:hover {
        color: black!important;
        font-size: 1rem;
        margin-bottom:.625rem;
        display: inline-block;
        width: auto;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .headertop div.dropdown-menu.test .secondtype ul{
        padding-left: 0;
    }
    /*
    .headertop .navbar li.dropdown:hover &gt; div.dropdown-menu.test{
     position: relative;
    }
    .headertop .navbar li.dropdown a:hover &gt; div.dropdown-menu.test.show {
     position: relative;
    }
    .headertop .navbar li.dropdown &gt; div.dropdown-menu.test.show {
     position: relative;
    }*/
    .headertop .navbar #navbarNav, .headertop .navbar #navbarNav .menuprincipale{
        height: 3.125rem;
    }
    .headertop .navbar .ultimolink{
        height: 3.125rem;
    }
    .menuprincipale li.show .triangolomenu{
        display: inline-block;
    }
}


@media (max-width: 1199px){
    header .header-body .titolofacolta h1{
        font-size: 1.5rem;
        /*margin: 0;*/
    }
    header .header-body .titolofacolta p{
        font-size: 1rem;
    }

    header .socialmenu{
        display: block;
        padding-bottom: 3px;
        padding-top: 3px;
        padding-left: 3px;
    }
    header .socialmenu p{
        color: white;
        margin-bottom: .625rem;
    }
    header .socialmenu  .facebooklink{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/facebook_logo.png") center no-repeat;*/
        width: 2.125rem;
        height: 2.125rem;
        margin-right: .4375rem;
        margin-left:.3125rem;
    }
    header  .socialmenu  .twitterlink{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/twitter_logo.png") center no-repeat;*/
        width: 2.125rem;
        height: 2.125rem;
        margin-right: .4375rem;
    }
    header .socialmenu  .instagramlink{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/instagram_logo.png") center no-repeat;*/
        width: 2.125rem;
        height: 2.125rem;
        margin-right: .4375rem;
    }
    header .socialmenu  .linkedinlink{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/linkedin_logo.png") center no-repeat;*/
        width: 2.125rem;
        height: 2.125rem;
        margin-right: .4375rem;
    }
    header .socialmenu .youtubelink{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/youtube_logo.png") center no-repeat;*/
        width: 2.125rem;
        height: 2.125rem;
    }
    header .socialmenu  .discordlink{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/instagram_logo.png") center no-repeat;*/
        width: 2.125rem;
        height: 2.125rem;
        margin-right: .4375rem;
    }
    header .socialmenu  .telegramlink{
        display: block;
        text-indent: -9999px;
        width: 2.125rem;
        height: 2.125rem;
        margin-right: .4375rem;
    }
    header .header-head .left-side img{
        src: url("https://storage.googleapis.com/unito-cdn/apps-theme/img/logo.svg");
    }
    .navbar .bg-light{
        background-color: #2b60bc !important;  /* TEMATISMO main (es. sfondo menu)*/
        height: 3.125rem;
        width: 100%;
    }

    .header .header-body {
        height: 7.5625rem;
    }

    header .searchbox input{
            display: inline-block;
    }

    header .searchbox img{
        position: relative;
        top: -0.0875rem;
        right: 0;
        left: 0.6rem;
        float: none;
        height: 1.5rem;
        width: 1.5rem;
    }
    header .header-body .logofacolta {
        /*width: auto;*/
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    header .header-body .titolofacolta{
        /*margin-left: .625rem;
        margin-top: 1.25rem;*/
    }
    .navbar-toggler{
        height: 100%;
        width: 100%;
        background: #e9e9e9;
        border-radius: 0;
    }

    .material-icons{
        /*margin-left:.3125rem;*/
    }
    /*.navbar .nav-item .nav-link{
        font-size: 1.375rem;
        font-weight: bold;
    }*/
    .navbar .nav-item {
        margin-right: 0;
    }

    header .header-body .titolofacolta {
        /*margin-top: 0;
        margin-left: .625rem;*/
    }

    .navbar .nav-item {
        border-top: none;
        background: #2b60bc;  /* TEMATISMO main (es. sfondo menu)*/
        padding-top: 0;
        padding-bottom: 0;
    }
    .dropdown-menu{
        padding: 0 0 0 0;
    }
    /*.navbar-nav .nav-item a.nav-link{
        font-size: 1.125rem;
    }*/
    .navbar-nav .ultimolink {
        width: 100%;
        text-align: center;
        background: #3c598d;
        position: relative;
        right: 0;
        margin-right: 3.125rem;
    }
    .socialrow span{
        margin-left:2px;
    }
    .sectioninformation .fondo{
        margin-top: 2.5rem;
    }
    .socialrow p {
        font-size: 1.25rem;
        margin-right: 0;
        padding-left: 0;
    }
    header .header-body{
        height: 7.5625rem;
    }

    /* top header */
    header .header-head {
    height: 2.625rem;
    }

    ul.listaprimalinea li#english_version,
    ul.listaprimalinea li#italian_version,
    ul.listaprimalinea li#myunito, 
    ul.listaprimalinea li#logounita  /* add rb 14032023 */        
    {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    ul.listaprimalinea li#english_version a,
    ul.listaprimalinea li#italian_version a,
    ul.listaprimalinea li#myunito a, 
    ul.listaprimalinea li#logounita a /* add rb 14032023 */  
    {
        font-size:1rem;
    }
    
    header .header-head .listaprimalinea li#login a
    {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    ul.listaprimalinea li#login{font-size:1rem}

    /* fine top header */

    .menuprincipale .dropdown-menu{
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: inherit;
    }
    .menuprincipale .nav-link{
        font-size: 1rem;
    }
    .menuprincipale .firstlevel{
        font-size:  .875rem;
    }
    .menuprincipale .secondlevel{
        font-size: .75rem;
        display: none;
    }

    .navbar .navbar-toggler{
        right: 0;
        position: absolute;
    }
    #navbarNav {
        width: 100%;
    }
    .menuprincipale {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: #2b60bc!important;  /* TEMATISMO main (es. sfondo menu)*/
    }

    .navbar .navbar-toggler.collapsed .burgermenu{
        position: absolute;
        right: .625rem;
        top: 2.8125rem;
        z-index: 20;
        background: #e9e9e9;
        display: inline-block;
    }
    header .header-body{
        z-index: 5;
    }
    .navbar .navbar-collapse.show{
        z-index: 10;
    }
    .navbar-toggler .closeburgermenÃ¹ {
        display: inline-block;
        position: absolute;
        height: 2.5rem;
        width: 2.5rem;
        right:.3125rem;
        top:.3125rem;
        z-index: 15;
    }
    .navbar-toggler .burgermenu {
        display: none;
    }
    header .dropdown-menu.test{
        height: 9.375rem;
    }
    header .collapsing{
        transition: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 10;
    }
    .secondlevelshow{
        display: inline-block!important;
    }
    .showns{
        display: none;
    }
    .nonen{
        display: inline-block!important;
    }
    .secondlevelnone{
        display: none!important;
    }
    .diverso{
        cursor: pointer;
    }


}

@media (max-width: 991px) {
    .navbar.bg-light
    {
        background-color: #2b60bc; /* TEMATISMO main (es. sfondo menu)*/
    }

    .navbar li a.nav-link {
        
        padding: 0.2rem 0.7rem !important;
        font-size: 0.9rem !important;
    }

    .navbar li a.nav-link[href^="#submenu"], .navbar .nav-item .nav-item .nav-link {
        padding: /*0.2rem 0.7rem !important;*/0.2rem 1rem 0.2rem 0.4rem!important;
        font-size: 0.9rem !important;
    }

    [class*="menu-"] a .icon.icon-menu42 {
        color: #fff !important;
        margin: .25rem .375rem;
        width: 1.875rem;
    }
    .navbar .sky-mega-menu a.clinks-adm-menu-handle{
        padding: 0;
    }

}

@media (min-width: 992px) {
    .navbar-toggler { /* button */
        display: none;
    }
    .icon.icon-menu42.icon-fw.icon-16px {
        font-size: 24px;
    }
}


@media (max-width: 990px){

    header .header-head #login{
        margin-right: 0;
    }
    header .header-head #myunito{
        margin-right:1.25rem;
    }
    header .header-head #english_version,
    header .header-head #italian_version{
        margin-right:1.25rem;
    }
    header .header-body .titolofacolta{
        /*margin-left: 1.6875rem;*/
    }
    header .header-body .titolofacolta h1{
        /*font-size:1.25rem;*/
        font-size:1.4rem;
    }
    header .header-body .titolofacolta p{
        font-size: .9rem;
    }
    .buttonnotizieaside{
        padding-top: .625rem;
        font-size: 1rem;
        height: 3.75rem;
    }
    .boxnotizie .category{
        font-size:  .875rem;
    }
    .boxnotizie p{
        font-size:  .875rem;
    }
    .boxnotizie h3{
        font-size: 1.125rem;
    }
    .socialrow p{
        font-size:1.25rem;
        margin-right: 0;
    }
    .socialrow span{
        margin-left: 5%;
    }
    .facebooklinks{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background:url("../img/facebook_logo.png") center no-repeat;*/
        width: 2rem;
        height: 2rem;
        margin-right: .4375rem;
        margin-top:1.25rem;
    }
    .twitterlinks{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background:url("../img/twitter_logo.png") center no-repeat;*/
        width: 2rem;
        height: 2rem;
        margin-right: .4375rem;
        margin-top:1.25rem;
    }
    .instagramlinks{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/instagram_logo.png") center no-repeat;*/
        width: 2rem;
        height: 2rem;
        margin-right: .4375rem;
        margin-top:1.25rem;
    }
    .linkedinlinks{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/linkedin_logo.png") center no-repeat;*/
        width: 2rem;
        height: 2rem;
        margin-right: .4375rem;
        margin-top:1.25rem;
    }
    .youtubelinks{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/youtube_logo.png") center no-repeat;*/
        width: 2rem;
        height: 2rem;
        margin-top:1.25rem;
    }
    .discordlinks{
        display: block;
        text-indent: -9999px;
        /*  white-space: nowrap;*/
        /*background: url("../img/instagram_logo.png") center no-repeat;*/
        width: 2rem;
        height: 2rem;
        margin-right: .4375rem;
        margin-top:1.25rem;
    }
    .telegramlinks{
        display: block;
        text-indent: -9999px;
        width: 2rem;
        height: 2rem;
        margin-right: .4375rem;
        margin-top:1.25rem;
    }
    .sezionelinkutili h3{
        font-size: 2rem;
    }
    .testo-nel-carosello{
        bottom: 6.25rem;
    }
    .buttonnotizieaside {
        font-size:  .875rem;
    }
    .socialrow{
        margin-top: 1.875rem;
    }

    /* SLIDER HOME */
    .tns-item {
        height: auto;

    }

}




@media (max-width: 790px){
    header .header-head img {
        /*margin-left:.3125rem;*/
    }
    header .header-body .logofacolta {
        /*margin-left:.3125rem;*/
    }
    header .header-body .titolofacolta{
        /*margin-left: .625rem;*/
    }
}
@media (max-width: 767px){
    .context-menu-wrapper h3 {
        display: block;
        margin-top: 1rem;
    }

    .context-menu-wrapper .sky-side-menu-pos-left li:first-child {
        display: none;
    }
    .context-menu-wrapper .sky-side-menu-pos-left li {
        display: block;
    }

    .gsearch-box {
        width: 14.375rem;
    }

    .sezionelinkutili .specialbox
    {
        position: relative;
        top: 0;
    }
    .sezionelinkutili .specialbox2
    {
        position: relative;
        top: 0;
    }
}


@media (max-width: 767px){

    /* rb 10/2023 
    a#logoSigillo img{    
        content: url("https://cdn.unito.it/unito-loghi/logo_sigillo_orizzontale.svg"); 
        height: 44px; 
        padding: 2px 0 4px 0;
    }  */

    header .header-head img{
        /* content: url("https://cdn.unito.it/unito-loghi/unitoit.svg"); */ /* rb mod 07/2022 */
        height: 50%; /* 90 - rb mod 02/2022 */ 
        /*margin-top: .5rem;*/
    }

    header .header-head #login{
        font-size: 1rem;
    }

    /* rb add 07/2022 */
    header .header-head #logoMyUnito img{
        content: url("https://cdn.unito.it/unito-loghi/myunito.svg"); 
    }

    header .header-head #myunito{
        /* content: url("../themes/campusnet2018/asset/img/myunitov2.svg"); *//* rb add 07/2022 */
        font-size: 1rem;
    }
    header .header-head #english_version,
    header .header-head #italian_version{
        font-size: 1rem;
    }
    header .header-head{
        /*height: 3rem;*/
    }

    .header .header-body {
        height: 7.5625rem;
    }

    .cercaM {
        display: block;
    }


    header .header-body .titolofacolta {
        /*padding: .25rem;*/
    }

    header .header-body .titolofacolta h1{
        /*font-size: 1.1rem;*/font-size: 1.25rem;
    }
    header .header-body .titolofacolta p{
        /*font-size: .75rem;*/
    }

    /*header .header-body .socialsecondariga,
    .socialSearchBox .searchbox {
        display: none;
    }*/

    .socialSearchBox{display: none;}

    .asidenotizie{
        margin-top: 5rem;
    }
    .socialrow p{
        padding-top: 1.9rem;
        font-size: .9rem;
        margin-right: 0;
    }
    .socialrow span{
        margin-left: 0;
    }
    .titlenotizie2{
        display: none;
    }
    .sezionelinkutili h3{
        font-size: 1.625rem;
    }
    .sectioninformation .fondo{
        margin-top: 0;
    }
    .sectioninformation .singolo{
        margin-bottom: 2.5rem;
    }
    .sectioninformation .firstbox p{
        font-size:  .875rem;
    }
    .sectioninformation .otherbox1 a, .sectioninformation .otherbox a,.sectioninformation .otherbox1 a:hover, .sectioninformation .otherbox a:hover{
        font-size:  .875rem;
        padding-top:.3125rem;
    }

    .testo-nel-carosello a{
        position: absolute;
        left: 1.5625rem;
        font-size:  .875rem;
    }
    .testo-nel-carosello h2{
        margin-top: .625rem;
        margin-bottom:1.25rem;
        margin-left: .8125rem;
        font-size: 1rem;
    }
    #carouselButtons {
        margin-left: 6.25rem;
        position: relative;
        bottom: 0;
    }
    .carousel-indicators {
        position: absolute;
        width: 4.6875rem;
        height:1.5625rem;
        left: 15%;
        bottom:1.25rem;
        padding-top: .46875rem;
        background: rgba(220,220,220,0.75);
    }
    .carousel-indicators li {
        border-radius:  .46875rem;
        margin: 1px 3px;
        height:  .46875rem;
        max-width:  .46875rem;
    }
    .carousel-indicators .active {
        max-width:.5625rem;
        height:.5625rem;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .testo-nel-carosello{
        position: absolute;
        height: 6.25rem;
        width: 12.5rem;
        bottom: 3.125rem;
    }
    header .header-body{
        height: 7.75rem;
    }
    .navbar-toggler{
        height: 7.75rem;
    }
    /*.navbar {
        height: 7.75rem;
    }*/
    .buttonnotizieaside {
        font-size: 1rem;
    }
    .startstopcarousel{
        position: absolute;
        left: -2px;
        top: 0;
        width: auto;
        padding: 0 0 0 0;
    }
    .startstopcarousel .material-icons.stop{

        font-size:  .875rem;
    }
    .startstopcarousel .material-icons.start{

        font-size:  .875rem;
    }
}
/* correzione bug freccia indicatore dei livelli sucessivi di menu */
@media (min-width: 767px){
    nav li a[href^="#submenu"]::after {
        content: "\e29b";
        position: absolute;
        right: 6px;
        font-family: 'campusnet-icons';
        transform: rotate(90deg);
        
    }
    nav li li a[href^="#submenu"]::after {
        right: 10px;
        transform: rotate(0deg);
        /*padding: 0.4rem 1rem;*/
    }
}

@media (max-width: 991px){
    nav li a[href^="#submenu"]::after {    
        /*right: -0.1em;*/right: 0.125em;
    	top: 5px;   
    }
    nav li li a[href^="#submenu"]::after {
        right: 2px;
        top: 4px;
    }
}

@media (max-width: 644px){
    header .header-body .titolofacolta{
        /*margin-top: 1.875rem;*/
    }
    header .header-body .logofacolta{
        /* margin-top: 2.1875rem; */
    }
    header .header-body .titolofacolta h1{
        font-size: 1.1rem;
    }
    header .header-body .titolofacolta p{
        /*font-size: .75rem;*/
    }
    /*header .header-body .logofacolta {
        content: url("../img/logoSocialMediapiccolo.png");
        width: 2.5rem;
        height: 2.5rem;
    }*/
}


@media (max-width: 564px){

    header .header-head #login a{
        width: 4rem !important;
    }

    .helper-no-padding,
    header.container,
    .main.container,
    .footer.container,
    .db-home.page-Home .HOME-AVVISI_DC,
    #contentDiv {
        padding: 0;
    }

    .banner h3, .banner-preview h3 {
        padding-left: 1.5rem;
    }

    #leftColumn, #rightColumn {
        padding: 3.25rem 0 0;
        border-bottom: 1px solid #FFF; /* aggiunge una riga per separare le colonne */
    }

    .banners-wrapper, .side-menu {
        min-height: auto;
    }

    header .header-head .leftside {
        padding: 0;
    }

    header .header-head #login{
        font-size: .9rem;
    }
    header .header-head #myunito{
        font-size: .9rem;
        margin-right: .6rem;
    }

    /* add rb 14032023 */
    header .header-head #logounita{
        font-size: .9rem;
        margin-right: .6rem;
    }

    header .header-head #english_version,
    header .header-head #italian_version {
        font-size: .9rem;
        margin-right: .6rem;
        margin-left: 1.3rem;
    }
    header .header-head #english_version span,
    header .header-head #italian_version span
    {
        display: none;
    }
    header .header-head img{
        height: auto;
        width: auto;
    }



    header .header-body .titolofacolta h1{
        /*font-size: 1rem;*/
        margin: 0;
    }
    header .header-body .titolofacolta p {
        font-size: .75rem;
        margin: 0;
    }
    header {
        height: 10.75rem;
    }
    header .header-body{
        height: 7.9375rem;
    }
    .navbar-toggler{
        height: 7.9375rem;
    }
    .navbar {
        height: 7.9375rem;
    }
    header .header-body .titolofacolta {
        margin-top: 0;
        padding: 0;
    }

    .fixed {
        position: fixed;
        top:0; left:0;
        width: 100%;
    }


    .icons-homepage-container {
        border-top: 1px solid #e9e9e9;
    }


    /* rb add 14032023 */
    header .header-head #logounita img{ 
        width: 2rem;   /* 1.5 */ 
        padding-top: 0.2rem;
    }

}



@media (max-width: 576px){

    div#logoIstanzaNew {
        display: none !important;
    }

    #contentPath {
        margin: 0;
    }

    header .header-body {
        min-height: 3.75rem;
    }


    header .header-body .logo-istanza,
    header .header-body .nome-istanza,
    header .header-body .socialSearchBox {
        margin: 0;
    }

    header .header-body .logofacolta {
        padding: 0.5rem;
    }

    .card-header .fake-button i {
        width: 10%;
        min-height: 4rem;
        /* border: 1px solid blue; */
        /* vertical-align:  middle; */
        padding: 1rem 0 0;
    }

    .card-header .fake-button h3 {
        width: 90%;
        min-height: 4rem;
    }

    .card-header button {
        min-height: 4rem;
    }


    .boxnotizie{
        padding-bottom: 1.875rem;
    }
    .socialrow{
        height: 7.5rem;
    }
    footer .thebox{
        margin-bottom: 3.75rem;
    }
    footer .thebox:last-of-type{
        margin-bottom: 0;
    }
    footer .thebox p, footer .thebox a, footer .thebox a:hover{
        font-size: 1rem;
    }
    .titlenotizie{
        text-align: center;
    }
    .socialrow p{
        text-align: center;
        padding-top:1.5625rem;
    }
    .socialrow div{
        margin-left: 25%
    }


    .banner-slider-wrapper {
        margin: -.3125rem -.625rem .3125rem -.625rem;
    }


    .testo-nel-carosello a{
        position: absolute;
        left: 15%;
        font-size:  .875rem;
    }
    .testo-nel-carosello h2{
        margin-top: .625rem;
        margin-bottom: .625rem;
        margin-left: 15%;
        font-size:  .875rem;
    }
    #carouselButtons {
        margin-left: 6.25rem;
        position: relative;
        bottom: 0;
    }
    .carousel-indicators {
        position: absolute;
        width: 100%;
        height:1.5625rem;
        left: 0;
        bottom: 4.375rem;
        padding-top: .4375rem;
        background: rgba(220,220,220,0.45);
    }
    .carousel-indicators li {
        border-radius: .4375rem;
        margin: 1px 3px;
        height: .4375rem;
        max-width: .4375rem;
    }
    .carousel-indicators .active {
        max-width: .5625rem;
        height:.5625rem;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        position: absolute;
        bottom:1.25rem;
        height: 1.875rem;
        width: 1.875rem;
    }

    .testo-nel-carosello{
        position: absolute;
        height:  4.375rem;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .buttonnotizieaside {
        font-size:  .875rem;
    }
    .navbar .navbar-toggler.collapsed .burgermenu {
        right: 3px;
    }
    .startstopcarousel{
        position: relative;
        top: -.375rem;
        left: 0;
    }

    /*.wrapperT div.icons-homepage-container:first-child{border-top: 1px solid #dedede;}*/
    /*.wrapperT div.icons-homepage-container {
        padding: 0;
        border: none;
        border-bottom: 1px solid #dedede;
        border-radius: 0;
        margin: 0;
    }*/

    .db-home.pg-Home h2 {
        font-size: 1.25rem;
        /*margin: 0 0 0.5rem 0;*/
    }

    .db-home.pg-Home h2.icons-homepage-header {
        padding: 0.75rem;
    }

    div.icons-homepage {
        display: flex;
        margin: 0.8rem 0;
        height: auto;
        border-radius: 0;
        align-items: center;
        width: 100%;
        padding: 0 .5rem;
    }

    div.icons-homepage a:first-child {
        margin-left: .75rem;
    }

    div.icons-homepage a {
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.5rem;
        width: 2.5rem;
        margin: initial;
    }

    div.icons-homepage i {
    font-size: 2.3rem;
    line-height: 4rem;

    }

    #contentColumn div.icons-homepage a.textIconLink{
    height: initial;
    width: 18rem;
    border-radius: 0;
    text-align: left !important;
    justify-content: left;
    align-items: center;
    padding-left: 1rem;
    margin:0;

}


    /* Home appelli */
    .HOME-APPELLI {
        margin: 2rem 0;
    }

    /* Tab dei corsi */
    .corso--anni .nav {
        display: block;
    }



    .corso--anni .nav-tabs .nav-link {
        border: 3px solid #fff;
    }

    .corso--anni .nav-tabs .nav-item.show .nav-link,
    .corso--anni .nav-tabs .nav-link.active {
        border: none;
        border-left: 3px solid;
        border-radius: 0;
    }

    .corso--anni .nav-tabs .nav-link:focus,
    .corso--anni .nav-tabs .nav-link:hover {
        border: none;
        border-left: 3px solid #dee2e6;
        border-radius: 0;
    }






}

@media (max-width: 400px){
    header .header-head #myunito{
        font-size: .75rem;
        margin-right: .625rem;
    }
    header .header-head #english_version,
    header .header-head #italian_version
    {
        font-size: .75rem;
        margin-right: .9rem;
    }
    .socialrow p{
        padding-top: 1.25rem;
    }
    .material-icons {
        margin-left: 0;
    }
    .socialrow div{
        margin-left: 20%
    }
    header .searchbox img{
        width: 1.1rem;
        height:1.1rem;
    }
    .navbar-nav .nav-item a.nav-link {
        font-size: .9rem;
    }
    .navbar .dropdown-menu .dropdown-item{
        font-size: .9rem;
    }
}
@media (max-width: 326px){
    header  .logofacolta {
        margin-top: 1.25rem;
    }
    header .header-body .titolofacolta {
        margin-top: 1rem;
    }
}

@media (max-width: 320px){
    header .header-head #login,
    header .header-head .listaprimalinea li#login a {
        width: 4rem;
    }

    .menu-mobile a {
        width: 99%;
    }

    #contentColumn div.icons-homepage a {

        width: 4rem;

        height: 4rem;
    }

    div.icons-homepage i {

        line-height: 3.4rem;
    }

    #contentColumn div.icons-homepage a.textIconLink {
        width: 15rem;
    }
    
}

@media (max-width: 359px){
    .contenitore-pagina {
        margin-top: 8.625rem;
    }
    header {
        height: 5.8125rem;
    }
    header .header-body{
        height: 5.8125rem;
    }
    .navbar-toggler{
        height: 5.8125rem;
    }
    .navbar {
        height: 5.8125rem;
    }
    header .searchbox img{
        top: 2.125rem;
    }
    .navbar .navbar-toggler.collapsed .burgermenu {
        top: 2.125rem;
    }
}
/* aggiunti oscar per sistemare menu principale - devono diventare globali */
.navbar li.dropdown:hover &gt; div.dropdown-menu {
    width: initial;
}
.menu-open li.nav-item.dropdown {
    margin-right: 0;
}

.navbar .nav-item {
    margin-right: 0;
}

/*.navbar .nav-item {
    min-width: 12.5%;
    text-align: center;
}*/

.navbar .nav-item .nav-link[href^="#submenu"], .navbar .nav-item .nav-item .nav-link {
    padding: 0.4rem 1.6rem 0.4rem .9rem;
}

.navbar .nav-item .nav-link {
    padding: 0.4rem 1.6rem;
}

.navbar .nav-item .nav-link .nav-item .nav-link{
    padding: 0.4em 1em; /*padding: 0.4em 1em;*/
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.shadowMenu{box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);}


/* @@AC toolbar contenuti */
#pageToolbar ul {
    margin: 0;
    background: none;
    border: none;
}

#pageToolbar &gt; div &gt; div {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*************************************************/
/*        MENU LATERALI                  */
/*************************************************/

.side-menu h2 {
   /* background-color: #2b60bc !important;*/  /* TEMATISMO main (es. sfondo menu)*/
    color: #fff;
    font-size: 1.3rem;
    padding: 1.5rem 1.5rem 1.5rem 1.55rem;
    font-weight: 600;
    margin: 0;

}

.side-menu-text {
    padding: 0 1.5rem;
}

.side-menu-text:first-child {
    margin-top: 1rem;
}

.side-menu-text + .sky-side-menu li:first-of-type a {
    /* border-top: none;
     border-bottom: none;
     color: #2c60bd;
     font-weight: 600;
     text-decoration: underline;*/
}

.sky-side-menu li a {
    color: #555 !important;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    border-bottom:1px solid #d0d0d0;
}

.sky-side-menu li:first-of-type a {
    border-top:1px solid #d0d0d0;
}

.sky-side-menu li:last-child a {
    border-bottom: none;
}

/* OSCAR tooltipmenu */

html.pg-AdminFileMan #WzTtDiV, html.pg-AdminFileMan #WzTtDiV #WzBoDy{width:auto !important;}

/* mostra correttamente terzo livello menu da tastiera */

    .sky-mega-menu li &gt; div {left:0 !important}
    .sky-mega-menu li &gt; div ul li div {left:102% !important}

/* sovrascrive stile in in base-unito.css, da riportare li */

.banner-slider-wrapper {
    position: relative;
    border: none;
    padding: 0;
    background-color: #fff;
    margin: -5px -10px 0 -10px;
}

#logoIstanzaNew a {
    height: 100%;
    display: flex;
    justify-content: left;
    max-width: 100%;
    align-items: center;
    padding-top: 1rem;
}

#logoIstanzaNew a.doppiologo img {
    padding: 1rem
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
    #logoIstanzaNew a.doppiologo img {
        padding: .2rem
    }
}

.gsearch-box input[type=text] {height:initial;}

.search-mobile-toggle a:hover, .menu-mobile-toggle a:hover{text-decoration: none;}


.search-mobile-toggle a i.material-icons, .menu-mobile-toggle a i.material-icons {margin-left: 0;}

a#logoSigillo{
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}

/* rb add 02/2002 */
a#logoSigillo img{    
    height: 30px; /*25px;*/
    padding: 5px 0;
    /* width: 100%;
    height: auto; */
}

/* rb add 07/2002 */
a#logoMyUnito img{    
    height: 30px; /*28px;*/
    padding: 0px 0 0px 0;
    /* width: 100%;
    height: auto; */
}

@media (max-width: 767px){	

    /* rb 10/2023 */
    a#logoSigillo img{    
        content: url("https://cdn.unito.it/unito-loghi/logo_sigillo_orizzontale.svg"); 
        height: 44px; 
        padding: 2px 0 4px 0;
    }  
}

/* rb add 02/2002  mod 10/2023 */
@media screen and (max-width: 576px) {    
    a#logoSigillo img{    
        content: url("https://cdn.unito.it/unito-loghi/logo_sigillo_orizzontale.svg"); 
        height: 44px; 
        padding: 2px 0 4px 0;
    }    
    a#logoMyUnito img{    
        height: 25px;
        padding: 5px 0;
    }
}

#contentColumn div.icons-homepage a {
    height: 3.5rem;
    width: 3.5rem;
}

#contentColumn div.icons-homepage a.textIconLink {
    width: 100%;
    margin:0 auto;
}

div.icons-homepage i {
    font-size: 2rem;
    line-height: 3rem;
}


#contentDiv {
     padding: 0; 
}




@media (min-width: 576px){

    .container {
    max-width: 100%;
    }

}

@media (max-width: 576px){
    #contentColumn div.icons-homepage a.textIconLink {
        margin:0;
    }

    div.icons-homepage-container, div.icons-homepage-container:first-child {
     padding: 15px; 
    }

    .wrapperT .icons-homepage-container-inner {min-height: initial;}

}

header.container.headertop{
		display: inline-flex;
        flex-direction: column;
        flex-wrap: wrap;
		padding-left:0;
		padding-right:0;
    }
.zindexSup {
     z-index: 600; 
}
#socialMobile {background: #e9e9e9;padding:0.5rem 0;display:flex;justify-content:space-around;border-bottom: 2px solid white;width: 100%;}
#socialMobile ul{margin: 0;padding: 0 0;}
#socialMobile ul li {display: inline-block;}
#socialMobile ul {margin: 0;padding: 0 0;}
#socialMobile li {display: inline-block;}
#socialMobile li a {
            display: block;
            text-indent: -9999px;
            background: center no-repeat;
            width: 2.1875rem;
            height: 2.1875rem;
            margin-right: .4375rem;
            border: none;
        }

#socialMobile .facebooklink{background-image:url("../themes/campusnet2018/asset/img/facebook.svg");}
#socialMobile .twitterlink{background-image:url("../themes/campusnet2018/asset/img/twitter.svg");}
#socialMobile .instagramlink{background-image:url("../themes/campusnet2018/asset/img/instagram.svg");}
#socialMobile .linkedinlink{background-image:url("../themes/campusnet2018/asset/img/linkedin.svg");}
#socialMobile .youtubelink{background-image:url("../themes/campusnet2018/asset/img/youtube.svg");}
#socialMobile .discordlink{background-image:url("../themes/campusnet2018/asset/img/discord.svg");}
#socialMobile .telegramlink{background-image:url("../themes/campusnet2018/asset/img/telegram.svg");}

#socialMobile .facebooklink,
#socialMobile .twitterlink,
#socialMobile .instagramlink,
#socialMobile .linkedinlink,
#socialMobile .youtubelink,
#socialMobile .discordlink,
#socialMobile .telegramlink{background-color: #fff;background-size: 115%;border-radius: 50%;}

/* add rb 08/2022 */
#socialMobile .discordlink{background-color: #fff;background-size: 70%;border-radius: 50%;}
/* add rb 05/2023 */
#socialMobile .telegramlink{background-color: #fff;background-size: 70%;border-radius: 50%;}

.fixedMobile{
    /*position: fixed;*/
    position: relative;
    z-index: 3000;
    top: 60px;
}

/* TEMA VERDE var(--main-color) */
/* USO TEMPORANEAMENTE LE VARIABILI CSS per non dover modificare tutto il codice ogni volta che cambiamo colore per fare un test */
:root {
    /* ACCESSIBILITA' OK */
    /* BLU =&gt; #2b60bc */
    /* VERDE =&gt; #4b7640 */
    /* VIOLA =&gt; #be39c8 */
    /* COBALTO =&gt; #3b6b9c */
    /* OLIVA =&gt; #6a6f2f */

    /* ACCESSIBILITA' KO */
    /* GRIGIO =&gt; #787878 */



    /* ROSSO =&gt; #cb1234  DEPRECATO!!! */
    /* VERMIGLIO =&gt; #e52700  DEPRECATO!!! */
    /*--main-color: #2b60bc;*/
}

/*icone modifica (delete, update, view)*/
.icon-border {
    border: none;
}

/* sistemazione social in testata */
@media screen and (min-width: 768px) and (max-width: 985px) {
    header .header-body .socialsecondariga p {display: none;}
}
@media screen and (min-width: 768px) and (max-width: 1073px) {
    header .header-body .socialsecondariga li a {
        width: 1.9rem;
        height: 1.9rem;
    }
    header .header-body .socialsecondariga p {font-size: 0.9rem;}
}
/* custom TAB */

.nav-tabs .nav-link.active {
    border-color: #d0d0d0 #d0d0d0 #fff;
}

.nav-tabs {
    border-bottom: 1px solid #d0d0d0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ddd #ddd transparent;
}

/* corregge colore del menu hamburger di configurazione del navbar */
nav.navbar a.clinks-adm-menu-handle {
    color: #fff !important;
}

/* soluzione al problema dell'hover menu */
.sky-mega-menu li li:hover &gt; div {
    opacity: 0;
}

/* h2 di strumenti admin */
#boxADMIN h2{padding-left: 1.5rem;}

/* eliminare colori personalizati dello span dall'editor */
/*span[style*="color"] {
    color: #111 !important;
}*/

/* elimina i div vuoti */
div:empty{display:none}
div.date-list:empty{display:block}



.center.non-disponibile.margintop span{
	
	margin-top:3rem;
}
.blocco{
	display:inline-block;
    width: 100%;
}
.db-home aside#leftColumn {
    padding: 3rem 0.5rem 0;
}
.database-home h2{
	
	    margin: .25rem 1rem .5rem;
}

.db-home #boxADMIN{
	
	margin-left: 9px;
    margin-right: 9px;
}

/*

corregge il comportamento di sky mega menu
queste due righe sovrascrivono il modo in cui appaiono i menu dropdown 
relativamente al css: stylesheet_min.css
riga 42 e riga 43

*/

.sky-mega-menu li &gt; div {
opacity: 1; 
display: none;  
}

.menu-open {
display: block !important;
}

/* STILI DEI FORMS */
table.form input.checkbox + label:before, table.form input.radio + label:before {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
    padding-left: .75rem !important;
    text-align: center;
    display: inline-block;
}

.checkbox + label, .radio + label, table.form span.toggle-text {
    top: 0;
    font-size: 1.1rem;
    /* position: static; */
    padding-right: 2rem;
}

/* allinea icona link esterno, icona insderita via js */
a[target="_blank"] i.material-icons.x1{
    /*position: relative;
    top: 3px;
    margin-left: 3px;*/
    line-height: initial;
}

/* elimina icona link esterno per le classi specificate */
.wrapperT .icons-homepage a[target="_blank"] i.material-icons.x1, .banner a[target="_blank"] i.material-icons.x1, a img + i.material-icons.x1 {
    display: none;
}

/* aggiunge icona link esterno per le label delle icona della sezione ICONE HOMEPAGE */
.wrapperT .icons-homepage span + a[target="_blank"] &gt; span + i.material-icons.x1{
    display:inline-block;
    color:#111;
    top:0px;
    align-self: center;
}

/* uniforma grafica campo input all'interno dei form */
.form-field input.form-control {
     font-size: 15.84px; 
     color: black; 
     padding: .375rem .75rem; 
     border: 1px solid #ced4da; 
     width: 86%; 
}

/* nasconde box "altre info" in configurazione */
tr.ff_infoclasse {display: none;}

/* rende visibile checkbox email_chk in appelli - rb add 16022021 */
#email_chk {
    opacity: 1;
    left: 0;
    top: -10px;
}

/* rende visibile checkbox in riunioni - rb add 11032021 */
/* input[type=checkbox][name=ruolo] { */
input[type=checkbox][class=show_chk] {
    opacity: 1;
    margin: 2px;
    left: 1px;
    top: 0;
    /* left: 2px; */
    /* top: 0; */
}

.mostraPunto li{
    list-style:disc ;
}

.mostraPunto {
    list-style:disc ;
}

/* rb add Eccellenza 01/2023 */
.eccellenza, .eccellenzaeng{
    /* width: 100%; */
    /* position:absolute; */
    background-image: url('/css/campusnet2018/assets/img/dipeccellenza_ita.png');
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    width: 83.75rem;
    margin-bottom: -28px; /* -16px; */
    margin-top: 3px;
    height: 105px; /*75px; 100px; */
    /* background: #fff; */
    /* overflow-x: visible; */
    z-index:1;
  }
 
  .eccellenza p, .eccellenzaeng p {
    width: 100%;height: 70%; 
    background-image: none;
  }   
 
  .eccellenzaeng {    
    background-image: url('/css/campusnet2018/assets/img/dipeccellenza_eng.png');
    height: 115px; /*75px; 100px; */
  } 

@media (max-width: 576px){  
    .eccellenza, .eccellenzaeng {
        /* width: 100%; */
        /* position: absolute; */
        width: 83.75rem;
        margin-top: 11px;
        margin-bottom: -16px;
        height: 70px;
        /* background: #fff; */
        background-image: url('/css/campusnet2018/assets/img/dipeccellenza_ita.png');
        background-size: cover;
        background-repeat: repeat;
        background-position: center center;
        /* overflow-x: visible; */
        z-index: 1;
    }
    
    .eccellenzaeng {    
    background-image: url('/css/campusnet2018/assets/img/dipeccellenza_eng.png');
    } 
} 

/* rb add 06/2023 */
#mainContent a, aside a {
    text-decoration: underline;
}

.nav-tabs a {
    text-decoration:none !important
}


/* rb add 11/2023 02/2025 */
[role="tooltip"],
.hidetooltip.hidetooltip.hidetooltip + [role="tooltip"] {
  visibility: hidden;
  position: absolute;
  top: 3rem;    /* 2  */
  left: 0rem; /* 2  */
  background: black;
  color: white;
}
[aria-describedby]:hover,
[aria-describedby]:focus {
  position: relative;
}
[aria-describedby]:hover + [role="tooltip"],
[aria-describedby]:focus + [role="tooltip"] {
  visibility: visible;
}

/* rb add 04/2024 */
a.disabled {
    pointer-events: none;
    cursor: default;
	cursor: not-allowed;
}

/* rb add 04/2025 sfarfallio */ 
.mce-container.mce-panel.mce-floatpanel.mce-menu.mce-animate.mce-menu-align.mce-in {
    position: absolute !important;
}

/* fix tendina apre options in top pagina rb 04/2025  */
.mce-window{
    /* position: absolute !important; */
    position: absolute !important;
}
.mce-in{
    /* position: absolute !important; */
    position: fixed !important;
}</pre></body></html>