﻿@charset "utf-8";
/*************************************************************** DA FILE style.css ************************************************/
:root {
    --foreground-red: #e50000;
    --background-blue: #0074c9;
    --foreground-green: #080;
}

html {
    font-size: 10px;
}

body {
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Alegreya Sans", sans-serif;
  padding-top: 91px;
  font-size: 18px !important;
}
@media (min-width: 1355px) and (max-width: 1488px) {

    body {
        padding-top: 175px;
    }
}


@media (min-width: 1526px) and (max-width: 1643px) {

    body {
        padding-top: 175px;
    }
}
#printonly {
  display: none;
}

/*@media print {
  #ctl01_utiuHeader {
      display: none
  }

  #printonly {
      display: block;
  }

  @page {
      size: A4 portrait;
  }
}*/

@media only screen and (max-width: 600px) {
  body {
    transform: scale(1);
  }
}

.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.slick-slide { width: 257px!important; }

/*.div-content-center {
  margin-top:5px!important;
}*/
/* Nella home, controbilancia il margin-top di tutte le altre pagine f.c. */
.main-banner {
  margin-top: -28px;
}

/* Per raggiungere il padding originale di 140px e lasciare fissa la barra di navigazione da vedere se è possibile utilizzare un padding unico nel body (ad es. allineare il padding nella home page a 140 e mettere un padding negativo al banner) f.c. */
/*.div-content-left,
.div-content-center,
.div-right {
  padding-top: 26px !important;
}*/
/* Diamo del padding di default alla colonna dei contenuti e a quella a destra */
.div-center,
.div-right {
  margin-top: 28px;
}



/* Miglioramento padding del menu di sinistra */
#submenu ul {
  margin-top: 28px;
}

/* Rimozione dischi dal menu */
.naked-list ul, .optWrapper ul {
  margin-left: 0px;
}

.naked-list ul li, .optWrapper ul li {
  list-style-type: none !important;
  margin-left: 0px !important;
}

/* Nasconde div clear e startcontent sopra il menu della materia */
#submenu div.clear, #submenu #startcontent {
  display: none;
}

/* spazio alla fine della sezione di logout */
.logout-option {
  padding-bottom: 20px;
}

#tutorModal .modal-header {
  display: block;
  text-align: center;
}

#tutorModal .close {
  float: right;
}

/* Miglioriamo un pò l'aspetto del contenitore dei materiali nella pagina di modifica dei materiali per i docenti f.c.*/
.materiali-container {
  padding-bottom: 9px;
}

.materiali-container .fa-2x {
  font-size: 1.6em !important;
}

/* Adjust button font so it won't be so small compared to the content font */
.btn {
  font-size: 1.5rem !important;  /* aggiornato anche per il bottone richiedi informazioni sul footer */
}
/* footer-richiedi informazioni  i.s */
btn-outline-light {
    color: #f8f9fa;
    border-color: #0071c6;
}


.btn-outline-light:hover {
    color: #fff;
  /*  border-color: #0071c6 !important;*/
   background-color: rgba(1, 139, 201) !important;
}
/* Make the bookmark button a little larger f.c. */
.bookmark {
  padding: 0.475rem 1.15rem !important;
  font-size: 2rem !important;
}

/* Ridefinizione col-md-9 in attesa di capire cosa causa la scroll-bar orizzontale */
.col-md-9 {
  width: 73% !important;
}

/* Tabella accetta prenotazioni */
.accetta-prenotazioni-table td:nth-child(6) {
  width: 15%;
}

/* h1, h2, h3, h4 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.h1 a,
.h2 a,
.h3 a,
h1 a,
h2 a,
h3 a,
h4 a {
  color: #2a62be;
  font-weight: 400;
}


h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  margin-top: 0;
  font-size: 24px;
  padding-top: 10px;
  margin-bottom: 0px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4, h5, .h5, h6, .h6 {
  font-size: 18px;
}
/* fine h1, h2, h3, h4, h5, h6 f.c. */
p {
  margin: 0px 0px 10px 0px
}

a,
a:hover {
  text-decoration: none;
  word-wrap: break-all;
  /* text-transform: uppercase;
     */
}
/*creava problemi con una lista non ordinata per i link, pagina regolamenti e offerta formativa*/
/*   a,
span {
  display: inline-block;   
}
*/

ul,
li {
  padding: 0;
  list-style: none;
}

/*.container-fluid {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}*/

#header {
  background: #018bc9;
  padding: 0 2.5rem;
}

#header .menuLeft * {
  color: #fff;
  font-weight: 600;
}

#header .menuLeft .topLeftSubMenu {
  display: flex;
  align-items: center;
}

#header .menuLeft .topLeftSubMenu * {
  font-size: 2.1rem;
}

#header .menuLeft .topLeftSubMenu select {
  background-color: #018bc9;
  border: none;
  max-width: 11rem;
  cursor: pointer;
  font-weight: bold;
}

#header .menuLeft .topLeftSubMenu a {
  margin-left: 3rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

#header .menuLeft .topLeftSubMenu .form-select {
  background-image: url(/data/skins/uninettunonew/images/downArrow.png);
}

#header .menuLeft .topLeftMainMenu {
  font-size: 2.5rem;
  padding-right: 8rem;
  font-weight: 500;
  color: #fff;
}

#header .menuLeft .topRightMainMenu {
  padding-right: 0;
  padding-left: 8rem;
}

#header .topRighttSubMenu {
  justify-content: flex-end;
}

#header .languageSelector a {
  margin-left: 0 !important;
}

.bold {
  font-weight: bold !important;
}

.rightPartOfMobileMenu .languageDropdown img {
  max-width: 3.2rem;
  cursor: pointer;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

#banner {
  position: relative;
}

#banner .bannerImg {
  max-height: 70rem;
  width: 100%;
}

#banner .bannerDwnTxt {
  font-size: 4rem;
  /*mod*/
  /* font-weight: 300;
     */
  text-align: center;
  margin: 0;
  background-color: #018bc9;
  /*position: absolute;
    */
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
}

#brands {
  padding: 3rem 2.5rem;
}

#brands .brandsImgCtrl img {
  max-height: 6.2rem;
}

#aboutMeUp {
  padding: 3rem 4rem;
}

#aboutMeUp .container-fluid {
  position: relative;
}

#aboutMeUp .container-fluid .aboutMeBtn {
  position: absolute;
  font-size: 4.5rem;
  background: #46b4f2;
  color: #fff;
  padding: 0.2rem 3rem;
  left: 50%;
  top: 7rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#offertaAndForm {
  padding: 3rem 0;
}

#offertaAndForm .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  font-size: 12px !important;
}

#offertaAndForm .sectionTitle {
  font-size: 4rem;
  /*mod*/
  font-weight: 500;
  color: #000;
  padding-top: 3rem;
}

#offertaAndForm .leftFormSection {
  padding: 0 7rem;
}

#offertaAndForm .divider {
  height: 0.7rem;
  width: 10rem;
  background: #018bc9;
  margin: 2rem auto;
}

#offertaAndForm .leftIntroFromTxt {
  background: #bf3dbc;
  color: #fff;
  font-size: 3.1rem;
  /*mod*/
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

#offertaAndForm .leftFormListGroup {
  padding-top: 4rem;
}

#offertaAndForm .leftFormListGroup li {
  border: none;
}

#offertaAndForm .leftFormListGroup .listTitle a {
  font-size: 2.8rem;
  /*mod*/
  color: #000;
  text-decoration: none;
}

#offertaAndForm .leftFormListGroup .arrowDiv {
  width: 6.4rem;
  height: 5.4rem;
  line-height: 5.4rem;
  text-align: center;
}

#offertaAndForm .leftFormListGroup .listDivider {
  height: 0.2rem;
  background: #d6d6d6;
  margin-left: 10rem;
}

#offertaAndForm .leftFormListGroup .arrowDiv-1 {
  background: url(/data/skins/uninettunonew/images/arrow-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .leftFormListGroup .arrowDiv-2 {
  background: url(/data/skins/uninettunonew/images/arrow-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .leftFormListGroup .arrowDiv-3 {
  background: url(/data/skins/uninettunonew/images/arrow-3.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .leftFormListGroup .arrowDiv-4 {
  background: url(/data/skins/uninettunonew/images/arrow-4.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .leftFormListGroup .arrowDiv-5 {
  background: url(/data/skins/uninettunonew/images/arrow-5.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .leftFormListGroup .arrowDiv-6 {
  background: url(/data/skins/uninettunonew/images/arrow-6.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .leftFormListGroup .arrowDiv-7 {
  background: url(/data/skins/uninettunonew/images/arrow-7.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .leftFormListGroup .arrowDiv-8 {
  background: url(/data/skins/uninettunonew/images/arrow-8.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .leftFormListGroup .arrowDiv-9 {
  background: url(/data/skins/uninettunonew/images/arrow-9.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .leftFormListGroup .arrowDiv-10 {
  background: url(/data/skins/uninettunonew/images/arrow-10.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#offertaAndForm .rightFormSection {
  background: #f5f5f5;
  padding: 0 12rem;
}

#offertaAndForm .rightFormSection .formInputCtrl {
  padding-top: 4rem;
}

#offertaAndForm .rightFormSection .formInputCtrl .card {
  background: transparent;
  border: none;
}

#offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="text"],
#offertaAndForm .rightFormSection .formInputCtrl .card .card-body textarea,
#offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="email"],
.formInputCtrl select {
  padding: 0.75rem 2rem;
  font-size: 3rem;
  font-weight: 500;
  color: #6f7070;
  border: 0.3rem solid #018bc9;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  margin-bottom: 2rem;
}

.formInputCtrl select {
  padding: 0.58rem 2rem !important;
  /*font-size: 3.2rem;
     */
  /*mod?*/
}

#offertaAndForm .rightFormSection .formInputCtrl .card .captaCtrl input,
#offertaAndForm .rightFormSection .formInputCtrl .card .captaCtrl label {
  font-size: 2.4rem;
  font-weight: 500;
  color: #6f7070;
  cursor: pointer;
  margin-left: 4px;
}

#offertaAndForm .rightFormSection .formInputCtrl .card .captaCtrl label {
  padding-left: 1rem;
  font-size: 2rem;
}

#offertaAndForm .rightFormSection .formInputCtrl .card .captaCtrl .firstLabel {
  line-height: 1;
  font-size: 2rem;
}

#offertaAndForm .rightFormSection .formInputCtrl .card .submitBtn {
  /*background: #aaaaaa;*/
	background: #737373; /*   Per accessibilità */
  color: #ffffff;
  border-radius: 3.5rem;
  -webkit-border-radius: 3.5rem;
  -moz-border-radius: 3.5rem;
  -ms-border-radius: 3.5rem;
  -o-border-radius: 3.5rem;
  font-size: 3.5rem;
  font-weight: 500;
  padding: 0.75rem 3rem;
  margin-top: 2rem;
}

#counterCtrl {
  margin-top: 7rem;
  background: #018bc9;
}

#counterCtrl * {
  color: #fff;
}

#counterCtrl .counterControllerInside .card {
  border: none;
  background: transparent;
  text-align: center;
}

#counterCtrl .counterControllerInside .card .card-title {
  font-size: 7rem;
  font-weight: 700;
  margin: 0;
}

#counterCtrl .counterControllerInside .card .card-text {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
}

#uninttuno {
  padding: 3rem 4rem;
}

#uninttuno .uniTitle {
  font-size: 4rem;
  /*mod*/
  color: #000;
  padding-bottom: 2rem;
}

#uninttuno .uninttunoCard .card {
  border: none;
}

#uninttuno .uninttunoCard .card .card-title {
  font-size: 3rem;
  font-weight: 500;
}

#sliderPartCtrl {
  overflow: hidden;
  background: #f5f5f5;
  padding: 2rem 2rem;
  padding-bottom: 4rem;
}

#sliderPartCtrl .sliderTitle {
  font-size: 6rem;
  font-weight: 500;
  color: #000;
  padding-top: 3rem;
  margin: 0;
}

#sliderPartCtrl .sliderSubTitle {
  font-size: 3.5rem;
  color: #000;
  margin: 0;
}

#sliderPartCtrl .sliderController {
  padding-top: 3rem;
  padding-right: 4rem;
  padding-left: 4rem;
}

#sliderPartCtrl .sliderController .slick-prev:before {
  content: url(/data/skins/uninettunonew/images/leftSliderArrow.png);
}

#sliderPartCtrl .sliderController .slick-next:before {
  content: url(/data/skins/uninettunonew/images/rightSliderArrow.png);
}

#sliderPartCtrl .sliderController .slick-next {
  left: 98.8%;
}

#sliderPartCtrl .sliderController .slick-dots li button:before {
  font-size: 8rem;
  content: "-";
}

#sliderPartCtrl .sliderController .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #018bc9;
}

#sliderPartCtrl .singleSlider {
  width: 100%;
  margin-right: 1rem;
  margin-left: 1rem;
}

#sliderPartCtrl .singleSlider img {
  width: 100%;
}

#footer {
  background: #018bc9;
  padding: 7rem 0;
}

#footer .footerCtrl * {
  color: #fff;
}

#footer .footerCtrl .footerTitle {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 0.75rem;
}

#footer .footerCtrl ul li,
#footer .footerCtrl ul li a {
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
}

#footer .footerCtrl ul li {
  margin-bottom: 0.5rem;
}

#footer .footerCtrl .footerBtn {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0.75rem 2rem;
  border: 0.1rem solid #fff;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  text-transform: uppercase;
  margin: 2.5rem 0;
}

#copyrightAndSocialIcons {
  padding: 4rem 0;
}

#copyrightAndSocialIcons ul li {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

#copyrightAndSocialIcons .copyrightText {
  font-size: 2rem;
  font-weight: 400;
  color: #018bc9;
  padding-top: 1.5rem;
}

#mobileMenuCtrl {
  background: #018bc9;
}

#mobileMenuCtrl .mobileNavLogo {
  max-width: 18rem;
}

#mobileMenuCtrl .userDropDown,
#mobileMenuCtrl .languageDropdown {
  text-align: center;
}

#mobileMenuCtrl .userDropDown *,
#mobileMenuCtrl .languageDropdown * {
  font-size: 1.5rem;
}

#mobileMenuCtrl .userIcon {
  cursor: pointer;
}

#mobileMenuCtrl .userDropDown .dropdown-menu[data-bs-popper] {
  top: 129%;
  left: -12rem;
  margin-top: 0.125rem;
}

#mobileMenuCtrl .languageDropdown .languageIcon:hover {
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  background: rgba(0, 0, 0, 0.317);
}

#mobileMenuCtrl .languageDropdown .dropdown-menu {
  min-width: 7rem;
}

#mobileMenuCtrl .languageDropdown .dropdown-menu[data-bs-popper] {
  top: 129%;
  left: -5rem;
  margin-top: 0.125rem;
}

#mobileMenuCtrl .navbar-nav .nav-link {
  font-size: 1.8rem;
  color: #fff;
}

.middleLogo img {
  height: 100%;
}

@media screen and (max-width: 575px) {
  .button-left-two {
    padding-top: 3px;
    padding-right: 5px !important;
  }

  #banner .bannerDwnTxt {
    font-size: 2rem !important;
    font-weight: 400;
  }

  .formInputCtrl select {
    padding: 0.58rem 2rem !important;
    font-size: 1.7rem;
  }

  #offertaAndForm .leftFormListGroup .listTitle a {
    font-size: 2rem !important;
  }

  #offertaAndForm .leftFormListGroup .listTitle a br {
    display: none;
  }

  #offertaAndForm .leftFormSection {
    padding: 0;
  }

  #offertaAndForm .sectionTitle {
    font-size: 2.8rem;
  }

  #offertaAndForm .sectionTitle br {
    display: none;
  }

  #offertaAndForm .leftIntroFromTxt {
    width: 100%;
  }

  #offertaAndForm .leftIntroFromTxt {
    background: #bf3dbc;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
  }

  #offertaAndForm .leftFormListGroup .listTitle {
    font-size: 1.7rem;
    max-width: 80%;
  }

  #offertaAndForm .leftFormListGroup .arrowDiv {
    width: 4.2rem;
    height: 3.7rem;
    line-height: 3.5rem;
    text-align: center;
  }

  #offertaAndForm .leftFormListGroup .arrowDiv img {
    width: 1rem;
  }

  #offertaAndForm .leftFormListGroup .listDivider {
    margin-left: 6rem;
  }

  #offertaAndForm .rightFormSection {
    background: #f5f5f5;
    padding: 0 8rem;
    padding-top: 0;
  }

  #offertaAndForm .pt-4 {
    width: 100%;
  }

  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="text"],
  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body textarea,
  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="email"] {
    font-size: 1.5rem;
  }

  #offertaAndForm .rightFormSection .formInputCtrl .card .captaCtrl input,
  #offertaAndForm .rightFormSection .formInputCtrl .card .captaCtrl label {
    font-size: 1.5rem;
  }

  #offertaAndForm .rightFormSection .formInputCtrl .card .submitBtn {
    font-size: 1.8rem;
  }

  #aboutMeUp .container-fluid .aboutMeBtn {
    font-size: 1.5rem;
    top: 1rem;
  }

  .rightFormSection {
    margin-top: 3rem;
    padding-bottom: 3rem !important;
  }

  #counterCtrl {
    margin-top: -3rem;
  }

  #counterCtrl .counterControllerInside .card .card-title {
    font-size: 3rem;
  }

  #counterCtrl .counterControllerInside .card .card-text {
    font-size: 1rem;
  }

  #uninttuno .uniTitle {
    font-size: 2.5rem;
  }

  #uninttuno .uninttunoCard .card .card-title {
    font-size: 1.5rem;
  }

  #uninttuno .uninttunoCard .card .card-title br {
    display: none;
  }

  #sliderPartCtrl .sliderTitle {
    font-size: 2.2rem !important;
  }

  #sliderPartCtrl {
    overflow: hidden;
    background: #f5f5f5;
    padding: 4rem 0;
  }

  #sliderPartCtrl .sliderSubTitle {
    display: none;
  }

  #sliderPartCtrl .sliderController {
    padding-top: 3rem;
    /*padding-bottom: 8rem;
        */
    padding-right: 8rem;
    padding-left: 8rem;
  }

  #sliderPartCtrl .sliderController .slick-prev {
    left: 1rem;
    /*padding-bottom: 12rem;
        */
  }

  #sliderPartCtrl .sliderController .slick-dots {
    margin: 0 0 0 -8rem;
    display: none !important;
  }

  #sliderPartCtrl .sliderController .slick-next {
    left: 85.8%;
    /*padding-bottom: 12rem;
        */
  }

  #footer {
    background: #018bc9;
    padding: 2rem 0;
  }

  #footer .footerCtrl .footerTitle {
    font-size: 1.4rem;
  }

  #footer .footerCtrl ul li,
  #footer .footerCtrl ul li a {
    font-size: 1.1rem;
  }

  #footer .footerCtrl .footerBtn {
    font-size: 1.1rem;
    width: 100%;
  }

  #footer .footerCtrl .footerBtn img {
    max-width: 1.1rem;
  }

  #copyrightAndSocialIcons .copyrightText {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  #banner .bannerDwnTxt {
    font-size: 2.5rem;
    font-weight: 400;
  }

  .formInputCtrl select {
    padding: 0.58rem 2rem !important;
    font-size: 1.4rem;
  }

  #brands .brandsImgCtrl img {
    max-height: 2.7rem;
  }

  #offertaAndForm .sectionTitle {
    font-size: 2rem;
  }

  #offertaAndForm .leftIntroFromTxt {
    font-size: 1.6rem;
    width: 80%;
  }

  #offertaAndForm .leftFormSection {
    padding: 0 3rem;
  }

  #offertaAndForm .leftFormListGroup .arrowDiv {
    width: 5rem;
    height: 4.8rem;
    line-height: 4.5rem;
    text-align: center;
  }

  #offertaAndForm .leftFormListGroup .arrowDiv img {
    max-width: 1rem;
  }

  #offertaAndForm .leftFormListGroup .listTitle {
    font-size: 1.5rem;
  }

  #offertaAndForm .leftFormListGroup .listDivider {
    margin-left: 6.5rem;
  }

  #offertaAndForm .rightFormSection {
    background: #f5f5f5;
    padding: 0 3rem;
  }

  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="text"],
  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body textarea,
  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="email"] {
    padding: 0.75rem 2rem;
    font-size: 1.2rem;
  }

  #offertaAndForm .rightFormSection .formInputCtrl .card .captaCtrl input,
  #offertaAndForm .rightFormSection .formInputCtrl .card .captaCtrl label,
  #offertaAndForm .rightFormSection .formInputCtrl .card .captaCtrl .firstLabel {
    font-size: 1.4rem;
  }

  #offertaAndForm .rightFormSection .formInputCtrl .card .submitBtn {
    font-size: 1.3rem;
  }

  #aboutMeUp .container-fluid .aboutMeBtn {
    font-size: 3rem;
    left: 50%;
    top: 3rem;
  }

  #counterCtrl .counterControllerInside .card .card-title {
    font-size: 3.4rem;
  }

  #counterCtrl .counterControllerInside .card .card-text {
    font-size: 1.1rem;
  }

  .counterControllerInside .card-body {
    padding-right: 0;
    padding-left: 0;
  }

  #uninttuno .uniTitle {
    font-size: 3rem;
    font-weight: 400;
  }

  #uninttuno .uninttunoCard .card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
  }

  #uninttuno .uninttunoCard .card .card-title br {
    display: none;
  }

  #sliderPartCtrl .sliderTitle {
    font-size: 3rem;
    font-weight: 400;
  }

  #sliderPartCtrl .sliderSubTitle {
    font-size: 1.6rem;
    font-weight: 400;
  }

  #sliderPartCtrl .sliderController .slick-next {
    left: 96%;
  }

  #footer .footerCtrl .footerTitle {
    font-size: 1.1rem;
  }

  #footer .footerCtrl ul li,
  #footer .footerCtrl ul li a {
    font-size: 1.1rem;
  }

  #footer .footerCtrl .footerBtn {
    font-size: 1.4rem;
  }

  #copyrightAndSocialIcons .copyrightText {
    font-size: 1rem;
  }

  #offertaAndForm .divider {
    height: 0.4rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1110px) {
  #header .menuLeft .topLeftSubMenu * {
    font-size: 1.7rem;
  }

  .formInputCtrl select {
    padding: 0.58rem 2rem !important;
    font-size: 2.2rem;
  }

  #header .menuLeft .topLeftSubMenu * {
    font-size: 1.7rem;
  }

  #header .menuLeft .topLeftMainMenu {
    font-size: 1.7rem;
  }

  #header .menuLeft .topLeftMainMenu {
    padding-right: 0;
  }

  #header .menuLeft .topRightMainMenu {
    padding-left: 0;
  }

  #banner .bannerDwnTxt {
    font-size: 4rem;
    font-weight: 400;
  }

  #brands .brandsImgCtrl img {
    max-height: 4.2rem;
  }

  #aboutMeUp .container-fluid .aboutMeBtn {
    font-size: 3.5rem;
    top: 3rem;
  }

  #offertaAndForm .sectionTitle {
    font-size: 3.8rem;
  }

  #offertaAndForm .leftFormSection {
    padding: 0 3rem;
  }

  #offertaAndForm .leftIntroFromTxt {
    font-size: 2.6rem;
  }

  #offertaAndForm .leftFormListGroup .listTitle {
    font-size: 3rem;
  }

  #offertaAndForm .rightFormSection {
    padding: 0 7rem;
  }

  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="text"],
  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body textarea,
  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="email"] {
    padding: 0.75rem 2rem;
    font-size: 2rem;
  }

  #uninttuno .uniTitle {
    font-size: 4rem;
  }

  #uninttuno .uninttunoCard .card .card-title {
    font-size: 2rem;
    font-weight: 500;
  }

  #sliderPartCtrl .sliderTitle {
    font-size: 4rem;
  }

  #sliderPartCtrl .sliderSubTitle {
    font-size: 2rem;
  }

  #sliderPartCtrl .sliderController .slick-next {
    left: 97.8%;
  }
}

@media screen and (min-width: 1111px) and (max-width: 1550px) {
  #header .menuLeft .topLeftSubMenu * {
    font-size: 1.8rem;
  }

  .formInputCtrl select {
    padding: 0.58rem 2rem !important;
    font-size: 2.2rem;
  }

  #header .menuLeft .topLeftMainMenu {
    font-size: 1.7rem;
  }

  #header .menuLeft .topLeftMainMenu {
    padding-right: 2rem;
  }

  #header .menuLeft .topRightMainMenu {
    padding-left: 2rem;
  }

  .middleLogo img {
    height: 100%;
  }

  #banner .bannerDwnTxt {
    font-size: 5rem;
    font-weight: 400;
  }

  #brands .brandsImgCtrl img {
    max-height: 4.2rem;
  }

  #offertaAndForm .sectionTitle {
    font-size: 3.8rem;
  }

  #offertaAndForm .leftFormSection {
    padding: 0 3rem;
  }

  #offertaAndForm .leftIntroFromTxt {
    font-size: 2.6rem;
    font-weight: 500;
  }

  #offertaAndForm .leftFormListGroup .listTitle {
    font-size: 3rem;
  }

  #offertaAndForm .rightFormSection {
    padding: 0 7rem;
  }

  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="text"],
  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body textarea,
  #offertaAndForm .rightFormSection .formInputCtrl .card .card-body input[type="email"] {
    padding: 0.75rem 2rem;
    font-size: 2rem;
  }

  #aboutMeUp .container-fluid .aboutMeBtn {
    top: 5rem;
  }

  #uninttuno .uniTitle {
    font-size: 4rem;
  }

  #uninttuno .uninttunoCard .card .card-title {
    font-size: 2rem;
    font-weight: 500;
  }

  #sliderPartCtrl .sliderTitle {
    font-size: 4rem;
  }

  #sliderPartCtrl .sliderSubTitle {
    font-size: 2rem;
  }

  #sliderPartCtrl .sliderController .slick-next {
    left: 97.8%;
  }
}

.pb-3 {
  padding-top: 10px;
}

.nav-link {
  padding-left: 0px;
  text-transform: uppercase;
}

.form-select {
  /*padding: 0 !important;
    */
  font-size: 1.6rem;
}

.custom-img img {
  width: 100%;
}

/* slick slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* fine slick slider */
/* slick-theme */
@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* fine slick-theme */
/* style secondary page */
/* header */
.header-area {
  background: #018bc9;
  padding: 0 25px;
  position: relative;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.header-middle-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.header-right-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.header-left-top-img img {
  max-width: 250px;
  height: 90px;
}

.header-middle-content a {
  display: block;
}

.header-middle-content img {
  max-width: 300px;
  width: 100%;
  height: 101px;
  /*mod*/
  margin: 0 auto;
  display: block;
}

.header-left-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  /*mod*/
}

.header-left-top-select {
  width: 110px;
  position: relative;
  z-index: 2;
  margin: 20px 40px;
}

.header-left-top-select:after {
  content: '';
  position: absolute;
  background: url('/data/skins/uninettunonew/images/downArrow.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 10px;
  right: 5px;
  top: 8px;
  pointer-events: none;
}

.header-left-top-select select {
  font-family: "Alegreya Sans", sans-serif;
  background: #018bc9;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 23px;
  color: #FFF;
  text-transform: uppercase;
  line-height: normal;
  width: 100%;
  cursor: pointer;
  outline: none;
}

.header-left-top-select select:hover {
  background: #018bc9;
}

.header-left-top-link a {
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content .header-left-content:first-child .header-menu-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 105px;
}

.header-menu-content ul li a {
  font-weight: 500;
  font-size: 21px;
  /*mod*/
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
}

.header-menu-content ul li a:hover {
  color: #000000;
}

.header-content .header-right-content:last-child .header-menu-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 105px;
}

.header-right-form-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}

.header-contact-content a img {
  width: 32px;
  height: auto;
  margin-right: 5px;
}

.header-contact-content a {
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-right: 50px;
}

.header-left-top-link a img {
  /* width: 23px;
     */
  height: auto;
  margin-right: 10px;
}

.header-right-form form label img {
  cursor: pointer;
  width: 28px;
  height: auto;
  margin-top: 0px;
}

.header-right-form form input[type="search"] {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: inherit;
  background: #018bc9;
  border: none;
  width: 95px;
  outline: none;
}

.header-right-form form input[type="search"]::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
  color: #FFFFFF;
}

.header-right-form form input[type="search"]::-moz-placeholder {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
  color: #FFFFFF;
}

.header-right-form form input[type="search"]:-ms-input-placeholder {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
  color: #FFFFFF;
}

.header-right-form form input[type="search"]::-ms-input-placeholder {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
  color: #FFFFFF;
}

.header-right-form form input[type="search"]::placeholder {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
  color: #FFFFFF;
}

.header-right-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;
    */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right-language {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;
    */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right-language a {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
  position: relative;
}

/* .header-right-language a:before {
     content: '';
     position: absolute;
     background: #FFFFFF;
     width: 2px;
     height: 20px;
     left: 10px;
     top: 3px;
}
 */
.header-right-language a:first-child:before {
  display: none;
}

/*.mobile-dropdown .dropdown:first-child button {*/
.mobile-dropdown .one button {
  background: #FFFFFF;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
}

.one img {
  height: 20px;
}

.dropdown-menu {
  width: 100px;
  /* commenting this since it makes the drop-down box border disappear  f.c.*/
  /*border: aliceblue;*/
  background: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-dropdown ul li a {
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 3px 10px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-dropdown ul li a:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.mobile-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
}

.mobile-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mobile-dropdown .dropdown.two button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.mobile-dropdown .dropdown.two button img {
  height: 30px;
  width: auto;
}

.mobile-dropdown .one ul {
  position: absolute;
  right: 48px;
  top: 29px;
  display: none;
  background: #FFFFFF;
  text-align: center;
  width: 90px;
  padding: 8px 0;
  z-index: 1002;
}

.mobile-dropdown .two ul {
  width: 160px;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 10px 0;
  /*display: none;
    */
  background: #FFFFFF;
  text-align: center;
  z-index: 1002;
}

.mobile-menu-logo img {
  max-width: 220px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.mobile-menu-button button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.mobile-menu-button button img {
  height: 32px;
  width: auto;
}

/* fine header */
.full-wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-area {
  background: #eeeeee;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 25px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.full-wrapper-right-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
}

.sidebar-top-content p {
  font-weight: 500;
  font-size: 28px;
  color: #018bc9;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.sidebar-menu-content ul li {
  /* border-bottom: 1px solid #999797;
     */
  /*mod*/
}

.sidebar-menu-content ul {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin: 0px 0;
  /*12px 0;
    */
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sidebar-menu-content li a {
  font-weight: 500;
  font-size: 20px;
  /*color: #1d1d1b;
    */
  text-transform: uppercase;
  line-height: 1.4;
  margin: -1px 0;
  /*12px 0;
    */
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sidebar-menu-content ul li a:hover {
  color: #018bc9;
}

.full-wrapper-right-top-image img {
  width: 100%;
  height: auto;
  display: block;
}

.full-wrapper-right-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 135px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.full-wrapper-right-bottom-text-content {
  /* flex: 0 0 70%;
     */
  max-width: 750px;
  width: 100%;
}

.full-wrapper-right-bottom-login-content {
  /* flex: 0 0 30%;
     */
  max-width: 380px;
  width: 100%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}

.full-wrapper-right-bottom-text-content p {
  font-weight: 400;
  font-size: 26px;
  color: #484848;
  text-transform: inherit;
  line-height: 1.2;
  display: block;
  margin-bottom: 12px;
}

.signature-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 70px;
  padding-right: 50px;
}

.signature-text-content h5 {
  font-weight: 400;
  font-size: 20px;
  color: #666;
  text-transform: inherit;
  line-height: normal;
  text-align: center;
  padding-right: 35px;
}

.signature-text-content img {
  width: 235px;
  height: auto;
  margin-top: 25px;
}

.full-wrapper-right-bottom-login-text p {
  font-weight: 400;
  font-size: 20px;
  color: #5484d4;
  text-transform: inherit;
  line-height: normal;
  width: 80%;
  margin-bottom: 40px;
  padding: 0 10px;
}

.full-wrapper-right-bottom-login-form {
  padding: 10px;
  border: 2px solid #c4c4c4;
}

.full-wrapper-right-bottom-login-form h5 {
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  text-transform: inherit;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -30px;
  background: #FFFFFF;
  padding: 0 10px;
  margin-bottom: 20px;
}

.single-login-input-field {
  margin-bottom: 18px;
}

.single-login-input-field label {
  font-weight: 700;
  font-size: 18px;
  color: #666666;
  text-transform: capitalize;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}

.single-login-input-field input {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-transform: inherit;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 190px;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 3px;
  outline: none;
}

.single-login-submit-field input {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 2px 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
}

.single-login-submit-field input:hover {
  background: #e5e5e5;
  color: #000;
}

.full-wrapper-right-bottom-login-form a {
  font-weight: 500;
  font-size: 18px;
  color: #4879b2;
  text-transform: inherit;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* inizio footer */
.footer-top-area {
  background: #018bc9;
  padding: 70px 25px;
}

.footer-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-footer-top-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.single-footer-top-content a.mobile-logo {
  display: none;
}

.single-footer-top-content p {
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.single-footer-top-content ul li,
.single-footer-top-content ul li a {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: inherit;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-footer-top-content ul li a:hover {
  color: #000000;
}

.single-footer-top-content button {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 26px;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 15px;
  text-transform: uppercase;
  margin: 25px 0;
  color: #FFFFFF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
}

.single-footer-top-content button img.mobile-show {
  width: 12px;
  margin-left: 10px;
  display: none;
}

.single-footer-top-content button:hover {
  color: #000000;
  border: 1px solid #000000;
}

.footer-bottom-area {
  background: #FFFFFF;
  padding: 40px 25px;
}

.footer-bottom-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom-area p {
  font-weight: 400;
  font-size: 22px;
  color: #018bc9;
  text-align: center;
  text-transform: inherit;
  margin-top: 15px;
}

.footer-bottom-area ul li a img {
  height: 38px;
  width: auto;
  margin: 0 16px;
}

.footer-top-content .single-footer-top-content:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top-content .single-footer-top-content:first-child a img {
  max-width: 525px;
  width: 100%;
  height: auto;
}

.mobile-menu-content ul {
  background: #018bc9;
  width: 100%;
  position: absolute;
  left: -20px;
  top: 65px;
  padding: 15px 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 999;
  text-align: center;
}

.mobile-menu-content ul li {
  list-style-type: none;
}

.mobile-menu-content ul.show-menus {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu-content ul li a {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 4px 10px;
  transition: .3s;
}

.mobile-menu-content ul li a:hover {
  color: #000000;
}

.mobile-header {
  display: none;
}

/* fine footer */
/* inizio responsive */
@media all and (min-width: 1525px) {
  .sidebar-area {
    padding: 25px 15px;
  }

  .header-area {
    padding: 0;
  }

  .sidebar-top-content p {
    font-size: 27px;
  }

  .sidebar-menu-content ul li a {
    font-size: 22px;
  }

  .nav-link {
    /*font-size: 24px;
         font-weight: 500;
         */
    font-size: 19px;
    font-weight: 440;
    color: #000;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #999797;
  }

  .nav-link:hover {
    color: #018bc9;
  }

  .active {
    /*font-size: 26px;
        */
    font-weight: 500;
   /* color: #018bc9; cambiato per motivi di accessibiltà */

    /*padding: 2.0rem 2.5rem;
         border-bottom: none;
        */
  }
.active {color: #0070a2;}    /*cambiato per motivi di accessibiltà */
  .active nav-link {
    font-size: 26px;
    font-weight: 500;
    color: #018bc9;
    /*padding: 0.5rem 0.5rem;
        */
    border-bottom: 1px solid #999797;
  }

  .full-wrapper {
    display: flex;
    width: 100%;
  }

  .full-wrapper-content {
    display: flex;
    flex-direction: row;
  }

  .flex-column {
    background-color: #eeeeee;
    flex: 0 0 20%;
  }
}

@media all and (max-width: 1525px) {
  .header-menu-content li {
    padding: 10px 5px !important;
  }

  .header-content .header-left-content:first-child .header-menu-content ul {
    padding-right: 70px;
  }

  .header-content .header-right-content:last-child .header-menu-content ul {
    padding-left: 70px;
  }

  .header-area {
    padding: 0;
  }

  .footer-top-area {
    padding: 70px 0;
  }

  .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #999797;
    text-transform: uppercase;
    text-align: center;
  }

  .nav-link:hover {
    color: #018bc9;
  }

  .nav-itm active {
    font-size: 23px;
    font-weight: 500;
    color: #018bc9;
    padding: 1.5rem 0.5rem;
    border-bottom: none;
  }

  .full-wrapper {
    display: flex;
    width: 100%;
  }

  .full-wrapper-content {
    display: flex;
    flex-direction: row;
  }

  .flex-column {
    background-color: #eeeeee;
    flex: 0 0 20%;
  }

  .full-wrapper-right-bottom-text-content {
    max-width: 650px;
  }

  .header-right-form-language {
    margin-bottom: 15.5px;
  }

  .header-middle-content img {
    height: 101px;
  }

  .accordion-item:last-of-type .accordion-button.collapsed {
    font-size: 19px;
  }
}

@media all and (max-width: 1427px) {
  .header-menu-content ul li a {
    font-size: 19px;
  }

  .header-menu-content ul {
    margin-left: 0px;
  }

  .header-content .header-left-content:first-child .header-menu-content ul {
    padding-right: 50px;
  }

  .header-content .header-right-content:last-child .header-menu-content ul {
    padding-left: 50px;
  }

  .header-left-top-select select {
    font-size: 22px;
  }

  .sidebar-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
  }

  .flex-column {
    background-color: #eeeeee;
    flex: 0 0 23%;
  }

  .full-wrapper-right-bottom-text-content {
    max-width: 550px;
  }

  .full-wrapper-right-bottom-text-content p {
    font-size: 21px;
  }

  .full-wrapper-right-bottom-login-content {
    padding-left: 0;
    max-width: 340px;
  }

  .full-wrapper-right-bottom-content {
    padding: 30px 15px 100px 15px;
  }

  .header-contact-content a {
    margin-right: 10px;
  }

  .header-contact-content a img {
    width: 30px;
    margin-right: 2px;
    margin-top: -2px;
  }

  .header-right-form .form-control {
    padding-right: 0 !important;
  }

  .header-right-form form input[type="search"] {
    width: 80px;
  }

  .header-middle-content img {
    height: 100px;
  }

  .header-right-form-language {
    margin-bottom: 17.5px;
    /*mod*/
  }
}

@media all and (max-width: 1199px) {
  .div-content-center {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #ctl01_divCenter h1 {
    padding-left: 25px;
  }

  .header-middle-content img {
    height: 95px;
  }

  .header-menu-content ul li a {
    font-size: 18px;
  }

  .header-right-language a,
  .header-left-top-link a,
  .header-left-top-select select,
  .header-right-form form input[type="search"] {
    font-size: 20px;
  }

  .single-footer-top-content p {
    font-size: 20px;
  }

  .single-footer-top-content ul li,
  .single-footer-top-content ul li a {
    font-size: 18px;
  }

  .nav-link {
    font-weight: 500;
    color: #000;
    padding: 0.5rem 1rem;
  }

  .nav-link:hover {
    color: #018bc9;
  }

  .active {
    font-size: 23px;
    font-weight: 500;
    color: #018bc9;
    /* padding: 1.5rem 0.5rem;
         border-bottom: none;
         */
    /*mod*/
  }

  .full-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .flex-column {
    padding-bottom: 20px;
  }

  .full-wrapper-right-bottom-text-content {
    max-width: 550px;
  }

  .header-contact-content a,
  .header-right-form form input[type="search"],
  .header-right-form form input[type="search"]::placeholder {
    font-size: 18px;
  }

  .header-right-form form label img {
    margin-top: 0;
  }
}

@media all and (max-width: 1200px) {
  .menuitem-separator {
    padding: 1rem 2rem;
    /*color: grey;*/
color: #727272; /* update this for accessibilità */
    font-size: 15px;
    /*add*/
    margin-top: -1px;
    /*add*/
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

@media all and (max-width: 991px) {
  .footer-top-content .single-footer-top-content:first-child a img {
    margin-bottom: 30px;
  }

  .single-footer-top-content ul li,
  .single-footer-top-content ul li a {
    font-size: 14px;
  }

  .single-footer-top-content button {
    font-size: 18px;
  }

  .single-footer-top-content p {
    font-size: 18px;
  }

  .full-wrapper-right-bottom-text-content {
    max-width: inherit;
  }

  .full-wrapper-right-bottom-login-content {
    max-width: inherit;
    padding-left: 0;
    padding-top: 50px;
  }

  .desktop-area {
    display: none;
  } 
}

@media all and (max-width: 767px) {
  .single-footer-top-content button img.mobile-show {
    display: block;
  }

  .d-none {
    display: none;
  }

  .single-footer-top-content a.mobile-logo {
    display: block;
  }

  .single-footer-top-content a.mobile-logo img {
    width: 158px;
    height: auto;
  }

  .single-footer-top-content button {
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 0;
  }

  .footer-top-content .single-footer-top-content:last-child {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-top-content .single-footer-top-content:first-child {
    display: none;
  }

  .single-footer-top-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .single-footer-top-content button:hover {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
}

@media all and (max-width: 575px) {
  .mobile-menu-logo img {
    max-width: 200px;
  }

  .single-footer-top-content p {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .single-footer-top-content ul li,
  .single-footer-top-content ul li a {
    font-size: 16px;
  }

  .single-footer-top-content button {
    font-size: 14px;
    padding: 13px 15px;
    margin-top: 0;
  }

  .footer-top-area {
    padding: 50px 0;
  }

  .single-footer-top-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .footer-bottom-area ul li a img {
    height: 35px;
    margin: 0 14px;
  }

  .footer-bottom-area p {
    font-size: 20px;
  }
}

@media all and (max-width: 450px) {
  .mobile-menu-button button img {
    height: 28px;
  }

  .mobile-menu-logo img {
    max-width: 120px;
    height: 55.5px !important;
  }

  .mobile-header-content {
    height: 55px;
  }

  .mobile-dropdown .dropdown.two button img {
    height: 28px;
  }

  .mobile-dropdown .dropdown:first-child button img {
    height: 18px;
  }

  .mobile-dropdown .dropdown:first-child button {
    margin-right: 5px
  }

  .mobile-menu-content ul li a {
    font-size: 18px;
  }

  .mobile-menu-content ul {
    top: 54px;
  }

  .single-footer-top-content p {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .single-footer-top-content ul li,
  .single-footer-top-content ul li a {
    font-size: 13px;
  }

  .footer-top-content .single-footer-top-content:last-child {
    padding-left: 0;
    padding-top: 15px;
  }

  .single-footer-top-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .single-footer-top-content button {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .footer-bottom-area ul li a img {
    height: 30px;
  }

  .footer-bottom-area p {
    font-size: 18px;
  }

  .footer-bottom-area {
    padding: 30px 15px;
  }

  .sidebar-top-content p {
    font-size: 22px;
    margin-bottom: 20px
  }

  .full-wrapper-right-bottom-text-content p {
    font-size: 18px;
  }

  .single-login-input-field input {
    width: 70%;
  }
}

/* fine responsive */
.full-wrapper-center-bottom-text-content {
  font-size: 22px;
}

.text-space {
  margin-bottom: 10px;
}

.nav-itm a.nav-link {
    font-size: 18px;
    padding: 6px 3px 6px 15px !important;
}


/* dropdown menu secondario */
.dropdown-list-menu-sx {
    background-color: #f5faff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 5px 5px 5px 10px !important
    /*add*/
}

/*****prova sottomenu*/
.dropdown-list-menu-sx a {
    font-size: 18px;
    border-bottom: none;
    font-family: 'Alegreya Sans', sans-serif;
}

.dropdown-open {
  background-color: #018bc9;
  padding-left: 10px;
  padding-right: 10px;
  /* padding-top: 10px;
     padding-bottom: 10px;
     */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/************* SMALL LOGIN **********************/

/* Evita lo spostamento dell'icona di login quando si apre il pull-down */
.small-login .dropdown-open {
  padding: 0 !important;
}

.small-login-text {
  font-size: 2.2rem;
}

/*da adjust home*/
/* font menu profilo f.c.*/
.small-login ul li a {
  font-weight: 400 !important;
}

.small-login-text {
  font-size: 1.8rem !important; /* override di una linea più un alto, quando abbiamo finito sostituiamola */
  font-weight: normal !important;
}

.small-login {
  width: 80px;
}

.small-login .text-login { font-size:1.8rem; font-weight:normal; color:#FFF; }
.small-login a:hover { color:#FFF; }


/************* FINE SMALL LOGIN **********************/

.dropdown-open .menu-left-title {
  color: #fff;
  margin: 0;
  min-width: 250px;
}

.dropdown-menu-sx {
  border-bottom: 1px solid #999797;
}

.text-dropdown-menu-sx {
  color: #000;
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
}

.text-dropdown-menu-sx:hover {
  color: #018bc9;
}

.ultimate {
  border-bottom: none;
}

.full-wrapper-right-bottom-content {
  flex: 0 0 80%;
  width: 100%;
}

.full-wrapper-image {
  width: 100%;
  height: auto;
}

.custom-btn {
  width: 100%;
  height: 20px;
  padding: 0px;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
  /* border-color: #018bc9;
     */
  background-image: url(/data/skins/uninettunonew/images/angle-down.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  justify-content: space-between;
  transform: rotate(180deg);
  transition: .2s;
}

.custom-btn.addrem {
  transform: rotate(0deg);
}

/* .card-body {
     padding: 0;
}
 */
@media all and (min-width: 1200px) {
  .header-menu-content {
    width: 100%;
  }

  /*mod video*/
  /*#tdPlugin {
    background-color: #018bc9;
  }*/
 #tdPlugin {
    background-color: #0074c9;
  }
  #JWPlayerContainer {
    width: 70%;
    margin: auto;
  }

  /*fine mod video*/
  .custom-btn {
    display: none;
  }

  /* .collapse {
         display: none;
    }
     */
  .accordion-collapse {
    display: block;
  }

  #collapseExample .card-body {
    display: none;
  }

  .menuitem-separator {
    padding: 1rem;
    /*color: grey;*/
color: #727272; /* update this for accessibilità */
    font-size: 19px
    /*add*/
  }
}

.box-custom-btn {
  background-color: #018bc9;
  padding: 10px 0;
  display: none;
}

.custom-text {
  font-size: 26px;
  font-weight: 400;
  color: #484848;
  text-transform: inherit;
  line-height: 1.2;
  margin-bottom: 12px;
}

.nav-item-custom {
  padding: 0.5rem 2.5rem;
}

.accordion-button::after {
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.nav-link {
  padding: 1rem 2rem;
}

.active {
  /*font-size: 26px;
      */
  font-weight: 500;
 /* color: #018bc9; cambiato per motivi di accessibiltà */

  /*padding: 2.0rem 2.5rem;
       border-bottom: none;
      */
}
.active {color: #0070a2;}    /*cambiato per motivi di accessibiltà */


.accordion-item:last-of-type .accordion-button.collapsed {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #999797;
}

.accordion-button:not(.collapsed) {
  color: #018bc9;
  font-size: 24px;
  font-weight: 500;
  background-color: #eeeeee;
}

.accordion-button {
  background-color: #eeeeee;
  padding: 0.5rem 2rem;
}

.accordion-item:last-of-type .accordion-collapse {
  background-color: #eeeeee;
}

.accordion-item {
  border: none;
}

@media all and (max-width: 1525px) {
  .accordion-item:last-of-type .accordion-button.collapsed {
    font-size: 19px;
  }

  .accordion-button:not(.collapsed) {
    font-size: 19px;
  }
}

.sticky-top {
  position: sticky;
}

.mobile-menu-button {
  display: flex;
}

.button-left-two {
  padding-left: 5px;
  padding-top: 3px;
  padding-right: 5px !important;
}

/* .button-left-three {
     padding-left: 10px;
}
 */
.button-left-two img {
  height: 27px;
  width: auto;
}

.button-left-three img {
  height: 32px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .small-login-text {
    background: url(/data/skins/uninettunonew/images/user.png) 0 0 no-repeat;
    display: block;
    height: 32px;
    /* your image height */
    text-indent: -99999em;
    width: 32px;
    /* your image width */
    overflow: hidden;
  }

  .header-caret {
    display: none
  }
}

/* Soluzione ticket spaginamento esercizi in statistiche veloci, di a.v. */
.lsndata-group a {
  display: block;
}

/* ********************************************* spostamento offerta formativa nella home page ********************************************* */
#oformativa .leftFormListGroup .listDivider {
  height: 0.2rem;
  background: #d6d6d6;
  margin-left: 10rem;
}

@media screen and (min-width: 576px) and (max-width: 991px) {

  #oformativa .leftFormListGroup .listTitle {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  #oformativa .leftFormListGroup .arrowDiv {
    min-width: 5rem !important;
    height: 4.8rem;
    line-height: 4.5rem;
    text-align: center;
  }
}

#oformativa .leftFormListGroup .listTitle a {
  font-size: 2.8rem;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 575px) {


  #oformativa .leftFormListGroup ul li {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }


  #oformativa .leftFormListGroup ul {
    margin-left: 10px !important;
  }


  .degree-number {
    font-size: 3.2rem !important;
  }

  .ofitem-container {
    height: 9.5rem !important;
  }

  #oformativa .leftFormListGroup .listDivider {
    height: 0.25rem !important;
  }
}


#oformativa .leftFormListGroup .arrowDiv-1 {
  background: url(/data/skins/uninettunonew/images/arrow-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv-2 {
  background: url(/data/skins/uninettunonew/images/arrow-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv-3 {
  background: url(/data/skins/uninettunonew/images/arrow-3.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv-4 {
  background: url(/data/skins/uninettunonew/images/arrow-4.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv-5 {
  background: url(/data/skins/uninettunonew/images/arrow-5.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv-6 {
  background: url(/data/skins/uninettunonew/images/arrow-6.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv-7 {
  background: url(/data/skins/uninettunonew/images/arrow-7.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv-8 {
  background: url(/data/skins/uninettunonew/images/arrow-8.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv-9 {
  background: url(/data/skins/uninettunonew/images/arrow-9.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv-10 {
  background: url(/data/skins/uninettunonew/images/arrow-10.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#oformativa .leftFormListGroup .arrowDiv {
  min-width: 6.4rem;
  height: 5.4rem;
  line-height: 5.4rem;
  text-align: center;
}

#oformativa .leftFormListGroup li {
  border: none;
}

#oformativa .leftFormListGroup {
  padding-top: 4rem;
}
/************************************************************************************************************ ****************************************** DA FILE adjust.css ************************************************/
/*.header-middle-content img {
     max-width: 326px;
}
 */
.header-left-top-select {
  width: auto !important
}

/*.nav-link {
     padding-left:0px!important;
}
 */
/* Modifiche f.c. .header-menu-content ul li a {
     font-size: 24px;
}
 */
.header-right-form input[type="search"] {
  font-weight: 700;
  font-size: 22px;
  color: #fff !important;
  text-transform: inherit;
  background: #018bc9;
  border: none;
  width: 170px;
  outline: none;
  padding-left: 0px !important;
}

.header-right-form input[type="search"]::placeholder {
  color: white;
}

.header-right-form img {
  margin-top: -5px;
}



.login-triangle {
  top: 2px !important;
  font-size: 2rem;
}

/* .header-right-language a {
     padding-left: 5px!important;
}
 */
.header-content {
  align-items: initial;
}

/*#ctl01_divContentCenter {
  padding: 0px;
}*/

.stextcenter span {
  display: inline !important;
}




@media screen and (min-width: 1034px) and (max-width: 1287px) {
   .fixed-top-height {
    height: auto;
  }

  /*mod*/
  .header-menu-content ul li a {
    font-size: 18px;
  }

  .header-right-language a,
  .header-left-top-link a,
  .header-left-top-select select,
  .header-right-form form input[type="search"] {
    font-size: 20px;
  }

  .single-footer-top-content p {
    font-size: 20px;
  }

  .single-footer-top-content ul li,
  .single-footer-top-content ul li a {
    font-size: 18px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .fixed-top-height {
    height: auto;
  }

  .mobile-menu-logo img {
    height: auto;
  }

  body {
    max-width: 100% !important;
  }

/*   .fixed-top {
    position: initial;
  } */
}

@media screen and (max-width: 1200px) {

  /*mod*/
  body {
    padding-top: 0px;
    max-width: 100% !important;
  }

/*   .fixed-top {
    position: initial;
  } */

  .mobile-menu-logo img {
    height: 65.5px;
  }

  /*mod*/
  .fixed-top-height {
    height: auto;
  }

  .submenu-open,
  .submenu-closed {
    margin-top: 0px !important;
  }
  
  .navbar-nav li a {
	  font-size:90%;
  }
}

.mobile-language a {
  text-decoration: none !important;
  color: #000 !important;
}

.mobile-dropdown .one ul {
  right: -17px;
}

.mobile-dropdown .one ul li {
  margin-left: 0px !important;
}

.mobile-language a.active::before {
  content: "- ";
}

.mobile-language a.active::after {
  content: " -";
}

/* Pulsante apertura menu mobile */
.pull-right-menu-button {
  top: 14px;
}

.pull-right-menu-button span {
  margin: 0px;
}

.close-right-menu {
  right: 2px;
}

.header-menu-content {
  padding-bottom: 0px !important;
}

.header-menu-content li {
  list-style: none;
  display: inline;
  padding: 10px 10px;
}

.header-menu-content a.active {
  color: #018bc9;
  background-color: white;
  padding: 1px 4px;
  border-radius: 11px;
}

.profileicon .glyphicon-user {
  /*font-size:2rem!important;
    */
  display: none;
}

.header-caret .glyphicon-triangle-bottom {
  display: none;
}

.header-left-top-select:after {
  background: none !important;
}

/* ripristino le modifiche di ibra, le liste così sono esteticamente più accettabili */
ul, li {
  margin-left: 20px;
  list-style-type: disc;
}

.nav-itm ul li {
  list-style-type: none !important;
  margin-left: 0px !important;
  /*mod*/
}

/* end modifica Ibra css */
/* IBRA CSS 11-05-2022 */
/* javascript programme menu principale - modalità dispositivi mobili costringendo il cambio dell'esito del programma solo per l'interfaccia araba */
html[dir="rtl"] .mobile-menu-content ul {
  right: 0;
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

html[dir="rtl"] .mobile-menu-content ul.show-menus {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

/* end javascript programme menu principale dispositivi mobili*/
/* alignamento corretto del menu centrale in interfaccia arab */
html[dir="rtl"] .header-content .header-right-content:last-child .header-menu-content ul {
  padding-right: 105px;
}

.cyberspace-intro p {
  font-family: Arial, helvetica, sans-serif !important;
  font-size: 13px !important;
}



/* --- */
/* università nel metaverso f.c. */
.bannerDwnTxt {
  position: initial !important;
}

/* --- */
/* disallineamento voci menu f.c.
#homesearch {
  padding: 0px;
}
 */



#homesearch {padding: 0px;background-color: #ffffff !important;
color: #000 !important;width:100px !important;padding-left: 10px;} 


/* Limita lo spazio di assegnazione del video per evitare che appaia il buco nera mentre carica f.c. #VJSPlayerMedia401 .video-js {
     padding-top: 26% !important;
}
 */
#JWPlayerContainer .video-js {
  padding-top: 26% !important;
}

/* fine disallineamento */
#tdVideoContainer .video-js.vjs-fluid,
.video-js.vjs-4-3 {
  padding-top: 56.25% !important;
}

/* Ibrahim */
#aboutMeUp {
  padding: 0rem 4rem;
}

#sliderPartCtrl .sliderTitle {
  font-size: 4rem;
  color: #018bc9;
}

#uninttuno .uniTitle {
  color: #018bc9;
}

#offertaAndForm .sectionTitle {
  color: #018bc9;
}

#offertaAndForm .textarea .form-control {
  height: auto;
}

#aboutMeUp .container-fluid .aboutMeBtn {
  color: #018bc9;
  font-weight: 500;
  background: #0000;
}

html[dir="rtl"] #sliderPartCtrl .sliderController .slick-next {
  right: 98.8%;
}

html[dir="rtl"] #header .menuLeft .topLeftMainMenu {
  padding-left: 2rem;
}

html[dir="rtl"] #header .menuLeft .topRightMainMenu {
  padding-right: 2rem;
}

html[dir="rtl"] #sliderPartCtrl .sliderController .slick-next:before {
  content: url(/data/skins/uninettunonew/images/leftSliderArrow.png);
}

html[dir="rtl"] #sliderPartCtrl .sliderController .slick-prev:before {
  content: url(/data/skins/uninettunonew/images/rightSliderArrow.png);
}

html[dir="rtl"] .ps-2 {
  padding-right: 0.5rem !important;
}

html[dir="rtl"] .ms-4 {
  margin-right: 1.5rem !important;
}

/* Fine modifiche ibra */
html[dir="rtl"] header-content .header-left-content:first-child .header-menu-content ul {
  padding-left: 105px;
}

/* End alignamento corretto del menu centrale in interfaccia arab */
/* end ibra css 11-05-2022 */
/*ADATTAMENTO MODIFICHE FELICE CASIERE 19/05/2022 a.v. */
a {
  text-decoration: none;
}

a:hover {
  /*color: #018bc9 !important;
     */
  text-decoration: none !important;
}

.header-menu-content ul li a:hover {
  color: black !important;
}

.sidebar-sx .list-group-item.active a:hover {
  color: black !important;
}

/************************************************** DA FILE uninettuno.css ************************************************/


/* Global Styles */
/* Inserimento schermo intero per nuova versione a.v.*/
@media (min-width: 768px) {
  .container {
    width: 100% !important;
  }
}

html,
body {
  height: 100%;
}

html.wait,
html.wait * {
  cursor: wait !important;
}

body {
  /* new home */
  background-color: #fff;
  margin: 0;
  font-family: 'Alegreya Sans', sans-serif;
  /*Commentato nel caso si voglia adottare uno schermo intero a.v. background-image: url('img/back.png');
     background-repeat: repeat-y;
     background-position: center center;
    */
 /* color: #666666;  cambia il colore dei testi del sito a un altro colore per l'accessibiltà dei link circondati di testi*/
color: #262626;
}

.high-constast {
    background-color: #fff !important;
    color: #000 !important;
    opacity: 1 !important;
}

.body-nopadding-top {
    padding-top: 10px !important;
    margin-top: -50px;
}

/* Evita che quando si aprono le dialog modali di bootstrap vengano rimosse le scroll-bars della pagina causando l'effetto di spostamento laterale f.c. */
.modal-open {
  overflow: auto !important;
}

.div-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4 {
  /*font-family: 'Alegreya Sans', sans-serif;
    */
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}

.grey {
  color: #333333 !important;
}

.dark-grey {
  background-color: #333333;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.nomobile {
  display: block;
}

.clear {
  clear: both;
}

.btn-orange-ft,
.btn-orange-ft:hover {
  background-color: #ff9900;
  background-image: url('img/white-arrow-right.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 25px 6px 12px;
  background-position: right 10px center;
  text-transform: uppercase
}

.btn-orange,
.btn-orange:hover {
  background-color: #ff9900;
  background-image: url('img/white-arrow-right.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 25px 6px 12px;
  background-position: right 10px center;
  margin-left: 80px;
  margin-top: 10px;
}

.btn-green,
.btn-green:hover {
  background-color: #669966;
  background-image: url('img/white-arrow-right.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 25px 6px 12px;
  background-position: right 10px center;
}

.btn-blu,
.btn-blu:hover {
  background-color: #2a62be;
  background-image: url('img/white-arrow-right.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 25px 6px 12px;
  background-position: right 10px center;
}

.btn-dark,
.btn-dark:hover {
  background-color: #333333;
  background-image: url('img/white-arrow-right.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 25px 6px 12px;
  background-position: right 10px center;
  border: 1px solid;
}

.btn-lightcyan {
  color: #313131;
  background-color: #f5faff;
  border-color: #2e6da4;
}

.btn-lightcyan.lighter {
  border-color: #b7cde0 !important;
}

.btn-celeste,
.btn-celeste:hover {
  background-color: #fff;
  background-image: url('img/blu-arrows-right.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 25px 6px 12px;
  background-position: right 10px center;
  color: #063768;
}

.btn-login {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.btn-white {
  color: #313131;
  background-color: #FFF;
  border-color: #2e6da4;
}

.btn-border {
  border: 1px solid #aaa !important;
}

#table-inserimento-materiali .btn-secondary {
  background-color: transparent;
  border: 0
}

.panel-lightcyan {
  background-color: #f5faff !important;
}

.page-header {
  border: 0;
  margin: 20px 0 10px;
  padding-bottom: 9px;
}

.page-header-left {
  border: 0;
  margin: 20px 0 10px 13px;
  padding-bottom: 9px;
}

.nostrong {
  font-weight: normal !important;
}

.img-center {
  margin: 0 auto;
}

.circular {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.list-group-item.active,
.list-group-item:focus,
.list-group-item:hover,
.sidebar-sx .list-group-item.active {
  background-color: #337ab7;
  border: 1px solid #ddd;
}

.img-portfolio {
  margin-bottom: 30px;
}

.img-hover:hover {
  opacity: 0.8;
}

/*header*/
.navbar-nav {
  margin-right: -15px !important;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #2a62be;
  border-color: #2a62be;
  margin: 15px 2% 0 12px;
}

/* Gaetano .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
     color: #fff;
     background-color: #003366;
}
*/
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #4974bb;
}

.navbar-brand > img {
  width: 100%;
  max-width: 354px;
}

.navbar-inverse {
  background-color: #f7f7f7;
}

.navbar-brand {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Gaetano .navbar-inverse .navbar-collapse{
     background-color: #337bbf;
     padding: 0 1%;
}
 .navbar-inverse .navbar-nav>li>a{
     color: #fff;
     padding-left: 8px;
     padding-right: 8px;
}
*/
.navbar-inverse .navbar-collapse {
  background-color: #333333;
  padding: 0 0.2% 0 0.2%;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #4974bb;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #f5f5f5;
}

.nav {
  font-size: 16px;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #2a62be;
}

.search {
  margin: 38px 0 0 0;
}

.lang {
  margin: 15px 0 0 0;
}

.phone {
  font-weight: bold;
  background-image: url('img/phone.png');
  background-repeat: no-repeat;
  padding: 0 0 0 18px;
  font-size: 14px;
  background-position: 0px 1px;
}

/* Gaetano .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
     background-color: #003366 !important;
}
*/
/* Home Page */
.container.slider {
  margin-top: -28px;
}

/*header.carousel {
    height: 350px;
}
*/
header.carousel {
  height: 100%;
}

/* modificato per resize*/
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%;
}
a {
    color: #0056AC;
}
header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
  content: "";
}

.strip-bottom-slider {
  background-color: #ececec;
  padding: 11px 0 7px 0;
}

.strip-bottom-slider ul li:first-child img {
  margin: 0px 78px 0 0;
  vertical-align: middle;
}

.strip-bottom-slider ul li img {
  margin: 0 2px 0 0;
}

.strip-bottom-slider ul li {
  vertical-align: top;
  display: flex;
}

.strip-bottom-slider ul li {
  list-style-type: none;
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
}

.form-signin input[type='text'],
.form-signin input[type='password'] {
  width: 35%;
}

.scopri {
  margin-top: 10px;
}

.scopri h3 {
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.description-home {
  clear: both;
  display: block;
}

.description-home img {
}

/*.panel-body{
     padding-top:0;
}
*/
textarea.form-control {
  height: 80px;
}

.form-msg {
  border-style: none;
}

.form-control.output-latex {
  height: 1.5em;
}

.request-info label {
  margin: 9px 0 3px 0;
}

.request-info button {
  float: right;
  margin: 20px 0 0 0;
}

.request-info {
  background-color: #f5f5f5;
  padding: 2rem 2rem !important;
}

.docenti {
  overflow: hidden;
  margin: 15px 0 20px 0;
}

.docenti .col-lg-2 {
  padding: 28px 0 0 0;
}

.link-arrow {
  background-image: url('img/blu-arrows-right.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 25px 6px 12px;
  background-position: right 10px center;
  color: #2a62be;
}

.circle-mask {
  background-image: url('img/circle-mask.png');
  background-repeat: no-repeat;
  width: 81px;
  height: 81px;
  position: absolute;
  margin: 0 0 0 42px;
}

.offerta-formativa {
  clear: both;
  margin-left: 0;
}

.offerta-formativa h2 {
  color: #fff;
}

.offerta-formativa h2 span {
  font-style: italic;
  font-size: 14px;
}

.offerta-formativa h3 {
  color: #fff;
  font-size: 20px;
  margin: 12px 0 4px 0;
}

/* Gaetano .offerta-formativa .slot{
    background: #337bbf;
     margin: 15px 1% 16px 1%;
     width: 23%;
     height: 220px;
     padding: 0 14px;
}
*/
.offerta-formativa .slot {
  background: #333333;
  margin: 15px 1% 16px 1%;
  width: 23%;
  height: 228px;
  padding: 0 14px;
}

.offerta-formativa .slot h3 {
  color: #fff;
  font-size: 18px;
}

.offerta-formativa .slot p {
  color: #fff;
  font-size: 13px;
}

.offerta-formativa .slot .btn {
  width: 83%;
  text-align: left;
  position: absolute;
  bottom: 15px;
}

.news .carousel-indicators .active {
  background-color: #535859;
}

.news .carousel-indicators li {
  background-color: #fff;
  border: 1px solid #535859;
}

.news .carousel-indicators {
  position: relative;
  left: 103px;
  margin: 35px 0 0 0;
  width: 100%;
  text-align: left;
}

.next-event li {
  margin: 0 0 30px 0;
}

.next-event .date {
  background-image: url('img/circle-grey.png');
  background-repeat: no-repeat;
  width: 71px;
  height: 70px;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  color: #333333;
  padding: 10px;
}

.next-event .date .month {
  text-transform: uppercase;
  font-size: 15px;
}

.next-event .date .day {
  font-size: 27px;
  line-height: 22px;
}

.next-event .title {
  display: block;
  margin: 8px 0 6px 0;
}

.well.dicono {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
}

.dicono .carousel-indicators {
  position: relative;
  left: 75px;
  margin: 35px 0 0 0;
  width: 72%;
  text-align: left;
}

.carousel-indicators.blu .active {
  background-color: #2a62be;
}

.carousel-indicators.blu li {
  background-color: #fff;
  border: 1px solid #2a62be;
}

.prebottom h2 {
  margin: 30px 0 28px 0;
}

.mediagallery li {
  display: block;
  text-align: center;
  width: 88%;
  margin: 0 auto;
}

.overlay {
  background-image: url('img/overlay-media.png');
  background-repeat: no-repeat;
  max-width: 320px;
  height: 145px;
  position: absolute;
  width: 91%;
  background-size: contain;
}

.nettunotv {
  font-family: 'Roboto Slab', serif;
}

.nettunotv span,
.nettunotv a {
  color: #fff;
  font-weight: bold;
}

.nettunotv .title {
  font-size: 18px;
  margin: 11px 0 0 0;
}

.nettunotv .author {
  font-weight: 300;
  display: block;
  margin: 15px 0 0 0;
}

.nettunotv .dark-grey {
  max-width: 320px;
  padding: 30px 20px;
  height: 290px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.bottom-tv {
  position: absolute;
  bottom: 10px;
  background-image: url('img/white-arrow-right.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 0 22px 0 0;
  text-transform: uppercase;
  font-weight: normal !important;
}

.gridLezioni {
  width: 100%;
}

.gridLezioni {
  /*add*/
 /* color: #018bc9;*/ /*  Accessibilità */
	color:#0074c9;
}

/* Gaetano footer.row {
    margin-top: 10px;
     background-color: #337bbf;
     color: #fff;
     padding: 10px 10px;
}
*/
footer {
  margin-top: 10px;
  background-color: #333333;
  color: #fff;
  /* padding: 20px 10px;
     */
}

footer .footer-top-area {
  padding: 20px 10px;
}

footer h3 {
  color: #fff;
  font-family: 'Lato', serif;
  font-size: 20px;
  font-weight: 400;
}

footer a,
footer a:hover {
  color: #fff;
}

footer p {
  font-weight: 300 !important;
}

.sidebar-sx > .list-group {
  list-style-type: none;
}

.sidebar-sx .list-group {
  width: 100%;
}

la .sidebar-sx .list-group .list-group {
  margin-bottom: 0px;
}

#submenu ul li a {
  /*ADATTAMENTO MODIFICHE FELICE CASIERE 19/05/2022 a.v. */
  /*font-size: 20px !important;
     font-size: 22px !important;
    */
}

.sidebar-sx .list-group-item {
  /*ADATTAMENTO MODIFICHE FELICE CASIERE 19/05/2022 a.v. */
  /*background-color: #018bc9;
    /*#2a62be*/
  background-color: #eeeeee;
  padding: 10px 10px;
}

/*ADATTAMENTO MODIFICHE FELICE CASIERE 19/05/2022 a.v. */
.list-group-item {
  margin-bottom: 0px;
  margin-left: 25px;
  margin-right: 25px;
  border: none !important;
  /*border-bottom: 1px solid #999797 !important;
     */
}

/*.sidebar-sx .list-group-item .list-group-item{
     background-color: transparent;
     border: 0;
     border-bottom: 1px solid #ddd;
}
*/
.sidebar-sx .list-group-item .list-group-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #7EB1DC;
  padding: 8px 15px;
  /*padding: 10px 15px 0px 15px;
    */
}

/*.sidebar-sx .list-group-item.active{
     background-color: #ddd;
}
*/
.sidebar-sx .list-group-item.active {
  background-color: #5a84a8;
}

.sidebar-sx .list-group-item.active > ul {
  margin-top: 8px;
  /* was 10*/
}

/*.sidebar-sx .list-group-item.active > a{
     color: #2a62be;
}
*/
.sidebar-sx .list-group-item.active > a {
  color: #fff;
}

.sidebar-sx .list-group-item .list-group-item:last-child {
  border-bottom: 0;
}

.sidebar-sx .list-group-item .list-group-item.active {
  border-radius: 4px;
}

.sidebar-sx .list-group-item .list-group-item.active ul {
  padding-bottom: 7px;
}

.sidebar-sx .list-group-item .list-group-item .list-group-item a {
  font-size: 0.85em;
  /*font-family: Arial, Helvetica, sans-serif;
    */
}

.sidebar-sx .list-group-item .list-group-item .list-group-item:last-child {
  padding-bottom: 0px;
}

.sidebar-sx .list-group-item .list-group-item .list-group-item.active:last-child {
  padding-bottom: 8px;
  /* was 10*/
}

/*.sidebar-sx .list-group-item ul{
    margin-left: 0;
     padding-left: 20px;
     width: 107%;
     margin-top: 10px;
     background-color: #5393C8;
}
*/
.sidebar-sx .list-group-item ul {
  /*ADATTAMENTO MODIFICHE FELICE CASIERE 19/05/2022 a.v. */
  margin-left: 0;
  padding: 3px 0px 3px 12px;
  /*width: 107%;
    */
  width: 103%;
  margin-top: 10px;
  background: 0 0 #F5FAFF
  /*0 0 #cbe0f2;
    */
  ;
}

/*.sidebar-sx .list-group-item ul ul{
     background-color: #7EB1DC;
}
*/
.sidebar-sx .list-group-item ul ul {
  /*border-left: 4px solid #7EB1DC;
    */
  padding-left: 0;
  padding-top: 0;
  margin-top: 0px;
}

.sidebar-sx .list-group-item a {
  /*MODIFICHE Felice Casiere 19/05/2022 a.v. */
  /*color: #fff;
    */
  color: #1d1d1b;
  font-weight: 500;
  color: #1d1d1b;
  text-transform: uppercase;
  line-height: 1.4;
  /*margin: 12px 0;
    */
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sidebar-sx .list-group-item .list-group-item li {
  border-bottom: 1px solid #7EB1DC;
  padding: 8px
  /*was 10*/
  15px;
}

.sidebar-sx .list-group-item li a,
.sidebar-sx .list-group-item li span {
  color: rgba(0, 0, 0, .65);
}

.sidebar-sx .list-group-item li span.menuitem-separator {
  font-weight: bold;
  color: rgba(0, 0, 0, .40);
}

.phone-only {
  display: none;
}

/* Responsive Styles */
@media(max-width:1200px) {
  .nomobile {
    display: block;
  }

  .navbar.container {
    padding-top: 0;
  }

/*   .navbar-nav li a {
    font-size: 90%;
  } */

  .offerta-formativa {
    background-size: contain;
  }

  .offerta-formativa .slot {
    margin: -4px 0 14px 6px;
    width: 24%;
    height: 157px;
    bottom: -5px;
  }

  .offerta-formativa .slot h3 {
    font-size: 18px;
  }

  .offerta-formativa .slot p {
    font-size: 12px;
  }

  /*#frameLogin input{
         width:10%;
    }
    */
  #frameLogin {
    width: 90%;
    margin-top: auto;
  }

  #JWContainer {
    width: 97% !important;
  }
}

@media(max-width:1034px) {
  #frameLogin {
    width: 481px;
    margin-top: 50px !important;
  }
}

@media(max-width:1034px) {
  .nomobile {
    display: none;
  }

  .nophone {
    display: block;
  }

  .mobileonly {
    display: none;
  }

  /*.address{
        margin: -14px 0 24px 0;
    }
    */
  .form-signin {
    padding: 20px 0;
    display: block;
    clear: both;
    text-align: center;
  }

  .offerta-formativa {
    background-image: none;
  }

  .offerta-formativa .slot {
    width: 95%;
    padding: 6px 15px 47px 11px;
  }

  .offerta-formativa .slot p {
    font-size: 15px;
  }

  .offerta-formativa .slot h3 {
    font-size: 26px;
  }

  .docenti .col-sm-6 {
    margin-bottom: 20px;
  }

  .offerta-formativa h2 {
    color: #2a62be;
    font-size: 28px;
  }

  .news .carousel-indicators {
    text-align: center;
    left: 0;
  }

  .dicono {
    margin: 30px 0
  }

  .prebottom .col-sm-12 {
    text-align: center;
  }

  .navbar-inverse .navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }

  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }

  #divLingue {
    width: 60% !important;
    float: right !important;
  }

  html[dir="rtl"] #divLingue {
    width: 300px !important;
    float: left !important
  }

  #frameLogin {
    height: 130px !important;
  }

  div#elenco-right {
    margin-left: auto !important;
  }

  .video-js {
    min-width: 480px !important
  }
}

/* pull-right menu */
@media (max-width:1200px) {

  /* -- body */
  #ctl01_divContentCenter {
    width: 100% !important;
  }

  .gridLezioniItem td {
    padding: 5px;
  }

  .gridAutoriItem {
    padding: 5px;
  }

  .nophone {
    display: none;
  }

  .phone-only {
    display: block;
  }

  .btn {
    width: 100%;
  }

  /* -- header */
  .comunita-studenti {
    width: 100% !important
  }

  #divLingue {
    float: right !important;
    padding-right: 0px !important;
  }

  #divLingue a {
    font-size: 22px !important;
  }

  #divBrand {
    width: 50% !important;
    float: left !important;
  }

  html[dir="rtl"] #divLingue {
    width: 220px !important;
    float: left !important;
  }

  html[dir="rtl"] #divBrand {
    width: 40% !important;
    float: right !important;
  }

  .navbar-toggle {
    z-index: 99;
  }

  .nav.navbar-nav {
    width: 100%;
    padding-left: 20px;
  }

/*   .nav.navbar-nav li a {
    font-size: 18px;
  } */

  html[dir="rtl"] .nav > li {
    position: relative;
    display: block;
    float: unset !important;
  }

  .navbar-collapse {
    max-height: none !important;
  }

  html[dir="rtl"] .navbar-collapse {
    margin-right: 15px !important;
  }

  html[dir="rtl"] .navbar-inverse .navbar-toggle,
  html[dir="rtl"] .navbar-inverse .navbar-toggle:focus,
  html[dir="rtl"] .navbar-inverse .navbar-toggle:hover {
    margin-right: 4% !important;
  }

  .navbar-fixed-top {
    position: inherit !important
  }

  .lang {
    font-size: 12px;
    margin-top: 0px;
  }

  /* -- pagina studente */
  table#attivita {
    width: 100% !important;
  }

  table#TablePalinstesti {
    float: left !important;
    width: 100% !important;
  }

  .last-visited-short a {
    color: #337ab7 !important;
    text-decoration: none !important;
    font-weight: normal !important;
  }

  table#mycourse th:nth-child(3),
  table#mycourse td:nth-child(3) {
    display: none;
  }

 
  /* -- menu di sinistra */
  /* arabo */
  html[dir="rtl"] .rotate-rtl {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  .sidebar-sx {
    position: fixed;
    width: 450px !important;
    z-index: 1000;
    padding-left: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  #submenu {
    margin: 0 0 0 -808px;
    /*mod*/
    transition: all 0.5s;
    width: inherit;
    background-color: #ddd;
    background: #eeeeee;
    padding-top: 0px;
    overflow-y: auto;
    /*padding: 33px 10px 10px 10px;*/
    max-width: 450px !important;
  }

  html[dir="rtl"] #submenu {
    margin: 0 -808px 0;
  }

  .pull-right-menu-button {
    position: absolute;
    z-index: 2001;
    color: white;
    background-color: #87a2b9;
    width: 20px;
    /*23px;
        */
    font-size: 24px;
    padding-left: 0px;
    display: block !important;
    line-height: 40px;
    border: 1px solid #444;
    pointer-events: auto !important;
    cursor: pointer;
    /*left: 3px;
        */
  }

  html[dir="rtl"] .pull-right-menu-button {
    right: 0;
  }

  .pull-right-menu-button span {
    margin: -2px;
  }

  .close-right-menu {
    background-color: transparent;
    border: 0px;
    color: black;
    right: 20px;
  }

  #submenu ul {
    margin-bottom: 0px;
  }

  #submenu ul li a {
    font-size: 15px;
  }

  .sidebar-sx .list-group {
    width: auto !important;
  }

  #submenu.submenu-open {
    transform: translate3d(808px, 0, 0);
  }

  html[dir="rtl"] #submenu.submenu-open {
    transform: translate3d(-788px, 0, 0);
  }

  #submenu.submenu-closed {
    transform: translate3d(0, 0, 0);
    width: 0 !important;
  }

  #ctl01_divContentCenter {
    margin-top: 20px;
  }

  .sidebar-sx .list-group-item {
    padding-right: 40px !important;
  }

  .text-right {
    text-align: right;
    padding-left: 15px;
  }

  .submenupanel {
    pointer-events: none;
  }

  /* -- footer */
  footer .col-md-4 {
    float: left;
    width: 95%;
  }

  .address {
    margin: 0;
    float: right;
  }

  /* -- varie */
  .container.slider {
    padding-top: 15px;
  }

  .form-signin {
    padding: 45px 5px 20px;
    display: block;
    clear: both;
    text-align: center;
  }

  .form-signin input[type='text'],
  .form-signin input[type='password'] {
    width: 100%;
    margin: 0 0 6px 0;
  }

  .offerta-formativa {
    background-image: none;
  }

  .offerta-formativa .slot {
    width: 95%;
    padding: 6px 15px 60px 11px;
    height: auto;
  }

  .offerta-formativa .slot p {
    font-size: 15px;
  }

  .offerta-formativa .slot h3 {
    font-size: 26px;
  }

  .offerta-formativa .slot .btn {
    width: 93%;
  }

  .docenti .col-sm-6 {
    margin-bottom: 20px;
  }

  .offerta-formativa h2 {
    color: #2a62be;
    font-size: 28px;
  }

  .news .carousel-indicators {
    text-align: center;
    left: 0;
  }

  .dicono {
    margin: 30px 0
  }

  .prebottom .col-sm-12 {
    text-align: center;
  }

  .img-portfolio {
    margin-bottom: 15px;
  }

  #frameLogin {
    width: 100% !important;
    margin-top: 70px !important;
  }

  .video-js {
    min-width: 380px !important
  }

  /* -------------------- */
}

/* ==== RESKIN TABS BOOTSTRAP ==== */
.make-top-space {
  margin-top: 20px;
}

#admin-tabs-container {
  border: 1px solid #aaa;
  border-radius: 4px 4px 4px 4px;
  padding: .1em .1em;
}

#admin-tabs-container a.active {
  background-color: azure;
}

#admin-tabs-container ul {
  border: 1px solid #aaa;
  background: #ccc url(//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  padding: .2em .2em 0;
  margin: 0px;
}

#admin-tabs-container ul li {
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  margin: 1px .2em 0 0;
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
}

#admin-tabs-container ul li a {
  margin-right: 0px;
  padding: .5em 1em;
  font-size: 14px;
}

#admin-tabs-container ul li a,
#admin-tabs-container ul li a:link,
#admin-tabs-container ul li a:visited {
  color: #555;
  text-decoration: none;
}

#admin-tabs-container ul li a:hover {
  color: #212121;
  text-decoration: none;
}

#admin-tabs-container ul li.active {
  border-bottom-color: #fff;
  margin-bottom: -1px;
  padding-bottom: 2px;
  border-bottom-width: 0;
  background-image: -moz-linear-gradient(bottom, #fff 2px, transparent 2px);
  background-image: -o-linear-gradient(bottom, #fff 2px, transparent 2px);
  background-image: -webkit-linear-gradient(bottom, #fff 2px, transparent 2px);
  background-image: linear-gradient(bottom, #fff 2px, transparent 2px);
}

#admin-tabs-container > div {
  padding: 10px 10px 10px 10px;
}

#admin-tabs-container td > label {
  margin-left: 10px;
}

#admin-tabs-container .settinglabel {
  margin-right: 10px;
}

#admin-tabs-container .tab-content {
  padding: 10px !important;
}

#admin-tabs-container .form-group {
  margin-bottom: 4px;
}

#admin-tabs-container select {
  height: 26px;
  margin-top: 2px;
}

#admin-tabs-container input[type="checkbox"] {
  margin-top: 11px;
}

#admin-tabs-container input[type="text"] {
  margin-top: 5px;
}

.htmledit-panel {
  height: 700px;
}

.listbox-text-hilight {
  color: Blue;
}

.listbox-text-principal {
  color: #FF3300;
  font-weight: bold
}

.btn-color-orange {
  background-color: orange;
  color: white;
}

.profile-data #loginname {
  font-weight: bold;
}

.profile-data {
  float: right;
  margin: 1px 10px 0 0;
}

.profile-data-logout {
  float: right;
  margin: 0px 20px 0 0;
}

/* === ARABO === */
/* === ARABO === */
html[dir="rtl"] .navbar-nav {
  margin-right: 0px !important;
}

html[dir="rtl"] .navbar-nav {
  float: right;
}

html[dir="rtl"] .navbar-nav li {
  float: right;
}

html[dir="rtl"] .strip-bottom-slider ul li {
  margin: 0 0 0 30px;
  float: right;
}

html[dir="rtl"] .strip-bottom-slider ul li:first-child img {
  margin: 0px 0 0 78px;
  vertical-align: middle;
}

html[dir="rtl"] .col-md-2,
html[dir="rtl"] .col-md-3,
html[dir="rtl"] .col-md-6,
html[dir="rtl"] .col-md-12 {
  float: right;
}

html[dir="rtl"] .col-lg-1,
html[dir="rtl"] .col-lg-2,
html[dir="rtl"] .col-lg-3,
html[dir="rtl"] .col-lg-4,
html[dir="rtl"] .col-lg-5,
html[dir="rtl"] .col-lg-6,
html[dir="rtl"] .col-lg-7,
html[dir="rtl"] .col-lg-8,
html[dir="rtl"] .col-lg-9,
html[dir="rtl"] .col-lg-10,
html[dir="rtl"] .col-lg-11,
html[dir="rtl"] .col-lg-12 {
  float: right;
}

html[dir="rtl"] .btn-blu,
html[dir="rtl"] .btn-blu:hover {
  background-color: #2a62be;
  background-image: url('img/white-arrow-left.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 12px 6px 25px;
  background-position: left 10px center;
}

/* == Position of box cerca and language-bar in Header - Home PAge == */
@media (min-width: 912px) {
  html[dir="rtl"] .navbar-left {
    float: right !important;
  }

  html[dir="rtl"] .navbar-right {
    float: right !important;
    margin-left: -15px;
  }

  html[dir="rtl"] .navbar-right ~ html[dir="rtl"] .navbar-right {
    margin-left: 0;
  }

  html[dir="rtl"] .col-sm-1,
  html[dir="rtl"] .col-sm-2,
  html[dir="rtl"] .col-sm-3,
  html[dir="rtl"] .col-sm-4,
  html[dir="rtl"] .col-sm-5,
  html[dir="rtl"] .col-sm-6,
  html[dir="rtl"] .col-sm-7,
  html[dir="rtl"] .col-sm-8,
  html[dir="rtl"] html[dir="rtl"] .col-sm-9,
  html[dir="rtl"] .col-sm-10,
  html[dir="rtl"] .col-sm-11,
  html[dir="rtl"] .col-sm-12 {
    float: right;
  }
}

/* == End of css Position of box cerca and and language-bar in Header - Home PAge == */
/*===position of image comunity ==*/
html[dir="rtl"] .comunita-studenti img {
  float: right;
  margin-right: 60px;
  margin-left: 0px;
  margin-top: 38px;
}

/* ==end of Position of image comunity === */
/* Box List of objects under the carousel from the Home Page */
html[dir="rtl"] .strip-bottom-slider ul li {
  list-style-type: none;
  margin: 0 0 0 30px;
  padding: 0;
  float: right;
}

/* End of the Box List of objects under the carousel from the Home Page */
/* Box Get Discover from the Home Page */
html[dir="rtl"] .offerta-formativa .slot .btn {
  width: 83%;
  text-align: right;
  position: absolute;
  bottom: 15px;
}

/* End Box Get Discover */
/* Box Get Information from the Home Page */
html[dir="rtl"] .request-info button {
  float: left;
  margin: 20px 0 0 0;
}

/* End Box Get Information */
/*== position of all the Arraw == */
html[dir="rtl"] .btn-orange-ft,
html[dir="rtl"] .btn-orange-ft:hover {
  background-color: #ff9900;
  background-image: url('img/white-arrow-left.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 30px 6px 25px;
  background-position: left 10px center;
  text-transform: uppercase
}

html[dir="rtl"] .btn-orange,
html[dir="rtl"] .btn-orange:hover {
  background-color: #ff9900;
  background-image: url('img/white-arrow-left.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 30px 6px 25px;
  background-position: left 10px center;
  margin-right: 80px;
  margin-top: 10px;
}

html[dir="rtl"] .btn-green,
html[dir="rtl"] .btn-green:hover {
  background-color: #669966;
  background-image: url('img/white-arrow-left.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 30px 6px 25px;
  background-position: left 10px center;
}

html[dir="rtl"] .btn-blu,
html[dir="rtl"] .btn-blu:hover {
  background-color: #2a62be;
  background-image: url('img/white-arrow-left.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 30px 6px 25px;
  background-position: left 10px center;
}

html[dir="rtl"] .btn-dark,
html[dir="rtl"] .btn-dark:hover {
  background-color: #333333;
  background-image: url('img/white-arrow-left.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 30px 6px 25px;
  background-position: left 10px center;
  border: 1px solid;
}

html[dir="rtl"] .btn-celeste,
html[dir="rtl"] .btn-celeste:hover {
  background-color: #fff;
  background-image: url('img/blu-arrows-left.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 30px 6px 25px;
  background-position: left 10px center;
  color: #063768;
}

/* === End of arraw == */
/* == I Nostri Docenti Frecce e scritte ==*/
html[dir="rtl"] .text-left {
  text-align: right;
}

html[dir="rtl"] .text-right {
  text-align: left;
}

html[dir="rtl"] .link-arrow {
  background-image: url('img/blu-arrows-left.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 6px 30px 6px 25px;
  background-position: left 10px center;
  color: #2a62be;
}

/* == ENd I Nostri Docenti == */
/* == Crousel NEWS e Dicono di Noi == */
html[dir="rtl"] .news .carousel-indicators {
  position: relative;
  right: 15px;
  margin: 35px 0 0 0;
  width: 100%;
  text-align: right;
}

html[dir="rtl"] .dicono .carousel-indicators {
  position: relative;
  right: 30px;
  margin: 35px 0 0 0;
  width: 72%;
  text-align: right;
}

/*== End Carousel New e Dicono di Noi == */
/* === Dicono di noi new style === */
.dicono-di-noi {
  text-align: justify;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  width: 105%;
  box-shadow: 0.2px 0px 0px 1px #ccc;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 1034px) {
  .dicono-di-noi {
    width: 130%;
  }
}

.prima-parola {
  text-indent: 1.5em;
}

.menu-dicono-di-noi {
  cursor: pointer;
  font-size: 14px !important;
}

p::first-letter {
  text-transform: capitalize;
  /* serve nel caso in cui viene mancata la prima lettera in maiuscolo */
}

/* Fine css Dicono di noi */
/* Collapse header */
html[dir="rtl"] .collapse-header {
  float: left;
  margin-top: 0px;
  padding-left: 5px;
}

html[dir="rtl"] .collapse-header span {
  color: #9BBDCC;
  cursor: pointer;
}

html[dir="rtl"] .body-nopadding-menu-only {
  padding-top: 80px !important;
}

html[dir="rtl"] .navbar-collapsed {
  margin-top: 5px;
}

/* Collapse sidebar */
html[dir="rtl"] .collapsed-sidebar {
  min-height: 1px;
  position: relative;
  float: right;
}

html[dir="rtl"] .collapsed-sidebar-left {
  width: 1%;
  margin-top: 5px;
  color: #b1b1b1;
}

html[dir="rtl"] .collapsed-sidebar-left span {
  cursor: pointer;
}

html[dir="rtl"] .collapsed-sidebar-right {
  width: 99%;
  padding-right: 20px;
}

html[dir="rtl"] .expanded-sidebar {
  /*margin-top: -19px;
    */
  float: left;
  color: #9BBDCC;
  cursor: pointer;
}

html[dir="rtl"] .fixed {
  position: fixed;
}

/*==== END Collapse sidebar==== */
/* ==== alleniamento menu pricipale e a sinistra ===*/
html[dir="rtl"] .media-list {
  padding-right: 0;
  list-style: none;
}

html[dir="rtl"] .list-group {
  padding-right: 0;
  margin-bottom: 20px;
}

html[dir="rtl"] .nav {
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}

html[dir="rtl"] .pull-right {
  float: left !important;
}

html[dir="rtl"] .pull-left {
  float: right !important;
}

/* ==== End alleniamento Menu === */
/*== Box Login Cyberspazio == */
html[dir="rtl"] #LoginModule {
  border: solid 1px rgba(102, 102, 102, 0.39);
  padding: 10px;
  margin-left: 10px;
}

/* == ENd Login Cybespazio == */
/* ======= FINE ARABO ======== */
/* ======= FINE ARABO ======== */
/* === CUSTOM OVERRIDES === */
.news .page-header-left {
  padding-bottom: 0px;
}

.ebooks .page-header {
  padding-bottom: 0px;
}

.carousel-control {
  width: 7%;
}

/* === ADDITIONS === */
ul.languages li.active {
  font-weight: bold;
  font-size: 18px;
}

ul.languages li {
  font-size: 18px;
}

header.slider {
  margin-top: -28px;
}

.request-info .form-group {
  margin-bottom: 0px;
}

.ruolo {
  color: #2a62be;
}

.news h2,
.next-event h2,
.ebooks h2 {
  margin-bottom: 25px;
}

.ebooks .title {
  display: block;
  margin: 15px 0 6px 0;
}

.nettunotv .overlay {
  margin-left: 20px;
}

div.rightside1 {
  text-align: right;
  line-height: 12px;
  margin-bottom: 5px;
}

div.rightside1 a img {
  margin-right: 10px;
}

/* === DEL VECCHIO SITO UNINETTUNO ../css/uninettunonew/menu.css === */
.menubar {
  border: 0px;
  padding: 0px;
  margin: 0px 2px 10px 2px;
  text-align: right;
}

.menubar IMG {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

.menubar UL {
  padding: 0px;
  margin: 0px;
}

.menubar LI {
  display: inline;
  font-weight: normal;
  margin-left: 3px;
  margin-right: 3px;
  list-style-type: none;
  /*white-space: nowrap*/
}

.menubar LI A {
  padding-bottom: 1px;
  /*color: #007dc6;     change it for contrast solution */
	color: #0074c9;
  text-decoration: underline;
}

.menubar LI A:hover {
  color: #33afe9;
}

#submenu .benvenuto {
  width: 100%;
  text-align: center;
  padding: 0px 5px;
}

#submenu .benvenuto .benvenuto-content {
  border-bottom: 1px dotted #ccc;
}

#submenu .logout {
  text-align: center;
  padding: 10px 10px 0px 10px;
}

#submenu .logout-option .glyphicon {
  display: none;
}

#submenu .logout-option .glyphicon {
  display: none;
}

/* === Pagina studente === */
.studentpage-activity-margin { margin-top: 25px; }

.student-page-plan-sep {
  padding-top: 26px;
}

table#attivita {
  width: 48%;
  float: left;
  margin-bottom: 30px;
}

table#attivita td,
#TablePalinstesti td {
  height: 30px;
  vertical-align: middle;
  border: 1px solid #0056AC;
  border-left: 0;
  padding: 0 2px 0 5px;
}

table#attivita td,
table#TablePalinstesti td,
table#attivita th,
table#TablePalinstesti th {
  border-color: #DADADA;
}

table#attivita td:last-child,
#TablePalinstesti td:last-child {
  border-right: 0px;
}

table#TablePalinstesti {
  width: 48%;
  float: right;
  margin-bottom: 30px;
}

    table#attivita th.head,
    table#TablePalinstesti th.head {
        background-color: #F5F5F5;
        padding-bottom: 5px;
    }

.homepage-subscribe-to-classrooms {
  text-align: right;
  float: left;
  margin-right: 5px;
}

.homepage-subscribe-to-classrooms a {
  /*width: 135px;
    */
}

.homepage-subscribe-to-classrooms a i {
  margin-right: 5px;
}

.homepage-button:hover {
  color: #c8c7ea !important;
}

.homepage-button-light:hover {
  color: #76759c !important;
}

/*.btn-goto-exams {
     color: #7b7b90!important;
     line-height:1.0!important;
}
*/
.btn-goto-exams {
  color: #ffffff;
}

/*.btn-goto-exams:hover {
     background-color: #cddeec;
}
*/
.exam-buttons {
  margin-top: 2px;
}

#personalbox {
  margin-bottom: 5px;
}

/* Pagina studente */
table#mycourse td {
  vertical-align: middle;
  border: 1px solid #0056AC;
  border-left: 0;
  padding: 4px 5px;
}

table#mycourse:last-child {
  border-right: 0px;
}

table#mycourse td.course {
  text-align: right;
  width: 25%;
  padding-right: 10px;
}

table#mycourse td.course a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

table#mycourse td:nth-child(2) {
  width: 16%;
}

table#mycourse td:nth-child(3) {
  width: 36%;
}

table#mycourse td:nth-child(4) {
  width: 13%;
  text-align: center;
}

table#mycourse td:last-child {
  width: 10%;
  border-right: 0;
}

table#mycourse .quick-stats-click {
  cursor: pointer;
}

table#mycourse tr.quick-stats td,
table#mycourse tr.quick-stats td > div,
.table-miei-studenti tr.quick-stats td,
.table-miei-studenti tr.quick-stats td > div,
.table-stat-att-stud tr.quick-stats td,
.table-stat-att-stud tr.quick-stats td > div,
.table-stat-att-stud-noclasses tr.quick-stats td,
.table-stat-att-stud-noclasses tr.quick-stats td > div {
  display: none;
}

table#mycourse tr.quick-stats td {
  padding-left: 0px;
}

.myhome-icon-stats,
.myhome-icon-quick-stats {
  color: #0090d0;
}


/* === HOME PAGE TUTOR per TUTORS === */
table.tutor {
  border-collapse: collapse;
  border-style: none;
  /*margin-left: 6px;*/
}

table.tutor td {
  border-left-width: 1px;
  border-left-style: solid;
  padding: 5px;
  height: 30px;
  color: black;
  vertical-align: middle;
}

th.rounded-header {
  padding: 5px 5px 5px 10px;
  border-left: 0;
  border-top: 0;
  text-align: left;
  border-top-left-radius: 10px;
}

th.utiu-header {
  background: #0056AC;
  color: white;
  font-weight: bold;
  vertical-align: middle;
}

th.utiu-header a {
  color: white;
  font-weight: bold;
}

th.utiu-second-header {
  padding: 5px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  border: 1px solid #0056ac;
  border-left: 0;
  color: #0056ac;
}

th.utiu-second-header:last-child {
  border-right: 0px;
}

/* th.rounded-header + th.utiu-header*/
table.tutor th {
  padding: 5px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #0056AC;
  color: #0056AC
}

table.tutor th.head {
  padding-left: 10px;
  border-left: 0;
  border-top: 0;
  text-align: left;
  background: #0056AC;
  color: white;
  font-weight: bold
}

/* th.utiu-header a */
table.tutor th.head a {
  color: white;
  font-weight: bold;
}

table.tutor th.head sup {
  font-weight: normal;
  color: white;
  font-size: 9px !important
}

table.tutor th.head sup a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 9px !important
}

table.tutor th.head sup a:hover {
  text-decoration: underline;
}

table.tutor th.head sup a:active {
  border: 0;
}

.avvisi-tutor {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.avvisi-tutor a {
  color: #ffdfdf !important;
}

table.tutor td a {
  color: #0A1470;
}

#ctl01_mainContent_ctl00_grvTOL {
  display: none !important;
}

.grvMaterie td,
.grvDettaglio td,
.grvTOL td {
  height: 30px;
  vertical-align: middle;
  border: 1px solid #0056AC;
  padding: 0 2px 0 5px;
}

/* Strumenti UTIU */
#toolbox {
  margin-bottom: 15px;
  margin-right: 18px;
  margin-top: -10px;
}

#toolbox ul {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#toolbox li {
  list-style-type: none;
  font-size: 1.9rem;
  display: block;
  float: left;
  padding: 5px 15px 1px 0px;
  background-color: white;
}

#toolbox li a {
  text-decoration: none;
  color: #0056AC;
  font-weight: normal
}

#toolbox li:hover {
  background-color: #F3F3F4;
}

#toolbox li a:hover {
  color: #5B70A1;
}

#toolbox h3 {
  text-align: right;
  margin: 0;
  padding: 5px;
  background-color: #F3F3F4;
  font-size: 13px;
  color: #0056AC;
}

table#tools {
  clear: both;
  float: right;
  margin: 20px 30px 10px 10px;
}

/* I Miei Studenti */
.panel-tools {
  background-color: #f5faff;
}

.mieistud-intro {
  margin-top: 25px;
}

.pagination a {
    cursor: pointer;
    color: #ffffff !important;
}

.paginationDataPager {
    cursor: pointer;
    color: #0056AC !important;
}

span.paginationDataPagerCurrentPage {
    color: #0056AC !important;
    font-weight: 700;
}

.pagination li {
  list-style: none;
  margin-left: 10px;
}

.pagination > .active > a {
  color: #888;
  font-weight: 700;
  border-color: #e5eaec !important;
}

.classroom-container .table strong {
  font-weight: bold !important;
}

.filtro-studenti div:nth-child(1) {
  font-weight: bold;
}

.filtro-studenti table td {
  width: 16.5% !important;
  padding: 4px;
}

.filtro-studenti table {
  margin-bottom: 15px;
  margin-top: 10px;
}

.filtro-studenti table td:nth-child(odd) {
  text-align: right;
}

.filtro-studenti table span {
  margin-right: 10px;
}

.filtro-studenti div:nth-child(3) {
  float: right;
}

.total-students {
  margin-top: 26px;
  margin-right: 15px;
}

/* overflow:hidden: alernativa, aggiungere un ulteriore elemento oltre a quelli con float che � <br style="clear:both"> o anche <div style="height:0;
clear:both"></div> */
/*.panel-tools > div {
     margin-bottom: 10px;
}
*/
.panel-tools .left-filter {
  text-align: right;
  padding-right: 5px;
  padding-bottom: 10px
}

.panel-tools .right-filter {
  text-align: left;
  padding-bottom: 10px;
}

.panel-tools .right-filter-dd {
  text-align: left;
}

.panel-tools .filter-2nd-col {
  padding-left: 30px
}

.panel-tools .line-set {
  padding-top: 20px;
  padding-bottom: 10px;
}

/*.panel-checkbox {
     margin-bottom: 10px;
}
*/
.lbl-courses,
.lbl-degrees,
.lbl-anni-accademici,
.lbl-filter {
  margin-right: 5px;
  margin-top: 5px;
}

.panel-tools table td:nth-child(1) {
  width: 25%;
}

.panel-tools .emails-op {
  padding-top: 15px;
}

.SlectBox label {
  margin: 0px;
}

/** I Miei Corsi **/
.grvMaterie.tutor td,
.grvDettaglio.tutor td,
.grvTOL.tutor td {
  text-align: center
}

.grvMaterie,
.grvDettaglio,
.grvDettaglio {
  border-right: 1px solid #0056AC;
  width: 100%
}

.grvMaterie td table td,
.grvDettaglio td table td,
.grvTOL td table td {
  height: auto !important;
  border: 0 !important;
  padding: 1px 0 0 1px;
}

.grvMaterie tbody tr:hover,
.grvDettaglio tbody tr:hover,
.grvTOLtbody tr:hover {
  background-color: #E6EBF0;
}

.grvMaterie td.course,
.grvDettaglio td.course,
.grvTOL td.course {
  text-align: left;
  width: 300px !important;
  padding-right: 10px;
}

.grvMaterie td.course a,
.grvDettaglio td.course a,
.grvTOL td.course a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}

.grvMaterie td.course a:hover,
.grvDettaglio td.course a:hover,
.grvTOL td.course a:hover {
  color: #5B70A1
}

.grvMaterie .status,
.grvDettaglio .status,
.grvTOL .status {
  border-right: 0;
  text-align: right;
}

.grvTOL.tutor ul {
  padding-left: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
}

#tutorbox {
  margin-bottom: 10px;
  margin-top: 10px
}

#tutorbox .tutor-img {
  float: left;
  margin: 5px;
}

#tutorbox .tutor-img img {
  width: 72px;
  height: 78px;
  object-fit: cover;
}

#tutorbox .tutor-data {
  float: left;
  margin-top: 3px;
}

#tutorbox .tutor-data-docente {
  float:left;
  margin-top: 3px;
  margin-left: 20px;
}

/** I Miei Studenti **/
.grvMaterie td.course div ul {
  margin-bottom: 0px !important;
}

/* === HOME-PAGE TUTOR PER STUDENTI === */
div.amb a {
  /*font-family: Arial, Helvetica, sans-serif !important;
    */
  font-size: 12px !important;
  font-variant: normal !important;
  text-decoration: none !important;
}

div.amb a:hover {
  text-decoration: underline !important;
}

.amb {
  width: 190px;
  font-size: 12px;
  font-variant: small-caps;
  color: #01704C;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  float: left;
  margin: 0 10PX 0 0;
}

.outer-img-amb img {
  width: 190px;
}

.amb span {
  display: block;
  margin-top: 109px;
}

.outer-img-amb {
  height: 120px;
  overflow: hidden;
  padding: 0;
  background: none;
}

div.testo-tutor {
  float: left;
  line-height: 16px;
  margin-left: 10px;
}

#tutor-header,
#titolare_header {
  /*border-bottom: 3px solid #0056AC;*/
  padding-bottom: 10px;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

div.tutor-badge {
  float: left;
  height: 60px;
}

div.tutor-badge img {
  float: left;
}

/* === STRUMENTI TUTOR === */
.lesson-title {
  font-size: 1.5em;
}

table.table-form,
table.table-standard {
  width: 100%;
}

table.table-form td,
table.table-standard td {
  padding: 5px;
}

/* === Semantic UI Menu */
.semanticui.menu.vertical {
  margin: 1rem 0;
  background: #fff;
  font-size: 0;
  font-weight: 400;
  box-shadow: 0 0 0 1px rgba(39, 41, 43, 0.3), 0 1px 2px 0 rgba(0, 0, 0, .05);
  border-radius: .2857rem;
}

.semanticui.menu.vertical .item {
  padding: .78571em .95em;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1;
}

.semanticui.menu.vertical .item a {
  color: rgba(0, 0, 0, .65);
}

.semanticui.menu.vertical > .menu .item {
  background: 0 0 #F5FAFF
  /*0 0 #cbe0f2;
    */
}

.semanticui.menu.vertical .item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .03) 0, rgba(0, 0, 0, .1) 1.5em, rgba(0, 0, 0, .03) 100%);
  height: 1px;
}

.semanticui.menu.vertical > .item {
  background: #2a62be;
  /*rgba(0,0,0,.04);
    */
  margin: 0;
  text-transform: normal;
  font-weight: normal;
  border-radius: .2857rem .2857rem 0 0;
}

.semanticui.menu.vertical > .item > a {
  color: #fff;
}

.semanticui.menu.vertical > .menu > .item {
  color: rgba(0, 0, 0, .8);
  position: relative;
  display: block;
  padding-left: 24px;
  border-top: 0 solid transparent;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .2s ease, background .2s ease, box-shadow .2s ease;
  transition: opacity .2s ease, background .2s ease, box-shadow .2s ease;
}

.semanticui.menu.vertical > .menu div.active {
  color: #2a62be;
  font-weight: 800;
  box-shadow: 4px 0 0 inset;
}

.semanticui.menu.vertical > .menu > .menu > .item {
  padding-left: 36px;
  /*font-size: 13px;
    */
  position: relative;
}

.semanticui.menu.vertical > .menu > .menu > .menu > .item {
  padding-left: 52px;
  font-size: 13px;
  position: relative;
  color: rgba(0, 0, 0, .4);
}

/* === MASTER PAGE === */
.header-pop {
  display: none;
}

.body-pop {
  padding-top: 0px;
}

/* === COMUNICAZIONE === */
.imgicon-container {
  height: 100%;
  background: linear-gradient(to right, rgba(51, 88, 107, 1) 0%, rgba(1, 38, 57, 1) 100%);
  text-align: center;
  padding: 5px;
  /*border: 11px solid white;
    */
  margin: 0 auto;
  margin-top: 20px;
}

.imgicon-title {
  margin-top: 4px;
}

.imgicon-col-md3 {
  width: 76%;
}

.imgicon-col-md4 {
  width: 92%;
}

.imgicon-col-md6 {
  width: 74%;
}

/* === PROGETTI, COMUNICATI STAMPA, RASSEGNA STAMPA === */
.lista-anni-container {
    overflow: hidden;
}

.lista-anni-container ul {
  margin: 0;
  padding: 0;
}

.lista-anni-container ul li {
  list-style-type: none !important;
  overflow: hidden;
  float: left;
  margin: 0;
}

.comunicati-stampa-list-container, .news-list-container {
  clear: both;
}

.comunicati-stampa-item h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.pagina-progetto h2 {
    font-family: "Roboto Slab", serif;
    color: #333;
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0px 0 30px 0;
}

.pagina-progetto h3 {
  background-color: #e6e7e8;
  width: 100%;
  text-align: center;
  padding: 3px;
  font-size: 1.4em;
  color: rgb(35, 82, 124);
}

.pagina-progetto table,
.project-module-container table,
.comunicatistampa-module-container table,
.rassegnastampa-module-container table,
.pagina-eventi table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border-style: none;
  border-width: 0px;
}

.pagina-progetto table td,
.project-module-container table td,
.project-module-container table th,
.comunicatistampa-module-container table th,
.comunicatistampa-module-container table td,
.rassegnastampa-module-container th,
.rassegnastampa-module-container td,
.pagina-eventi table th,
.pagina-eventi table td {
  padding: 12px 4px 12px 10px;
  border-bottom: 1px solid #6a6b6e;
  border-left-style: none;
  border-right-style: none;
}

.comunicatistampa-module-container table th,
.rassegnastampa-module-container th,
.pagina-eventi tr:first-child td {
  background-color: #d1ddf1;
}

.prj-legenda {
  text-align: left;
}

.prj-td td,
.prj-td th {
  padding: 4px;
}

.prj-activity-detail {
  border-collapse: collapse;
  border-style: hidden;
}

.prj-activity-detail td,
.prj-activity-detail th {
  border: 1px solid #000;
}

.prj-activity-detail > tbody > tr.alternatingrow > td {
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  height: 15px;
}

.btn-prj-side {
  margin-left: 5px;
}

.prj-container {
  margin-top: 10px;
  font-size: 0.9em;
}

.prj-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.prj-container td,
.prj-container th {
  padding: 5px;
  vertical-align: top;
  padding-top: 10px;
}

.prj-container td {
  border: 1px solid #bbb;
}

.prj-container td:nth-child(2),
.divrow th:nth-child(2) {
  width: 20%;
}

.prj-container td:nth-child(3),
.divrow th:nth-child(3) {
  width: 35%;
}

.prj-container td:nth-child(n+4),
.divrow th:nth-child(n+4) {
  width: 25%;
}

.prj-container .search-box i,
.prj-container .search-box span {
  margin-right: 10px;
}

.prj-container .search-box input[type='text'] {
  width: 200px;
}

.prj-container .search-box input[type='button'] {
  margin-bottom: 2px;
}

.prj-activity-table td:nth-child(2) {
  width: 20%;
}

.prj-activity-table td:nth-child(3) {
  width: 30%;
}

.prj-activity-table td:nth-child(4) {
  width: 20%;
}

.prj-activity-table td:nth-child(5) {
  width: 30%;
}

.prj-container .prj-deliverables div:nth-child(n+2) {
  padding-top: 7px;
}

/*.prj-container .prj-partners div:nth-child(n+2) {
     padding: 2px;
}
*/
.prj-container .leading + ul {
  margin-top: 4px;
}

.prj-container .participating + ul {
  margin-top: 4px;
}

.prj-container .participating {
  margin-top: 14px;
}

.prj-container ul {
  padding-left: 20px;
}

.prj-container ul li {
  margin-bottom: 7px;
}

.prj-container .leading {
  margin-top: 0px;
}

.prj-red {
  background-color: red;
}

.prj-yellow {
  background-color: #FFA500;
}

.prj-green {
  background-color: green;
}

.prj-orange {
  background-color: orange;
}

.prj-white {
  background-color: white;
}

.prj-gray {
  background-color: gray;
}

.prj-container .prj-activity-table th {
  vertical-align: bottom !important;
}

.prj-container table:not(.prj-partners-list) tr:nth-child(2n+2) {
  background-color: #f5f5f5;
}

table.prj-partners-list {
  margin-top: 5px;
  font-size: 1em !important;
}

.prj-partners-list th {
  background-color: #eee;
  border: 1px solid #bbb;
}

.prj-partners-list td:nth-child(1) {
  width: 25%
}

.prj-partners-list td:nth-child(2) {
  width: 20%
}

.prj-partners-list td:nth-child(3) {
  width: 15%
}

.prj-partners-list td:nth-child(4) {
  width: 40%
}

div.partner-header {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  font-size: larger;
}

.prj-deliverable-table td:nth-child(1),
.prj-deliverable-table th:nth-child(2) {
  width: 1%;
}

.prj-deliverable-table td:nth-child(2),
.prj-deliverable-table th:nth-child(2) {
  width: 29%;
}

.prj-deliverable-table td:nth-child(3),
.prj-deliverable-table th:nth-child(3) {
  width: 20%;
}

.prj-deliverable-table td:nth-child(4),
.prj-deliverable-table th:nth-child(4) {
  width: 10%;
}

.prj-deliverable-table td:nth-child(n+5),
.prj-deliverable-table th:nth-child(n+5) {
  width: 40%;
}

.prj-deliverable-table ul {
  padding-left: 17px;
}

.prj-contracts-table td:nth-child(2),
.prj-docadm-table td:nth-child(2) {
  width: 30%;
}

.prj-contracts-table td:nth-child(1),
.prj-docadm-table td:nth-child(1) {
  width: 20%;
}

.prj-contracts-table td:nth-child(3),
.prj-docadm-table td:nth-child(3) {
  width: 10%;
}

.prj-contracts-table td:nth-child(4),
.prj-docadm-table td:nth-child(4) {
  width: 30%;
}

.prj-emails-table td:nth-child(1) {
  width: 30%;
}

.prj-emails-table td:nth-child(2) {
  width: 38%;
  word-break: break-all;
}

.prj-emails-table td:nth-child(3) {
  width: 5%;
}

7 .prj-emails-table td:nth-child(4) {
  width: 27%;
}

.prj-emails-table .email-sender {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3px;
  font-style: italic;
  width: 95%;
}

.prj-emails-table .email-sender span {
  font-weight: bold;
  margin-right: 5px;
}

.prj-emails-table .email-subject {
  font-size: 13px;
  margin-right: 3px;
}

.prj-emails-table td {
  padding-bottom: 20px;
}

.prj-emails-table .glyphicon {
  margin-right: 5px;
  margin-top: 2px;
  float: left;
}

.prj-emails-table .glyphicon + div {
  float: left;
}

.prj-emails-table .inner-header {
  float: left;
}

.prj-emails-table .inner-element {
  margin-top: 10px !important;
  clear: both;
}

.prj-emails-table .inner-element ul li {
  margin-bottom: 0px;
}

.prj-emails-table .email-body td {
  box-shadow: inset 0 0 5px #868383;
  padding: 10px;
}

.prj-emails-table .email-body-separator td {
  border-left-style: none;
  border-right-style: none;
  background-color: #fff
}

.prj-emails-table .email-body-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
  line-height: 22px;
}

.prj-emails-table .email-body-header span {
  font-size: larger;
  font-weight: bold;
}

.prj-meetings-table td:nth-child(-n+3) {
  width: 20%;
}

.prj-meetings-table td:nth-child(4) {
  width: 40%;
}

/*.prj-container .prj-meetings-table td {
     width: 25% !important;
}
*/
.prj-results-table td:nth-child(-n+3) {
  width: 20%;
}

.prj-results-table td:nth-child(4) {
  width: 40%;
}

.prj-report-table td:nth-child(1) {
  width: 1%;
}

.prj-report-table td:nth-child(2) {
  width: 24%;
}

.prj-report-table td:nth-child(3) {
  width: 30%;
}

.prj-report-table td:nth-child(4) {
  width: 10%;
}

.prj-report-table td:nth-child(5) {
  width: 35%;
}

.prj-container .inner-header {
  border-bottom: 1px solid #ddd;
  margin-right: 10px;
  margin-bottom: 3px;
  font-style: italic;
  width: 95%;
}

.prj-container .inner-header + div {
  margin-bottom: 15px;
  margin-top: 5px;
}

/*.prj-container .deliverable-list .deliverable-file + div, .prj-container .deliverable-list .report-file + div {
     margin-bottom: 10px;
}
*/
.prj-container .inner-element {
  margin-top: 0px;
  line-height: 20px;
  word-break: break-all;
}

/*.prj-container .prj-deliverable-table .deliverable-list ul li {
     margin-bottom: 0px;
}
*/
.prj-container .prj-deliverable-table .deliverable-list .btn {
  margin-top: -4px;
}

/* agenda */
.agenda-detail-table {
  width: 100%;
  border: solid 1px;
}

.agenda-detail-table td {
  padding: 5px;
}

/* comunicati stampa / eventi */
.project-module-container h1 {
  margin-top: 0px;
}

.project-module-container h2 {
  background-color: #e6e7e8;
  width: 100%;
  text-align: left;
  padding: 3px;
  font-size: 1.4em;
  color: rgb(35, 82, 124);
}

.project-module-container .intestatabella1 {
  margin-left: 0px;
  background-color: #d1ddf1;
}

.eventi-mesi {
  float: right;
  line-height: 19px;
  font-size: 0.88em;
}

.eventi-filtro {
  margin-bottom: 10px;
}

.ev_agenda div {
  margin-left: 10px;
}

.ev_agenda img {
  width: 100%
}

.ev_details {
  float: left;
  width: 75%;
  padding-right: 15px;
}

.ev_details h3 {
  font-family: 'Roboto Slab', serif;
  color: #333;
  font-weight: 400;
}

.rel_docs {
  float: right;
  width: 24%;
  margin: 0px 0px 3px 3px;
  border-left: #0056AC 1px solid;
}

.rel_docs h3 {
  margin: 0px;
  padding: 6px;
  color: #ffffff;
  background-color: #0056AC;
  text-align: center;
  font-size: 0.95em;
  text-transform: uppercase;
}

.rel_docs h4 {
  margin: 10px 0 5px 10px;
  padding-left: 5px;
}

.rel_docs ul {
  padding-left: 25px;
  margin-top: 6px;
}

.rel_docs_central {
  clear: both;
  padding-top: 1px
}

.h3_docs {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

/* poli */
#carousel-poli {
    margin-left: 20px;
    margin-right: 20px;
}

.pagina-polo .carousel-inner img {
  width: auto;
  height: 400px;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.pagina-polo .carousel-inner {
  background-color: #444;
  height: 400px;
  max-height: 400px;
}

.pagina-polo .cornice {
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  padding: 5px;
  border: solid 1px #EFEFEF;
}

.pagina-polo .left-side {
  margin-right: 30%;
  text-align: justify;
}

@media (max-width: 999px) {
  .pagina-polo .carousel-inner {
    width: 100% !important;
    height: auto !important;
  }

  .pagina-polo .carousel-inner img {
    width: 100% !important;
    height: auto !important;
  }

  .pagina-polo .cornice {
    float: left !important;
    width: 100% !important;
  }

  .left-side {
    margin-right: 0 !important;
    margin-top: 30px !important;
    width: 100% !important;
    float: left !important;
  }

  .rel_docs {
    width: 100% !important;
  }
}

/* Fine poli */
.rassegnastampa-module-container .testorilevante1 {
  font-weight: bold;
}

.rassegnastampa-module-container .h3 {
  font-size: 1.2em;
}

.pagina-eventi table {
  margin-top: 20px;
}

.table-eventi {
  font-size: 0.9em;
}

.table-eventi tr td:nth-child(1) {
  width: 156px;
}

.table-eventi tr td:nth-child(2) {
  width: 110px;
}

.table-eventi tr td:nth-child(3) {
  width: 100px;
}

.table-eventi tr td:nth-child(5) {
  text-align: center;
  vertical-align: middle;
}

.glyphicon-eventi {
  color: #0090d0;
}

/* === MEDIA GALLERY === */
/*.webpartner_blue {
     border: #0060ae 1px solid;
     padding: 0px;
     margin: 0px auto;
     width: 555px;
     list-style-type: none;
}
 .webpartner_blue li {
     clear: both;
     margin: 0px auto;
     width: 550px;
     list-style-type: none;
     height: auto !important;
}
 .webpartner_blue .img {
     float: left;
     padding-right: 10px;
     display: block;
     width: 150px;
}
 .webpartner_blue div {
     margin-left: 155px;
}
*/
.pagina-media-gallery .col-md-8 > .row {
  border: #0060ae 1px solid;
  background-color: rgb(240, 242, 243)
}

.pagina-media-gallery .container-fluid > .row:nth-child(n+2) .col-md-8 .row {
  border-top-width: 0px;
}

.pagina-media-gallery .container-fluid > media-gallery-element:nth-child(n+2) > .row .col-md-8 .row {
  border-top-width: 0px;
}

.pagina-media-gallery .small-list {
  line-height: 12px;
  font-size: 9px;
  margin-top: 2px;
}

.pagina-media-gallery .medium-list {
  line-height: 13px;
  font-size: 11px;
  margin-top: 2px;
}

.pagina-media-gallery .desc-padding {
  padding-left: 10px;
}

.div-box-media-gallery {
  float: left;
  display: block;
  width: 265px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 265px;
}

/* === CMS ===*/
#ctl01_divCenter h1 {
  margin-top: 10px;
  /*mod*/
  padding-bottom: 20px;
}

#ctl01_divCenter h2 {
  padding-bottom: 10px;
  padding-top: 10px;
  /*font-weight: 400;
    */
  margin-top: 20px;
  clear: both; /* aggiunger proprietà clear */
}

.print-module {
  margin-bottom: 20px !important;
}

.with-hr {
  border-bottom-color: rgb(0, 86, 172);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.apply-section-interline h2 {
  margin-top: 25px;
}

/* === CYBERSPAZIO === */
div.utiu-row {
  padding: 10px 0px 10px 0px;
  display: inline-block;
  width: 100%;
}

.clear-block {
  display: inline-block;
}

.center-content {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
}

.dotnetcheckbox label {
  margin-left: 5px;
  vertical-align: top;
}

#scorm-background-lavagna {
  width: 358px;
  height: 240px;
  background-image: url('img/ambienti_empty.jpg');
  background-repeat: no-repeat;
  background-position: 0px 20px;
}

#scorm-testo-lavagna {
  left: 50px;
  top: 120px;
  text-align: left;
  position: relative;
  width: 100%;
  height: 210px;
  letter-spacing: -0.2mm;
  color: #565656;
  font-weight: bold;
  font-size: 1.2em;
}

.course-title {
  text-align: center;
  width: 100%;
  font-size: 1.5em;
  padding: 10px 0;
}

.lesson-title {
  text-align: center;
  margin-top: -15px;
}

.subtitle {
  color: #888888;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 0;
  margin: 0 22px 20px 0;
  text-align: right;
}

.page-header-subtitle {
  border: 0;
  font-size: 16px;
  text-align: right;
 /* color: #777;*//* accessibilità*/
	color: #4a4a4a;
  /*margin-top: 0px!important;*/
}

h2 .page-top {
  margin-top: 0px;
}

.td-slide {
  vertical-align: top;
  padding-left: 2px;
  border: solid 1px #cccccc;
  text-align: center
}

#materiale-didattico-module .glyphicon {
  font-size: larger;
}

#materiale-didattico-module .glyphicon-triangle-left {
  margin-right: 10px;
}

#materiale-didattico-module .glyphicon-triangle-right {
  margin-left: 10px;
}

#materiale-didattico-module .nome-titolare {
  margin-bottom: 15px;
}

#yaf-module table,
#yaf-module table td {
  border: none;
}

/*.pageTitle {
     border: 0;
     margin: 20px 0 10px;
     padding-bottom: 9px;
     color: #fff;
}
 */
/* Duplicato di page-header */
.pageTitle {
  display: block;
  padding: 11px 7px 7px 15px !important;
  margin-top: 0px;
  color: #FFF;
  text-align: left;
  font-size: 1em;
  border-radius: 4px;
  /*background-color: #018bc9;*/ /* change for accessibility */ 
	background-color: #0074c9;
  text-transform: uppercase;
}

.pageTitle a,
.pageTitle a:visited {
  color: #fff;
  /*#151515*/
  text-decoration: none;
  pointer-events: none;
}

.pageTitle.study-plan a:hover {
  text-decoration: underline;
}

.tit2a {
  /*add*/
  background-color: #eee !important;
  border-radius: 8px;
  border-top: none !important;
  border-bottom-width: 0 !important;
}

.tit2a span {
  /*add*/
 /* color: #018bc9;*//*Accessibilità*/
	color: #0070a2;
  font-weight: 600;
}

.courseDescription {
  /*add*/
  border-top: none !important;
  border-bottom-width: 0 !important;
}

.course-content {
  /*add*/
  border-top: none !important;
  border-bottom-width: 0 !important;
}

.course-content span {
  /*add*/
  color: #000;
}

.table-responsive table tr {
  border-style: none !important;
}

.nome-materia {
  font-size:1em;
  font-weight:bold;
}

.nome-materia-container {
  margin-bottom: -10px;
  margin-top: -15px;
  text-align: center;
  width: 100%;
}

.nome-materia-container .nome-tutor,
.nome-materia-container .nome-titolare,
.nome-materia-container .tutors-per-materia {
  font-size: 1.1em;
}

.nome-materia-container .crediti-materia {
}

.nome-facolta {
  text-align: center;
  padding: 10px;
}

.header-tipomateriale {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}

textarea {
  vertical-align: top;
}

label {
  margin-right: 5px;
}

.form-horizontal label {
  margin-right: 0px;
  font-weight: 600;
  /*mod*/
  text-align: right;
  /*mod*/
}

td input[type="checkbox"] {
  margin-right: 5px;
}

.table-standard-width {
  width: 95%;
}

.table-interline {
  height: 5px;
  border-top-width: 0px !important;
}

table.borderless td,
table.borderless th {
  border: 0px !important;
}

.full-width {
  width: 100%;
}

#ctrl-programmazione-didattica-pagina select {
  height: 32px;
}

#table-programma-insegnamento td:first-child {
  text-align: right;
}

#table-programma-insegnamento td:last-child {
  text-align: left;
}

#table-programma-insegnamento td:last-child textarea {
  width: 50em;
  height: 7em;
}

#table-gestioni-chat td {
  vertical-align: middle;
}

#table-gestioni-chat td:last-child {
  text-align: right;
}

.table-elenco-messaggi-chat td:nth-child(1) {
  width: 15%;
}

.table-elenco-messaggi-chat td:nth-child(2) {
  width: 20%;
}

.chat-messages-pager td {
  padding-left: 10px;
}

#table-opzioni-studente td:first-child {
  width: 35%;
}

#table-opzioni-studente td input[type="radio"] {
  margin-left: 0px;
}

.table-programmazione-didattica th {
  text-align: center;
}

/*.table-programmazione-didattica td:nth-last-child(-n+5) {
     font-size: 0.9em;
}
*/
.table-programmazione-didattica td {
  font-size: 0.93em;
}

.table-classroom tr:first-child td {
  border-bottom: 1px solid #000;
  border-top-width: 0px;
  padding-top: 15px;
}

.classroom-header {
  border-bottom: 1px solid #000;
}

.classroom-list-container {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.classroom-vuota {
  padding-left: 10px;
  margin-top: -15px;
  margin-bottom: 15px;
}

#menubar {
  margin: 0px;
  margin-right: 18px;
  margin-left: 10px;
  padding: 0px;
  border: 0px;
  text-align: right
}

#menubar img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

/* difficilmente vertical-align funzioner�: e' un parametro che si passa alle CELLE DI TABELLA */
#menubar ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}

#menubar li {
  display: inline;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 8px;
  list-style-type: none;
  font-size: 8pt;
}

#menubar li a {
  padding-bottom: 1px;
  color: #0056AC;
  text-decoration: underline;
}

#menubar li a:hover {
  color: #285534;
}

.pianostudio-autore {
  margin-bottom: 8px;
}

div.ambienti {
  float: right;
  width: 40%;
}

div.ambienti dt {
  padding: 4px;
  background-color: #dbdbdb;
  margin: 2px;
  font-weight: bold;
}

div.ambienti dt span {
  color: #585858;
  font-size: 11px;
}

div.ambienti dd {
  padding: 0 4px 4px 4px;
  margin: 10px 2px 2px;
}

div.ambienti dd span a {
  color: #238181;
}

.div-end-table {
  margin-top: -20px;
}

.section-header {
  background-color: #e6e7e8;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  color: rgb(35, 82, 124);
}

.table-internal-header {
  border-width: 0px;
  padding-top: 40px !important;
  padding-bottom: 2px !important;
  font-size: 1.2em;
  font-style: italic
}

.table-internal-separator {
  border-width: 0px;
}

.intro-text {
  margin: 10px 0 25px 0;
}

.hrline {
  height: 0px;
  margin: 0px;
  /*border-bottom: 1px solid #ccc !important;
    */
  border: 0px;
  font-size: 1px;
  /* IE 6 */
  margin: 2px 0 3px 0;
}

.hrline-soft {
  height: 0px;
  border-bottom: 1px solid #d4d0d0 !important;
  border: 0px;
  font-size: 1px;
  /* IE 6 */
}

.after-paragraph {
  margin: -7px 0 10px 0;
}

#studentcardbody td {
  padding: 2px 4px;
}

/* Statistiche */
.quick-stats-container {
  display: inline
}

.search-students {
  background-color: #F8F8F8;
  border-width: 1px;
  border-style: solid;
  width: 95%;
  margin-top: 10px;
}

.search-students td {
  padding: 5px;
}

.search-students td:first-child {
  width: 40%;
  text-align: right;
}

.search-students td:last-child {
  width: 60%;
  text-align: left;
}

.table-stat-att-stud th {
  text-align: center;
}

.table-stat-att-stud td:first-child {
  text-align: left;
  width: 15%;
}

.table-stat-att-stud td:nth-child(2) {
  width: 15%;
}

.table-stat-att-stud td:nth-child(3) {
  width: 6%;
}

.table-stat-att-stud td:nth-child(4) {
  width: 6%;
}

.table-stat-att-stud td:last-child {
  width: 10%;
}

.table-stat-att-stud tr:nth-child(n+2) td {
  font-size: smaller;
}

.table-stat-att-stud-noclasses td:first-child {
  text-align: left;
  width: 15%;
}

.table-stat-att-stud-noclasses td:nth-child(2) {
  width: 35%;
}

.table-stat-att-stud-noclasses td:nth-child(3) {
}

.table-stat-att-stud-noclasses td:nth-child(4) {
  width: 20%;
}

.table-stat-att-stud-noclasses td:first-child {
  text-align: left;
}

.table-miei-studenti th:first-child {
  width: 15%;
}

.table-miei-studenti th:nth-child(2) {
  width: 18%;
}

.table-miei-studenti th:nth-child(3) {
  width: 24%;
}

.table-miei-studenti th:nth-child(4) {
  width: 31%;
}

.table-miei-studenti th:nth-child(5) {
  width: 5%;
}

.table-miei-studenti th:nth-child(6) {
  width: 7%;
  text-align: center;
}

table#mycourse {
  width: 100%;
}


/* materiale generico */
td.materiale-generico {
  vertical-align: top;
  padding: 2px 5px;
}

td.materiale-generico ul {
  padding-left: 20px;
}

td.materiale-generico ul li {
  margin-bottom: 5px;
}

td.materiale-generico > p {
  margin-bottom: 5px;
}

table#tblMateriali {
  width: 100%;
  border-collapse: separate;
}

table#tblMateriali tr {
  border: none;
}

table#tblMateriali tr th {
  padding: 0px 2px 0px 2px;
}

table#tblMateriali tr td {
  border: none;
  padding: 1px 0px 2px 0;
}

table#tblMateriali tr td div {
  border: solid 1px #ffffff;
  padding: 3px 4px 2px 4px;
}

table#tblMateriali tr td div img {
  vertical-align: middle;
  margin-right: 4px;
}

table#tblMateriali tr td div .ghost {
  color: #a0a0a0 !important;
}

/* Elenco materiali */
#elenco-materiali td:last-child {
  vertical-align: middle;
}

#elenco-materiali dt {
  float: left;
  margin-right: 5px;
}

#elenco-materiali dl {
    margin-bottom: 5px;
    padding-left: 15px;
    line-height: 1.5em;
    color: #717171 !important;
}

#elenco-materiali .argomento-item {
  padding: 5px 0 5px 5px;
  /*max-width: 550px;
    */
}

#elenco-materiali .linkMateriale {
  display: inline !important;
  /*mod*/
  max-width: 300px;
}

#elenco-materiali .argomento-title {
    padding-bottom: 5px;
    /*color: #8C8C8C;*/
    color: #717171 !important;
}

#elenco-materiali tr td .materiali-associati .argomento-item:nth-child(1) {
  margin-top: 15px;
}

#elenco-materiali tr td .materiali-non-associati dl:nth-child(1) {
  margin-top: 15px;
}

#elenco-materiali .materiali-lesson-title {
  color: #000;
  padding: 5px 0 0 5px;
}

#elenco-materiali .lesson-header {
  margin-top: 5px;
  margin-bottom: 5px;
}

#elenco-video-slides td:last-child {
  vertical-align: middle;
}

.elenco-materiali-wrapper {
  clear: both;
}

.videolesson-page-topics {
  padding: 2px 7px;
  /*width: 175px;
    */
  width: 300px;
}

.videolesson-page-topics-title {
  font-weight: bold;
  padding-bottom: 5px;
}

.videolesson-page-topics-list td {
  padding: 4px 0px;
  /*line-height: 1.3em;
     */
}

/* elenco materiali con edit */
.lista-materiali-lezione .controlli-materiali {
  float: left;
}

.lista-materiali-lezione .controlli-materiali:nth-child(n+2) {
  margin-left: 7px;
}

.lista-materiali-lezione .seleziona-materiale {
  margin-left: 5px;
  margin-top: 2px;
  display: block;
}

.lista-materiali-lezione .materiali-container {
  margin-left: 21px;
}

.lista-materiali-lezione .materiali-lezione-controls {
  float: left;
  display: inline;
  margin-bottom: 5px;
}

.lista-materiali-lezione .materiali-lezione-controls a:nth-child(n+2) {
  margin-left: 7px;
}

.small-vertical-margin {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* pallino rosso tracking */
#PCPageVideoTop {
  background-image: url(img/videotop.gif);
  height: 8px;
}

#PCPageTrackingEnabled {
  position: relative;
  display: none;
  width: 10px;
  height: 6px;
  left: 98%;
  top: 0px;
  background-image: url(img/tracking_enabled.gif);
}

.dettaglio-materiali {
  padding: 10px;
}

.divMaterialeDidatticoLezione {
  display: inline-block;
  padding: 10px;
  float: left;
}

/*.dettaglio-materiali-scobox {
     vertical-align: top;
     padding-left: 2px;
     padding-right: 0px;
     width: 180px;
     border: solid 1px #cccccc;
     border-right: none;
}
*/
/*style='vertical-align: top;
 padding-left: 2px;
 padding-right: 0;
 width: 180px;
 border: solid 1px #cccccc;
*/
.badge.badge-utiu {
  font-weight: normal;
  font-size: 1em;
  background-color: #F9F9F9;
  color: #4C4444;
  text-shadow: none;
  padding: 1px 8px 3px;
  border: 1px solid #CBC5C5;
  margin-top: 2px;
}

.filtro-anni-accademici .SlectBox,
.anni-accademici .SlectBoxa {
  padding: 2px !important;
}

.filtro-anni-accademici,
.filtro-consegnabili {
  margin-bottom: 5px;
}

.filtro-anni-accademici .CaptionCont span {
  padding-left: 5px !important;
  line-height: 20px !important;
}

.filtro-anni-accademici {
  float: right;
}

.filtro-anni-accademici label {
  margin-bottom: 0px !important;
  margin-right: 0px;
}

.filtro-anni-accademici button {
  margin-left: 10px;
  margin-bottom: 14px;
}

.filtro-anni-accademici .SumoSelect {
  margin-left: 10px;
  float: right;
}

.filtro-anni-accademici .lbl-anni-accademici {
  float: right;
  margin-top: 5px;
}

.filtro-anni-accademici .MultiControls p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px !important;
}

/* Elenco facolt� */
div#elenco-right {
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 20px;
  margin-top: 0;
  float: left;
}

div#elenco-right dl label {
  font-weight: bold;
  text-align: left;
  color: #0056AC;
  font-size: 16px;
}

div#elenco-right dl dd {
}

div#elenco-right dl dd ul {
  padding-left: 20px;
  list-style: none;
}

div#elenco-right dl dd ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}

div#elenco-right dl dd ul li {
  text-indent: -5px;
}

div#elenco-right dl dt {
  background-color: #DBDBDB;
  color: #585858;
  margin-top: 5px;
}

/* cip */
.elenco-tipi-lauree #img-left-elenco {
  float: left;
  width: 20%;
  margin-right: 90px;
  margin-top: 30px;
}

.elenco-tipi-lauree #img-left-elenco img {
  width: 100%;
  height: auto;
}

.elenco-tipi-lauree #elenco-right div:nth-child(2) { margin-right: 20px; }


/*.elenco-tipi-lauree li {
  margin-left: 40px;
  list-style-type: disc;
}*/
/* piano studi */
.piano-studi-header-title {
  text-align: center;
  font-weight: bold;
}

/* ========= Menu fisso sinistra ===========*/
#portamento_container {
  float: left;
  position: relative;
}

/* take the positioning of the sidebar, and become the start point for the sidebar positioning */
#portamento_container #submenu {
  float: none;
  position: absolute;
}

/* no need to float anymore, become absolutely positoned */
#portamento_container #submenu.fixed {
  position: fixed;
}

/* if the panel is sliding, it needs position:fixed */
.affix {
  top: 165px;
}

.affix-bottom {
  position: absolute;
}

/* ====================== CMS ADMIN ====================== */
.settingrow {
  padding: 5px 0 5px 0;
}

/* ========= FORUM =========*/
.intestatabella {
  background-color: #d1ddf1;
}

.materie-forum td,
.materie-forum th {
  padding: 4px;
}

.materie-forum td:nth-child(1) {
  width: 5%;
}

.materie-forum td:nth-child(2) {
  width: 20%;
}

.materie-forum td:nth-child(3) {
  width: 20%;
}

#admin-search-control {
  margin-top: 5px;
}

#admin-search-control td {
  padding: 3px;
}

/* === LOGIN MODULE === */
#LoginModule {
  border: solid 1px rgba(102, 102, 102, 0.39);
  padding: 10px;
  margin-right: 10px;
}

#LoginModule legend {
  padding: 0 10px 0 10px;
  margin-bottom: 0px;
}

/* === MEDIAPLAYER MODULE === */
.mediaplayer_title {
  text-align: center;
  margin-top: 10px;
  margin-left: 280px;
}

.mediaplayer_description {
  text-align: center;
  margin-left: 280px;
}

.mediaplayer_video {
  text-align: center;
  margin-left: 280px;
}

/* === VIDEO STREAMING === */
#JWPlayerContainer {
  /*width: 332px;
     margin: auto;
     */
}

.button-icon {
  margin: 0 5px 0 0px;
}

#disabled-video,
#android-video,
#video-waiting-to-connect,
#android-video-lesson {
  width: 312px;
  height: 229px;
  vertical-align: middle;
  text-align: center;
  background-color: #000;
  color: #dcdcdc;
  padding: 10px;
}

#android-video-lesson {
  width: 480px !important;
  height: 365px !important;
  padding: 0px !important;
  display: table-cell;
}

#videoWaitingToConnect {
  /*font-family: Arial, Helvetica, sans-serif;
    */
  font-size: 1.4em;
  position: absolute;
}

#videoWaitingToConnect table {
  height: 249px;
  padding: 0px;
  margin: 0px;
}

#videoWaitingToConnect div {
  color: #aaa;
}

.full-screen-control {
  margin-right: 5px;
  position: relative;
  top: -30px;
  float: right;
}

.icon-play-android,
.icon-play-android-videolesson {
  font-size: 40px;
  color: #fff;
  text-decoration: none;
}

/* === CONTENITORI E CENTRATURE */
.hcentered {
  text-align: center;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}

.font12 {
  font-size: 12px;
}

.small-img-container-height {
  height: 160px;
}

.medium-img-container-height {
  height: 280px;
}

.big-img-container-height {
  height: 360px;
}

.huge-img-container-height {
  height: 500px;
}

.centered-container {
  font-size: 0px;
}

.centered-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.centered-element {
  display: inline-block;
  vertical-align: middle;
}

a.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

.prj-anchor {
  position: absolute;
  top: -200px;
  visibility: visible;
}

h3.closer-top {
  margin-top: 10px;
}

@media screen {
  #logoNoScreen {
    display: none;
  }
}

/* Override defaults di bootstrap.css */
@media print {
  a[href]:after {
    content: "";
    /* Rimuove stampa dei link sugli href */
  }

    #ctl01_utiuHeader {
        display: none
    }

    #printonly {
        display: block;
    }

    @page {
        size: A4 portrait;
    }
  /* titoli */
  .modulecontent,
  a,
  body,
  p {
    font-size: 12pt !important;
  }

  /* contenuti */
  div.sidebar-sx,
  div.form-signin,
  div.request-info-container,
  div.intro-img,
  .btn,
  footer,
  div#copyright,
  div#printmodule {
    display: none;
  }

  .slot {
    padding: 0px !important;
  }

  div.project-img img {
    width: 45px !important;
    height: auto !important;
  }

  /* img pi� piccola */
  /*.navbar-fixed-top {
         display: block;
    }
    */
  #logoNoScreen {
    display: block;
    margin-bottom: 15px;
    width: 30%;
  }

  /* logo pi� piccolo */
  body {
    padding-top: 0px;
  }

  /*.navbar-fixed-top {
         display: none;
    }
    */
  .editpanel {
    display: none
  }

  .modulesettingslink {
    display: none
  }

  .moduletitle {
    display: none
  }
}

@media(min-width:1200px) {
    .submenupanel {
    float: left;
    position: relative;
    margin-right: 5px;
    padding-left: 0px;
    max-width: 450px;
  }

  .submenupanel #submenu {
    /*ADATTAMENTO MODIFICHE FELICE CASIERE 19/05/2022 a.v. */
    overflow-y: auto !important;
    position: fixed;
    background: #eeeeee !important;
    max-width: 400px;
  }
}

/* ============= QUIZ ================ */
.show-latex-preview,
.hide-latex-preview,
.show-advanced-options,
.hide-advanced-options {
  cursor: pointer;
}

.checkbox label label {
  margin-left: 10px;
}

.show-advanced-options, .hide-advanced-options {
  padding-top: 20px;
  color: cadetblue;
}

.show-advanced-options, .hide-advanced-options + div {
  padding-bottom: 20px;
}

.form-group.row {
  padding: 5px 0;
}

.quiz-simulator-signal {
  background-color: #a5ff75 !important;
  text-align: center;
}

.table-td-centered td:nth-child(n+2) {
  text-align: center;
}

.table-td-centered td {
  vertical-align: middle !important;
}

.quiz-image {
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.quiz-container .modal-dialog {
  max-width: 100% !important;
}

.free-text-answer-header {
  margin-bottom: 10px;
}

.free-text-confirm,
.multiple-choice-confirm {
  text-align: right;
  margin-top: 10px;
}

.modal-feedback {
  margin-top: 10px;
  transition: opacity 2s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  opacity: 0;
  padding: 10px;
  height: 80px;
  overflow-y: auto;
}

.modal-feedback-correct {
  background-color: #dfffdf;
}

.modal-feedback-wrong {
  background-color: #ffdada;
}

.fade-in {
  opacity: 1;
}

#qid {
  padding: 10px 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 20px;
}

label.btn {
  padding: 7px 60px;
  white-space: normal;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s
}

label.highlight {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02)
}

label.highlight-choice {
  color: #fff;
  background-color: #73BDEF;
  border-color: #46b8da;
}

input[type="text"].free-text {
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
}

input[type="text"].free-text.form-control {
  height: 34px !important;
}

input[type="text"].free-text.answered {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
}

input[type="text"].free-text.correct {
  border-color: green;
}

input[type="text"].free-text.wrong {
  border-color: red;
}

label.btn:hover {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  color: #fff;
}

label.btn-block {
  text-align: left;
  position: relative;
  display: block;
  max-width: 90%;
}

label.btn-block + label.btn-block {
  margin-top: 7px;
}

label .btn-label {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 7px 10px;
  background: rgba(0, 0, 0, .15);
  height: 100%
}

label .glyphicon {
  top: 23%
}

.glyphicon-separate {
  margin-right: 5px;
}

.glyphicon-separate-left {
  margin-left: 5px;
}

.quiz-question-number {
  color: #333;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 6px;
}

.quiz-question .modal-dialog {
  margin-top: 0px;
}

.quiz-question .already-answered,
.quiz-question .not-answered {
  text-align: left;
  width: 50%;
  /*font-size: smaller;
    */
}

.quiz-question .well {
  padding: 6px;
  margin-bottom: 6px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

[data-toggle="buttons"] > .btn input[type="radio"] {
  display: none;
}

.quiz-container {
  height: 100%;
}

.quiz-timer {
  padding: 10px;
  color: black;
  font-size: 16px;
}

.tempoResiduo {
  color: red !important;
  font-weight: bold;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #337AB7;
  background-color: #F5F5F5;
}

.quiz-animation-enter {
  animation: animationFrames ease 0.7s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease 0.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease 0.7s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%
}

.element-animation1 {
  /*animation: animationFrames ease .8s;
     animation-iteration-count: 1;
     transform-origin: 50% 50%;
     -webkit-animation: animationFrames ease .8s;
     -webkit-animation-iteration-count: 1;
     -webkit-transform-origin: 50% 50%;
     -ms-animation: animationFrames ease .8s;
     -ms-animation-iteration-count: 1;
     -ms-transform-origin: 50% 50%*/
}

.element-animation2 {
  /*animation: animationFrames ease 1s;
     animation-iteration-count: 1;
     transform-origin: 50% 50%;
     -webkit-animation: animationFrames ease 1s;
     -webkit-animation-iteration-count: 1;
     -webkit-transform-origin: 50% 50%;
     -ms-animation: animationFrames ease 1s;
     -ms-animation-iteration-count: 1;
     -ms-transform-origin: 50% 50%*/
}

.element-animation3 {
  /*animation: animationFrames ease 1.2s;
     animation-iteration-count: 1;
     transform-origin: 50% 50%;
     -webkit-animation: animationFrames ease 1.2s;
     -webkit-animation-iteration-count: 1;
     -webkit-transform-origin: 50% 50%;
     -ms-animation: animationFrames ease 1.2s;
     -ms-animation-iteration-count: 1;
     -ms-transform-origin: 50% 50%*/
}

.element-animation4 {
  /*animation: animationFrames ease 1.4s;
     animation-iteration-count: 1;
     transform-origin: 50% 50%;
     -webkit-animation: animationFrames ease 1.4s;
     -webkit-animation-iteration-count: 1;
     -webkit-transform-origin: 50% 50%;
     -ms-animation: animationFrames ease 1.4s;
     -ms-animation-iteration-count: 1;
     -ms-transform-origin: 50% 50%*/
}

@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(-170px, 0px)
  }

  40% {
    opacity: 1;
    transform: translate(50px, 0px)
  }

  60% {
    transform: translate(-10px, 0px)
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px)
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(-170px, 0px)
  }

  40% {
    opacity: 1;
    -webkit-transform: translate(50px, 0px)
  }

  60% {
    -webkit-transform: translate(-10px, 0px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px)
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(-170px, 0px)
  }

  40% {
    opacity: 1;
    -ms-transform: translate(30px, 0px)
  }

  60% {
    -ms-transform: translate(-10px, 0px)
  }

  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px)
  }
}

.modal-header {
  background-color: transparent;
  color: inherit
}

.modal-body {
  min-height: 205px
}

.modal-video {
  height: 355px;
  padding-top: 3px;
}

.modal-video-close {
  width: 100%;
}

.modal-video-container {
  min-height: 300px;
  height: 390px;
  margin: 5px;
}

.modal-upper-video {
  padding: 5px 75px 0 75px;
}

/*.nano {
     background: #bba;
     width: 500px;
     height: 500px;
}
 .nano .nano-content {
     padding: 10px;
}
 .nano .nano-pane {
     background: #888;
}
 .nano .nano-slider {
     background: #111;
}
*/
.comunita-studenti img {
  float: left;
  margin-left: 60px;
  margin-top: 38px;
}

.comunita-studenti .comunita-title {
  margin-top: 22px;
}

/* Collapse header */
.collapse-header {
  float: right;
  padding-top: 30px;
  padding-right: 2px;
}

.collapse-header span {
  color: #9BBDCC;
  cursor: pointer;
}

.body-nopadding-menu-only {
  padding-top: 80px !important;
}

.navbar-collapsed {
  margin-top: 5px;
}

/* Collapse sidebar */
.collapsed-sidebar {
  min-height: 1px;
  position: relative;
  float: left;
}

.collapsed-sidebar-left {
  width: 1%;
  margin-top: 5px;
  color: #b1b1b1;
}

.collapsed-sidebar-left span {
  cursor: pointer;
}

.collapsed-sidebar-right {
  width: 99%;
  margin-left: 30px;
}

.expanded-sidebar {
  margin-top: 10px;
  float: right;
  color: #9BBDCC;
  cursor: pointer;
}

.fixed {
  position: fixed;
}

.rotate90 {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.rotate180 {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.rotate270 {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

.rotate0 {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

/* === INTERLINEA === */
.small-space-left {
  margin-left: 5px;
}

.small-space-right {
  margin-right: 5px;
}

.small-space-bottom {
  margin-bottom: 5px;
}

.small-space-top {
  margin-top: 5px;
}

.medium-space-left {
  margin-left: 15px;
}

.medium-space-right {
  margin-right: 15px;
}

.medium-space-bottom {
  margin-bottom: 15px;
}

.medium-space-top {
  margin-top: 15px;
}

.large-space-left {
  margin-left: 25px;
}

.large-space-right {
  margin-right: 25px;
}

.large-space-bottom {
  margin-bottom: 25px;
}

.large-space-top {
  margin-top: 25px;
}

.td-vertical-middle td {
  vertical-align: middle !important;
}

.full-centered {
  text-align: center !important;
  vertical-align: middle !important;
}

/* ======= LOGIN SSL =========== */
.btn-ssl,
.btn-ssl:hover {
  background-color: #2a62be;
  background-image: url("img/white-arrow-right.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-user-select: none;
  border-bottom-color: transparent;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 12px;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.form-signinFull input[type="text"],
.form-signinFull input[type="password"] {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.form-signinFull {
  clear: both;
  display: block;
  padding: 2px;
  text-align: center;
}

.form-control {
  display: inline !important;
  height: auto;
  font-size: 1.6rem;
}

@media(max-width:292px) {

  .form-signin-ssl input[type="text"],
  .form-signin-ssl input[type="password"] {
    width: 35%;
    float: left;
    margin-right: 5px;
    /*margin-top:5px;
        */
  }

  #frameLogin {
    /*height:130px;
        */
  }

  .form-signin-ssl {
    clear: both;
    display: block;
    padding: 5px;
    text-align: center;
    /*max-width:96%;
        */
  }

  .btn-ssl {
    width: 25% !important;
    /*margin-top:5px;
        */
  }
}

@media(max-width:480px) {
  .close-right-menu {
    right: 140px !important;
  }

  .comunita-studenti {
    width: 100% !important
  }

  .text-right {
    text-align: right;
    padding-left: 15px;
  }

  #divLingue {
    width: 100% !important;
    float: right !important;
    padding-right: 0px !important;
  }

  .lang {
    font-size: 12px;
    margin-top: 0px;
  }

  .form-signin-ssl input[type="text"],
  .form-signin-ssl input[type="password"] {
    /*max-width: 100%;
        */
    float: left;
    margin-right: 5px;
    /*margin-top:5px;
        */
  }

  #frameLogin {
    height: 130px;
  }

  .form-signin-ssl {
    clear: both;
    display: block;
    padding: 5px;
    text-align: center;
    /*max-width:96%;
        */
  }

  .btn-ssl {
    width: 25% !important;
    /*margin-top:5px;
        */
  }

  #divBrand {
    width: 70% !important;
    float: left !important;
  }

  html[dir="rtl"] #divLingue {
    min-width: 270px !important;
    float: left !important;
  }

  html[dir="rtl"] #divBrand {
    width: 70% !important;
    float: right !important;
  }

  #divLingue a {
    font-size: 20px !important;
  }

  .video-js {
    min-width: 280px !important
  }
}

@media(min-width:481px) {
  .form-signin-ssl {
    clear: both;
    display: block;
    padding: 5px;
    text-align: center;
    /*max-width:96%;
        */
  }

  .form-signin-ssl input[type="text"],
  .form-signin-ssl input[type="password"] {
    max-width: 33%;
    float: left;
    margin-right: 5px;
  }

  #frameLogin {
    height: 40px;
  }

  .btn-ssl {
    width: 22% !important;
  }
}

/* Jwplayer */
.jw-icon-rewind {
  display: none !important;
}

.btn-fileinput {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.btn-fileinput input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 200px !important;
}

.btn-glyph-span span {
  margin-left: 3px;
}

.material-upload-type {
  padding: 5px 0 5px 0;
}

.material-upload-type .material-button {
    color: #333;
}


/*.material-upload-type .material-button {*/
  /*background-color: #efe8e8;
    */
  /*color: #777;*/
  /*border: none;
    */
/*}*/

.material-upload-type .active {
  background-color: #357ec3 !important;
  color: #fff !important;
}

.jquery-upload,
.jquery-upload .panel {
  margin-bottom: 3px;
}

.jquery-upload .btn-send {
  margin-left: 0px;
  margin-top: 30px;
}

.jquery-upload .progress {
  margin-bottom: 0px;
}

.jquery-upload-group {
}

.jquery-upload-group .currentfile {
  margin-top: 7px;
  margin-left: 5px;
}

.jquery-upload-progress {
  margin-top: 5px;
}

#upSlides {
  text-align: center;
}

/* ibra 17/11/2022  */
#imgSlide {
  max-width: 55%; /* portare max-width da 80% a 55% */
  max-height: 100%;
}

.aspcheckbox label {
  margin-left: 3px;
}

.sfb-manual-reason {
  font-size: 11px;
  color: #fff;
  float: right;
}

/* BLOG */
.divImgNotizia {
  text-align: center !important;
}

.divImgNotizia img {
  max-width: 80%;
}

.lblData {
  color: #337ab7 !important;
}

.tagcloud span {
  display: block;
  float: right;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #337ab7;
  border-radius: 2px;
}

.data span {
  color: black;
  font-weight: bold;
}

.thumb-background {
  margin-top: 20px;
  min-height: 120px;
  text-align: center;
}

.titolo {
    overflow: hidden;
}

.titolo h4 a {
 /* color: #337BBF !important;*/ /* change for accessibility*/
	color: #3074b5 !important;
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding: 5px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}

.thumb-background img {
  max-height: 120px !important;
  padding: 1px;
}

.abstract p {
  padding: 5px !important;
  min-height: 180px;
}

.titolo h4 {
    max-height: 80px;
    overflow: hidden;
}

.singolaNews {
  border-color: #EFEFEF !important;
margin-bottom: 20px !important;
    border: 1px solid #ccc;
    padding: 20px;
  box-shadow: 2px 2px #ccc; 
}

.testoNews {
  padding: 20px !important;
}
@media screen and (min-width: 708px) and @media (max-width: 768px)
{
	.thumb-background img {
	    
	    padding: 10px !important;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px) 


{
.thumb-background img {
    
    padding: 25px !important;
}
}

.buttons {
  margin-left: 50%
}

.titoloModuloNews a {
  font-size: 14px;
}

.nav-previous {
  float: left;
  width: 45%;
  text-align: left;
}

.nav-single {
  margin-top: 50px
}

.nav-previous a,
.nav-next a {
  font-weight: bold;
  font-size: 12px;
  color: black;
}

.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

.align-with-td {
  margin-top: 1px;
}

.button-as-link {
  background-color: transparent;
  border: none;
  color: #2a62be;
  cursor: pointer;
  text-decoration: underline;
  padding: 0px;
}

/* Esami a scelta */
.table-esami td:nth-child(n+2) {
  text-align: center;
}

.ocourse-header {
  border-width: 0px;
  padding-top: 10px !important;
  padding-bottom: 2px !important;
  font-style: italic;
  font-size: larger;
}

.ocourse-section td:nth-child(1) {
  /*border-left: 1px solid #ddd;
    */
}

.ocourse-section td:last-child {
  /*border-right: 1px solid #ddd;
    */
}

.ocourse-section td {
  /*padding: 10px !important;
    */
}

.ocourse-top td {
  border-top: 1px solid #ddd !important;
}

.ocourse-bottom td {
  border-bottom: 1px solid #ddd;
}

.ocourse-separator {
  padding-top: 20px;
}

.choose-course {
  text-align: left;
}

.choose-course select {
  margin-bottom: 10px;
}

.ocourse-book-button {
  text-align: right;
}

/*.ocourse-accepted {
     color: green;
     font-weight: bold;
}
 .ocourse-denied {
     color: red;
     font-weight: bold;
}
 .ocourse-booked {
     color: #d8852b;
     font-weight: bold;
}
*/
.ocourse-label {
  margin-left: 0px;
}

.ocourse-allyears {
  margin-top: 6px;
  margin-left: 15px;
}

.ocourse-allyears div {
  float: right;
  margin-left: 5px;
}

.ocourse-notes {
  opacity: 1;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #ddd;
}

.ocourse-notes span:first-child {
  font-style: italic;
}

.ocourse-notes-animate.ng-hide-add,
.ocourse-notes-animate.ng-hide-remove {
  transition: all linear 0.5s;
}

.ocourse-notes-animate.ng-hide {
  opacity: 0;
}

.table-pianostudio-ocourse {
}

.table-pianostudio-ocourse td {
  text-align: center;
}

.table-pianostudio-ocourse td div {
  text-align: left;
  width: 100%;
}

.table-esami-piano td {
  vertical-align: middle !important;
}

.table-esami-piano td:last-child {
  text-align: center;
}

.table-esami-piano .btn-iscrizione {
  width: 100%;
}

.table-esami-piano .subscribe {
  text-align: center;
}

.table-esami-piano td:nth-child(1),
.table-esami-piano th:nth-child(1) {
  width: 10%;
  text-align: center;
}

.table-esami-piano td:nth-child(2) {
  width: 36%;
}

.table-esami-piano td:nth-child(3) {
  width: 5%;
}

.table-esami-piano td:nth-child(4),
.table-esami-piano th:nth-child(4) {
  width: 28%;
}

.table-esami-piano td:nth-child(5),
.table-esami-piano th:nth-child(5) {
  text-align: center;
  width: 11%;
}

.table-esami-piano td:nth-child(6) {
  width: 10%;
}

.table-esami-piano td:nth-child(7) {
  width: 5%;
}

.table-esami-piano .exam-data-row {
  border-top-style: none;
}

.table-esami-piano .exam-data-details {
  text-align: left !important;
  padding: 15px;
}

.table-esami-piano .exam-data-details hr {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.table-esami-piano .exam-partial-icon-container {
  display: inline-block;
  position: absolute;
}

.table-esami-piano .exam-partial-icon {
  /*position: absolute;
     top: 4px;
     left: 3px;
     font-size: smaller;
    */
  opacity: 0.8;
  color: #bd6423;
}

.exam-eligibility-icon {
  color: lightseagreen;
}

.exam-noteligibility-icon {
  color: lightcoral;
}

.exam-done-icon {
  color: green;
  opacity: 0.4;
}

.exam-tr {
  height: 1px;
}

.exam-tr td:nth-child(2) {
}

.exam-tr .exam-spacer {
  margin: 0 8px 0 20px;
  float: left;
  height: 100%;
}

.exam-tr .exam-header {
  height: 100%;
  display: flex;
  align-items: center;
}

.exam-tr .exam-dimmed {
  color:#4D4D4D !important;
}

.exam-subscribed {
  text-align: center;
}

.exam-tutor-name {
  font-size: smaller;
}

.exam-indent img {
  width: 30px;
  height: auto;
}

.exam-indent div {
  margin-left: 45px;
}

.exam-data {
  background-color: #F5FAFF;
}

.year-header {
  text-align: center;
  margin-top: 30px;
}

.sovr-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}

.sovr-panel {
  margin-top: 30px;
}

.iscrizione-inner-header {
  margin-bottom: 10px;
  font-size: larger;
  opacity: .9;
}

.modal-body {
  min-height: 50px !important;
}

.modal-header .close {
  margin-top: 2px !important;
  font-size: 21px !important;
  color: #000 !important;
  text-shadow: 0 1px 0 #fff;
  opacity: .2 !important;
}

.panel-exercises-body table tr td:nth-child(2),
.panel-exercises-body table tr td:nth-child(3) {
  font-size: smaller;
}

.panel-exercises-body table tr td:nth-child(5) {
  word-break: break-word;
}

/*.newmatedit {
     display: none;
}
*/
.linkMenuItem {
  /* color:black !important;
     font-weight:bold !important;
     */
  font-size: 18px;
}

.linkMenuItem::before {
  content: "\00bb ";
}

.linkMenuItemDisabled {
   color: #282625 !important; /*elimina colore accessibilità*/
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
  font-size: 18px;
}

.linkMenuItemDisabled::before {
  content: "\00a0 \00a0";
}

.tutor-table td {
  /*padding-bottom: 20px;*/
  vertical-align: top;
}

.tutor-table td:nth-child(1) {
  width: 25%;
}

.tutor-wrapper {
  padding: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  /*border: 1px solid #2ca0d6;*/
  border-radius: 6px;
}

/*.tutor-lbl-bg {
  background-color: #ccefffcc;
  padding: 3px;
}*/

.tutor-table tr:last-child td {
  border-bottom-style: none;
  padding-top: 15px;
}

.tutor-table td:nth-child(2) {
  padding-left: 20px;
}

.tutor-link {
  float: right;
  /*padding-top: 60px;*/
  padding-left: 50px;
}

.tutor-link a {
  padding-left: 20px;
}

.filtro-consegnabili .SlectBox,
.anni-accademici .SlectBoxa {
  padding: 2px !important;
}

.filtro-consegnabili .CaptionCont span {
  padding-left: 5px !important;
  line-height: 20px !important;
}

.filtro-consegnabili {
  float: right;
  margin-right: 10px;
}

.filtro-consegnabili label {
  margin-bottom: 0px !important;
  margin-right: 0px;
}

.filtro-consegnabili button {
  margin-left: 10px;
  margin-bottom: 14px;
}

.filtro-consegnabili .SumoSelect {
  margin-left: 10px;
  float: right;
}

.filtro-consegnabili .lbl-consegnabili {
  float: right;
  margin-top: 5px;
}

.filtro-consegnabili .MultiControls p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px !important;
}

.consegnabile {
  color: #337ab7;
  padding-left: 3px;
  font-size: 15px;
  margin-top: 2px;
  vertical-align: text-top;
}

/* Percentuale completamento videolezioni in pagina dello studente */
.lsncpltgraph {
  display: table;
  width: 100%;
  margin: 5px 0 5px 0;
}

.lsncpltgraph > div {
  display: table-row;
  height: 28px;
}

.lsncpltgraph > div > div {
  display: table-cell;
  padding: 2px;
  width: 100%;
}

.lsncpltgraph > div > div.lsnlabel {
  color: #000;
  font-size: 2rem;
  vertical-align: top;
  padding-right: 10px;
  text-align: right;
  width: 15%;
  font-style: italic
}

.lsncpltgraph > div > div.lsndata {
  color: #000;
  width: 85%;
  padding-left: 5px;
}

.lsncpltgraph > div > div.lsndata ul {
  margin-left: 0px!important;
}

/*.lsncpltgraph .lsnexercises {
  font-size: 14px;
  color: black;
  vertical-align: middle;
}*/

/*.lsncpltgraph .full {
     background-color:#26dd40;
}
 .lsncpltgraph .partial {
     background-color:#fcff04;
}
 .lsncpltgraph .empty {
     background-color:#f2e7e7;
}
*/
.lsncpltgraph .circle {
  float: left;
  margin-left: 2px;
}

.circle-text {
  font-size: 1.6rem !important;
}

.circle-container { padding: 5px 0 12px 0; }

.numberCircle {
  border-radius: 50%;
  width: 24px;
  line-height: 24px;
  border: 1px solid #666;
  text-align: center;
  float: left;
  margin: 0 3px 3px 0;
}

.spacingvideolessons {
  padding: 5px !important
}

.clicks-disabled {
  pointer-events: none;
}

/*** Compiler *****/
.compiler-input {
  float: left;
  width: 49%;
  margin-right: 1%;
}

.compiler-output {
  float: left;
  width: 50%;
}

.compiler-deliver {
  clear: both;
  float: right;
}

#ide {
  line-height: 20px;
}

#output {
  background-color: #000;
  color: #eee;
  padding: 5px;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'monospace'
}

#message {
  padding: 10px;
}

.run-button {
  margin-top: 5px;
  margin-bottom: 5px;
}

.linkMaterialeNotAvailable {
  color: darkgrey !important;
  /*opacity: 0.8;
    */
  font-style: italic;
}

.linkMaterialeNotAvailable .nomeTutor {
  color: darkgrey !important;
  font-style: italic !important;
}

.students-can-see {
  padding-left: 3px;
  font-size: 15px;
  margin-top: 2px;
  vertical-align: text-top;
}

.material-keywords {
  max-width: 300px;
}

.txtAlignCenter {
  text-align: center !important
}

/*.lsndata .list-group{
     max-width:50% !important 
}
*/
.lsndata .badge {
    background-color: var(--background-blue);
    border-radius: 1rem;
    font-size: 1.6rem !important;
}

/*.lsndata li{
     float:left;
     width:50% 
}
*/
.lsndata li {
  margin-right: 4px;
  min-width: 45% !important
}

.lsndata .list-group-item:hover {
  background-color: transparent;
  border: 1px solid #ddd;
}

/*ul.lsndata-group {
  padding-left: 20px !important;
}*/

.subHeadGrid {
  font-size: smaller !important;
}

.agendaRow td {
  padding: 10px;
}

td.app_command {
  text-align: right;
}

td.app_command a {
  padding-left: 20px;
}

.materialTitle {
  color: #555 !important;
  font-weight: bold;
}

.lblVisibilita {
  color: #0056AC !important;
  font-style: italic;
}

fieldset.listaMaterialiDidattici {
  min-width: 0;
  margin: 0;
  padding-left: 10px;
  border: 1px solid #337ab7;
  background-color: white !important;
  border-radius: 6px;
  margin-top: 10px;
  text-align: left;
  width: 100%;
  color: black !important;
  min-height: 100px;
}

fieldset.listaMaterialiDidattici a {
  padding: 3px;
  font-weight: bold;
}

fieldset.listaMaterialiDidattici legend {
  font-size: 12px;
  font-weight: bold;
  color: white;
  border-radius: 4px;
  border: none !important;
  margin-bottom: 0 !important;
  width: auto !important;
  padding: 5px !important;
  background-color: #337ab7 !important;
  /* margin:auto !important;
     text-align:left;
    */
}

fieldset .alternate {
  background-color: white !important;
}

.lblShort {
  width: 100px !important;
  /*font-weight:bold;
    */
  color: black;
}

.lblMedium {
  width: 170px !important;
  /*font-weight:bold;
    */
  color: black;
}

.txtCalendar {
  background: url("img/calendar.png") no-repeat right;
  cursor: pointer;
  width: 120px !important
}

.modal-header h3 {
  color: #337BBF
}

.modal-dialog.statoMateriale {
  width: 1100px !important;
  max-width: 95vw;
}

.modal-header .close {
  /* margin-top: -20px !important;
     color: brown;
     opacity: 1;
    */
  font-size: large;
}

.statoMateriale.modal-header {
  background-color: ghostwhite !important;
}

.statoMateriale.modal-body {
  padding: 20px !important;
}

/*Notifiche add*/
.notification-column {
  width: 100px !important;
}

.notification-container {
  margin-top: 10px;
}

th.notifications-header {
  background: #F5FAFF;
  color: #444;
  font-weight: bold;
}

th.notifications-header a {
  color: #444;
  font-weight: bold;
}

#spnNotication {
  margin-top: 10px;
}

.nt-segment {
  background-clip: padding-box;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
  border-radius: 2px;
  transition: box-shadow 83ms;
  background-color: #FEFEFC !important;
  padding: 0;
  position: relative;
  width: 100%;
}

.t-title {
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px !important;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.t-rows {
  text-align: right !important;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px !important;
  font-weight: normal;
  color: #666666;
}

.button-secondary-medium {
  background-color: transparent;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 32px;
  outline-width: 2px;
  padding: 0 16px;
  text-decoration: none;
  transition-duration: 167ms;
  transition-property: background-color, box-shadow, color;
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
  vertical-align: middle;
  color: #0073b1;
  box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 1px #006097, inset 0 0 0 1px transparent;
}

.nt-card-unread {
  background-color: #F5FAFF;
}

.nt-card-unread td {
  padding: 5px !important
}

.nt-card-read {
  background-color: #FFF;
}

.nt-card-read td {
  padding: 5px !important
}

.nt-card-unread:hover {
  background-color: #FFF;
}

.nt-card-read:hover {
  background-color: #F5FAFF;
}

.tbAvvisiTutor a {
}

.thAvvisiTutor {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 3px;
}

.tbAgenda {
}

.day {
  border: 1px solid #dadce0 !important;
  padding: 3px !important;
}

.currentDay {
  border: 3px solid #FFB80C !important;
  padding: 3px !important;
}

.nameDay {
  background-color: #E6E7E8;
  color: black;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
}

.numDay {
  color: black;
  /*margin-left:45%;
    */
  width: 100%;
  /*text-align: center;*/
  float: left;
  padding: 0px !important;
  font-weight: bold !important;
}

.tit2 {
  color: black;
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}

.selectableDay:hover {
  background-color: floralwhite;
  cursor: pointer
}

.selezionaevento:hover {
  text-align: left;
  color: white !important;
  background-color: #006CC2 !important;
  width: 100% !important;
  cursor: pointer
}

.selezionaevento {
  color: #333 !important;
}

td.event {
  background-color: #DEECF9 !important;
  opacity: 0.90;
  margin-bottom: 5px;
  float: left;
  border: 1px solid transparent !important;
  border-radius: 10px;
  max-width: 100% !important;
  padding:7px;
  width: 100%;
}

td.student-req-warn {
  border: 1px solid #bf2fca !important;
}

td.student-req-warn.event {
  background-color: #def9f3 !important;
}

td.student-req-warn > div:first-child {
  display: block !important;
  font-size: 12px;
  font-weight: normal;
  float: right;
  color: #003d00;
}

td.eventoTitolare {
  background-color: papayawhip !important;
}

.orarioEvento {
  color: darkred;
  font-weight: bold;
  float: left;
}

.orarioEvento:hover {
  cursor: pointer;
}

/* Motore ricerca */
.cbr-search-form .panel-heading-sm {
  height: 28px;
  padding: 3px 10px !important;
}

.cbr-search-form .panel-heading-sm div:first-child {
  font-variant: small-caps;
  font-size: 16px;
}

.rotate-triangle {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}

.unrotate-triangle {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.cbr-search-form .panel-heading-sm > div:first-child {
  float: left
}

.cbr-search-form .panel-heading-sm > div:last-child {
  float: right;
  font-weight: bold;
}

.cbr-search-form .panel-heading-sm > div:last-child input {
  margin-left: 3px;
}

.cbr-search-form .details-link {
  text-align: left;
  margin-top: 3px;
  text-decoration: none;
}

.cbr-search-form .details-link span {
  margin-left: 2px;
}

.cbr-search-form .cbrkwic {
  box-shadow: inset 0 0 3px #868383;
  padding: 10px;
  margin-top: 10px;
}

.cbr-search-form .cbrkwic div:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.cbr-search-form .cbr-from-section {
  font-style: italic;
}

.cbr-search-form .cbr-advanced-fields {
  margin-top: 10px;
}

.cbr-search-form .cbr-advanced-fields td {
  padding: 4px;
}

.cbr-search-form # .cbr-table-menu {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cbr-table-menu td {
  width: 16.6%
}

.cbr-table-menu td div {
}

.cbr-filter-by-name {
  margin-bottom: 20px;
}

.cbr-cases {
  width: 100%;
}

.cbr-ontology {
  width: 100%;
}

.cbr-ontology .head {
  padding-bottom: 15px;
}

.cbr-ontology .subHead,
.cbr-ontology .cbr-filter-by-lemma {
  padding-bottom: 15px;
}

.cbr-ontology .cbr-edit td {
  padding-top: 15px;
}

.cbr-ontology .cbr-data td {
  padding: 4px;
}

.cbr-ontology .cbr-pager-control {
  padding-top: 15px;
}

.cbr-expansion {
  padding: 5px 0 5px 0;
}

.cbr-expansion-item {
  padding: 4px;
}

.cbr-expansion-left {
  margin-right: 5px;
}

.cbr-expansion-right {
  margin-left: 5px;
}

.cbr-expansion-relate {
  color: #ef7974;
}

.cbr-expansion-relation {
  color: #e2605c;
}

.panel-body-sm {
  padding: 5px 10px;
}

table.table-heading-sm thead tr th,
table.table-heading-sm tbody tr td {
  font-size: 12px;
  height: 28px;
  padding: 4px 10px;
}

.table-body-sm {
  padding: 5px 10px;
}

/* #JWPlayerContainer .video-js {
     min-width: 480px !important 
}
 */
#spnWelcome {
  float: left;
  margin-top: 30px;
}

/* immagini di rassegna stampa, o altri usata questa classe*/
#ctl01_mainContent_ctl00_PanelArticolo img {
  width: 70% !important;
  height: auto !important;
}

@media only screen and (min-width: 320px) and (max-width: 1034px) {
  #ctl01_mainContent_ctl00_PanelArticolo img {
    width: 100% !important;
    height: auto !important;
  }
}

/* Immagine scheda progetto di ricerca*/
.imgsProgetto {
    display: flex;
    gap: 20px;
}

.imgProgettoItem img {
    max-width: 100% !important;
}

.event a {
  margin-right: 5px;
  margin-left: 5px;
}

.lesson-entrypoint {
  font-size: 12px;
}

.lesson-entrypoint span {
  font-weight: bold;
}

.lesson-entrypoint-div {
  margin: 4px 20px 2px;
}

.form-radio input[type="radio"] {
  margin-right: 10px;
}

.aspnet-radio input[type="radio"] {
  margin-right: 3pX;
}

.webuimsg {
  margin-bottom: 3px !important;
}

.webuimsg-container {
  margin-bottom: 20px;
}

.webuimsg-timestamp {
  text-align: right;
  font-size: smaller;
}

/* Customize the label (the container) */
.chklistcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chklistcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chklistcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chklistcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chklistcontainer input:checked ~ .checkmark:after {
  display: block;
}

.chklistcontainer input:disabled ~ .checkmark {
  background-color: #ccc;
}

/* Style the checkmark/indicator */
.chklistcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.descriptionText {
  width: 100%;
  border: 0px solid transparent;
  color: rgb(102, 102, 102);
  max-height: 200px;
  overflow-y: auto;
}

.table-stat-att-stud td {
  vertical-align: middle !important;
  text-align: center;
}

.stats-details > div:nth-child(1) {
  margin-top: 5px;
  margin-bottom: 8px;
  font-weight: bold;
}

.stats-details .det-table {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.stats-details .det-row {
  display: table-row;
}

.stats-details .det-cell {
  display: table-cell;
  padding-bottom: 3px;
}

.stats-details .det-cell:nth-child(1) {
  width: 20%;
  text-align: right;
  padding-right: 10px;
}

/* --- Nuova pagina "I miei studenti" --- */
.dot {
  border: 1px solid #000;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
  margin: 0 auto;
}

.dot-yellow {
  background-color: yellow;
}

.dot-gray {
  background-color: darkgray;
}

.dot-green {
  background-color: chartreuse;
}

.quick-stats-click {
  margin-top: 2px;
}

.subHeadGrid {
  text-align: center !important;
}

.dot-col {
  text-align: center;
}

.v-interline {
  background-color: #f3f3f3 !important;
  padding: 0.5px !important;
  border-top-style: none !important;
  border-bottom-style: none !important;
}

.set-tools div {
  float: right;
}

.set-tools div:nth-child(3) {
  margin-top: 5px;
  margin-right: 5px;
}

.set-tools div:nth-child(1) {
  margin-left: 10px;
}

.set-tools div:nth-child(1) button {
  margin-top: 1px;
}

.set-header {
  font-weight: bold;
}

.no-element td {
  text-align: center !important;
  width: 100% !important;
}

/* Fine nuova pagina "I miei studenti" */
/* --- Begin Faq Style Accordion Ibrahim Selman --- */
.accordion-FAQ {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  background-color: #e2e2e2;
  margin: 0 auto;
  width: 98%;
  border-top: 1px solid #cdcdcd;
}

.accordion-label-FAQ,
.accordion-content-FAQ {
  padding: 14px 20px;
}

.accordion-label-FAQ {
  display: block;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: background 0.1s;
  border-bottom: 1px solid #fff;
}

.accordion-label-FAQ:hover {
  background: rgba(0, 0, 0, 0.1);
}

.accordion-label-FAQ::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 12px;
  height: 6px;
  /*background-image: url('data:image/svg+xml;
    utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:%23FFFFFF99;
    " /></svg>');
    */
  background-image: url('data:image/svg+xml; utf8, <svg width="100" height="50" xmlns="http://www.w3.org/2000/svg" ><polygon points="0,0 100,0 50,50" style="fill:black; " /></svg>');
  color: #000000;
  background-size: contain;
  transition: transform 0.4s;
}

.accordion-content-FAQ {
  background: #ffffff !important;
  display: none;
}

.question-title-FAQ {
  font-size: 20px;
  color: #337BBF !important;
}

.p-accordion-FAQ {
  padding: 0.2rem;
  margin: 0px;
  align ="justify";
  color: #000000 !important;
}

.accordion-input-FAQ {
  display: none;
}

.accordion-input-FAQ:checked ~ .accordion-content-FAQ {
  display: block;
}

.accordion-input-FAQ:checked ~ .accordion-label-FAQ::after {
  transform: translateY(-50%) rotate(0.5turn);
}

#accordion {
  width: 98%;
}

#accordion-label-FAQ {
  display: block;
  cursor: pointer;
  position: relative;
  transition: background 0.1s;
  color: black;
}

#accordion-label-FAQ:hover {
  background: (192, 192, 192, 0.3);
}

#accordion-label-FAQ::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 12px;
  height: 6px;
  background-image: url('data:image/svg+xml; utf8, <svg width="100" height="50" xmlns="http://www.w3.org/2000/svg" ><polygon points="0,0 100,0 50,50" style="fill:black; " /></svg>');
  color: #000000;
  background-size: contain;
  transition: transform 0.5s;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width : 320px) and (max-width : 1034px) {
  #accordion-label-FAQ::after {
    background-image: url('data:image/svg+xml; utf8, <svg width="100" height="50" xmlns="http://www.w3.org/2000/svg" ><polygon points="0,0 100,0 50,50" style="fill:#f5f5f5; " /></svg>');
  }
}

/* End Faq Style Accordion Ibrahim Selman */
/* --- Media Gallery css Implemetation - Ibrahim Selman --- */
.vedi-tutti-i-video {
  padding-right: 38px;
  float: right;
  padding-top: 2px;
}

.image-gallery {
  width: 100%;
}

.video-media-gallery-didascalia {
  font-size: 16px;
  /*mod*/
}

.text-center-section-gallery {
  text-align: left;
  margin: 1.25rem 0;
  border-bottom: 1px solid #dadada;
  padding: 1.25rem 0;
}

.sotto-titolo-video-gallery {
  padding-top: 10px;
  font-size: 13px !important;
}

a.link-media-gallery {
  font-weight: bold;
  padding-bottom: 5px;
}

/* End Media Gallery css Implemetation - Ibrahim Selman */
/* --- frammenti di codice css utilizzati in varie pagine - Ibrahim Selman --- */
.blu {
  color: #0056AC;
}

hr {
  display: block;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  color: #0066CC;
}

.strike {
  text-decoration: line-through;
}

.rel-docs-right-box h3 {
  margin: 0px;
  padding: 6px;
  color: #ffffff;
  background-color: #0056AC;
  text-align: center;
  font-size: 0.95em;
  text-transform: uppercase;
}

/* End frammenti di codice css utilizzati in varie pagine - Ibrahim Selman */
/* --- pagine di Gaetano - eu-lobby.aspx --- */
.floating-box-250 {
  float: left;
  width: 250px;
  margin: 0px 10px;
  min-height: 250px;
}

.progeuropeiricerca {
  text-align: center !important;
}

.progeuropeiricerca .list-group-item-progetti:hover a {
  background-color: #4974BB !important;
  color: white !important;
}

#incorso ul {
  padding-left: 20px;
  margin-top: 10px;
}

#completati ul {
  padding-left: 20px;
  margin-top: 10px;
}

.collapse .list-group-item-progetti a {
  width: 100% !important;
}

.collapse .list-group-item-progetti a:hover {
  color: white !important
}

.center-title-in-img {
  position: absolute;
  top: 2px;
  /* left: 83px;
     */
  color: #FFFFFF;
  font-family: "Times New Roman", Times, serif;
  padding-left: 8%;
  text-align: center !important;
}

.center-title-in-img strong {
  text-tansform: capitalize;
  font-size: 1.6em;
}

.list-group-item-progetti .list-group-item-progetti li {
  border-bottom: 1px solid #7EB1DC;
  padding: 8px
  /*was 10*/
  15px;
}

.collapse .list-group-item-progetti a {
  width: 100% !important;
}

.collapse .list-group-item-progetti a:hover {
  color: white !important;
}

.list-group-item-progetti:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item-progetti {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item-progetti.active,
.list-group-item-progetti:focus,
.list-group-item-progetti:hover,
.sidebar-sx .list-group-item-progetti.active {
  background-color: #337ab7;
  border: 1px solid #ddd;
}

.sezione-progetti .list-group-item-progetti:hover a {
  background-color: #4974BB !important;
  color: white !important;
}

.sezione-progetti ul {
  padding-left: 20px;
  max-width: 250px;
  margin-top: 10px;
}

/* end pagine di Gaetano */
/* CSS Document */
/* --- begin image size variable width --- */
.img-100 {
  width: 100px;
  height: auto;
}

.img-110 {
  width: 110px;
  height: auto;
}

.img-120 {
  width: 120px;
  height: auto;
}

.img-130 {
  width: 130px;
  height: auto;
}

.img-140 {
  width: 140px;
  height: auto;
}

.img-150 {
  width: 150px;
}

.img-160 {
  width: 160px;
  height: auto;
}

.img-170 {
  width: 170px;
  height: auto;
}

.img-180 {
  width: 180px;
  height: auto;
}

.img-190 {
  width: 190px;
  height: auto;
}

.img-200 {
  width: 200px;
  height: auto;
}

.img-210 {
  width: 210px;
  height: auto;
}

.img-220 {
  width: 220px;
  height: auto;
}

.img-230 {
  width: 230px;
  height: auto;
}

.img-240 {
  width: 240px;
  height: auto;
}

.img-250 {
  width: 250px;
  height: auto;
}

.img-260 {
  width: 260px;
  height: auto;
}

.img-270 {
  width: 270px;
  height: auto;
}

.img-280 {
  width: 280px;
  height: auto;
}

.img-290 {
  width: 290px;
  height: auto;
}

.img-300 {
  width: 300px;
  height: auto;
}

.img-310 {
  width: 310px;
  height: auto;
}

.img-320 {
  width: 320px;
  height: auto;
}

.img-330 {
  width: 330px;
  height: auto;
}

.img-340 {
  width: 340px;
  height: auto;
}

.img-350 {
  width: 350px;
  height: auto;
}

/* end image size variable width */
/* --- Word wrapping, Ibrahim */
.break-word {
  word-wrap: break-word;
}

.mieistudenti-info-header {
  margin-top: 5px;
  background-color: #f7f9f9;
  padding: 10px;
}

.small-caption {
  font-size: 12px;
}

/* evita che la dropbox degli anni accademici nella pagina con l'elenco dei materiali vada a coprire anche se nascosta il pulsante di accesso ai materiali della lezione f.c,. */
.drop-anni-accademici {
  z-index: -1;
}

/* ricerca studenti del tutor */
.ricstud-fields {
  margin-left: 45px;
  margin-top: 30px;
}

.Point-Note {
  text-align: justify;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-left: 5px solid #337BBF;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.table-ricerca-materiali td:nth-child(1) {
  width: 100px;
}

.table-ricerca-materiali td:nth-child(2) {
  width: 250px;
}

.table-ricerca-materiali td:nth-child(5) {
  width: 70px;
}

/* Messaggio primo login */
.first-login-msg-body {
  margin-top: 25px;
  text-align: center;
  min-height: 150px !important
}

.first-login-msg-header {
  text-align: center;
}

.first-login-msg-btn {
  margin-top: 30px;
}

/* elenco lauree nel cyberspazio */
.listacyber-element {
}

.listacyber-top {
  /*mod*/
  font-weight: bold;
  text-align: left;
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
  background-color: #018bc9;
  padding: 10px;
  border-radius: 14px;
}

.listacyber-2nd {
  /*mod*/
  background-color: #eeeeee;
 /* color: #018bc9;*/ /* accessibilità */
	color: #0070a2;
  margin-top: 10px;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 8px;
  /*margin-left: 15px;
    */
}

.listacyber-3rd {
  /*mod*/
  margin-left: 30px;
}

/* Ibra modifiche poli 20220322 */
.img-resize {
  width: 60%;
}

@media only screen and (min-width: 320px) and (max-width: 1034px) {
  .img-resize {
    width: 100%;
    text-align: left;
  }
}

.rel_docs_polo h4 {
  margin: 10px 0 5px 10px;
  padding-left: 5px;
}

.rel_docs_polo h3 {
  margin: 0px;
  padding: 6px;
  color: #ffffff;
  background-color: #0056AC;
  text-align: center;
  font-size: 0.95em;
  text-transform: uppercase;
}

.rel_docs_polo {
  float: left !important;
  width: 85%;
  margin: 0px 0px 3px 3px;
  border-left: #0056AC 1px solid;
}

/* classe per il bottone richiedi informazioni- 28-04-2022 */
.submitBtnInt {
  /*background: #aaaaaa;*/
	background: #737373; /*   Per accessibilità */
  color: #ffffff;
  border-radius: 3.5rem;
  -webkit-border-radius: 3.5rem;
  -moz-border-radius: 3.5rem;
  -ms-border-radius: 3.5rem;
  -o-border-radius: 3.5rem;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.75rem 3rem;
  margin-top: 2rem;
}

/* un pò di padding per la thankyou page del modulo richiesta informazioni f.c. 30/11/2023 */
.message-module {  padding: 30px; }
.message-module legend { margin-bottom: 20px; }
.message-module .icon-info-sign::before { margin-right: 10px; }

/* end classe bottone */
/* generici */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

.clickable {
  cursor: pointer;
}

.disable-click {
  pointer-events: none;
  color: #ccc;
}

/* classi per bs5*/
.btn-secondary {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-secondary:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

.col {
  padding: 15px;
}

/*.btn-primary, .btn-default {
  padding: 6px 12px;
  font-size: 14px;
}
*/
.btn-default {
  font-size: 14px;
}

.btn-secondary {
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.col-auto {
  margin-left: 10px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.panel-info > .panel-heading {
  color: #31708f;
  border-color: #bce8f1;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-info {
  border-color: #bce8f1 !important;
}

.panel-body {
  padding: 15px;
}

.panel {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.panel-default {
  border-color: #ddd;
}

.course-filter {
  width: auto;
  background: #FFFFFF;
  text-align: center;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.course-filter a {
  padding: 7px 7px;
  font-size: 14px;
}

.course-filter a:hover {
  background-color: lightgray;
}

.hide {
  display: none;
}

/*ADATTAMENTO MODIFICHE FELICE CASIERE 19/05/2022 a.v. */
.container {
  padding-left: 0px !important;
}

/* margin top menu di sinistra */
#submenu .top-left-menu {
  margin-top: 26px;
}
/* modifica maria giovannna */
/*    #submenu .top-left-menu {
        margin-top: 26px;
    }*/
/* style del bottone della pagina forgotpassword-aspx */
.forgotPasswordSendPassword {
  padding: 5px 0 5px 0;
}

div.forgotPasswordSendPassword input[type =submit] {
  margin-left: 78px;
  width: 98px;
  font-size: 16px !important;
  font-weight: 600;
}
/*  end  */

/*Style modal-title boostrap 5*/

.modal-title {
  font-size: x-large;
}
/*  end  */

/* forum css responsive  */
@media (max-width: 485px) {
  #YafForum .navbar-brand {
    font-size: 1.6rem !important;
  }
}

/*Correzione stile bootstrap5 in pagine cyberspaziomateria.aspx e cyberspaziovideotecaitems.aspx a.v. */
.center-rightandleftmargins a, a:visited {
    pointer-events: auto !important;
}

.SumoSelect .CaptionCont span.placeholder {
    background-color: transparent !important;
    color: #666666 !important;
    opacity: unset !important;
}

.SumoSelect .CaptionCont span {
    font-style: italic;
}

/*  end  */


/* Modifiche home page fraccola */
/*.bg-primary_homePage {
    background-color: rgba(1, 139, 201) !important;
}*/
/* Modifiche home page Selman */
.bg-primary_homePage {
  background-color:#0074c9 !important;
}
/* ul > li a {
  color:#3366CC !important;
  text-decoration: underline !important;
}
*/
.triangolo-pre {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 44px 44px 0;
   /* border-color: transparent #018bc9 transparent transparent;*/
   border-color: transparent #0074c9 transparent transparent;  /* Selman */
}

.community-container {
	margin-right: 40px;
}

.row-community > div { 
	min-width: 100px; 
	margin-top: -4px;
}

.search-box { 
	margin-top: -6px; 
}
#homesearch {
	margin-top:-2px;
}

.input-white::placeholder {
	color:    #fff;
}

.row-profile {
	margin-top:2px;
}

#divIconProfile {
	margin-top: 0px;
}

.header-right-language a {
	line-height: 22px;
	padding-left:3px!important;
	font-size:18px!important;
}

.header-right-language a.active {
  font-weight: 800
}

.login-and-langs {
  margin-top: -8px !important;
}

/*.div-content-center, .div-right {
    margin-top:0px!important;
}*/
/*.div-content-left, .div-content-center, .div-right {
    padding-top:0px!important;
}*/

#JWPlayerContainer .video-js { min-height: 466px; }

@media screen and (max-width: 2028px) {
	#JWPlayerContainer .video-js { min-height: 484px; }
}
@media screen and (max-width: 1470px) {
	#JWPlayerContainer .video-js { min-height: 502px; }
}

#JWPlayerContainer .video-js .vjs-tech {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 466px;
    object-fit: cover;
}

footer button a:hover {
  /*color: #212529;*/
color:#fff;
}

@media screen and (max-width: 1450px) {
	.indirizzo-head { display: none !important; }
}

@media screen and (max-width: 1354px) {
	body { padding-top: 178px; }
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  font-weight: 600;
}

.footer-right-part div div:nth-child(3) div:first-child { font-weight: bold; }

/*       style arabo      per ilnuovo header         */

html[dir="rtl"] #homesearch {
  margin-right: 6px;
}

html[dir="rtl"] #navbarSupportedContent {
  margin-right: 20px;
}

html[dir="rtl"] #JWPlayerContainer .video-js .vjs-tech {
  transform: translate(0%, -50%);
}

html[dir="rtl"] .triangolo-pre {
  border-color: transparent transparent #018bc9 transparent;
  margin-left: 0px !important;
  padding-right: 1px !important;
  margin-right: 40px !important;
}

/*  end style lato arabo header */

/* Modifiche Ibrahim a capo titolo comunicato stampa e rassegna stampa */


/* Arabo comunicati stampa */
html[dir="rtl"] .lista-anni-container ul li {
  float: right;
  margin: 2px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .pageTitle {
    padding: 5px 10px 5px 5px !important;
    margin-top: -10px !important;
    font-size: 1em;
  }
}

.td-video-parent {
  width:90%;
}
/* aggiunta per accessibilità  menu laterale loggato ctberspazio  + il mio profilo */
.mCustomScrollBox{
background-color:#f9f9f9 !important;}
/* Andrea Mazzarella  CSS MASTER GLOBAL GIORNALISM */

.sticky {
        position: fixed;
        margin-top: 84px;
        top: 0;
        background: #ffffff;
        width: 100%;
    }
      
    .bg-head__image{
        background-image: url(https://www.uninettunouniversity.net/Data/Sites/1/GalleryImages/Master/giornalismo_crossmediale/bg-header.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
    }
    
    .bg-top__image {
        background-color: #FFFFFF !important;
        background: url(https://www.uninettunouniversity.net/Data/Sites/1/GalleryImages/Master/giornalismo_crossmediale/bg-dx-01.png);
        background-size: auto;
        -moz-background-size: auto;
        -webkit-background-size: auto,;
        background-position: top right;
        background-repeat: no-repeat;
    }
    
    .bg-bottom__image {
        background-color: #FFFFFF !important;
        background: url(https://www.uninettunouniversity.net/Data/Sites/1/GalleryImages/Master/giornalismo_crossmediale/bg-dx-01.png);
        background-size: contain;
        -moz-background-size: contain;
        -webkit-background-size: contain,;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    
    /* Select menu */
    
    a.dropdown-item.link-dark:hover  {
        background-color: #f5f5f5 !important;
    }
    
    .custom-master-giornalismo li.nav-item {
        list-style: none !important;
    }
    
    .custom-master-giornalismo li.nav-item {
        margin: 0 !important;
    }
    
    .custom-master-giornalismo  .nav-pills .nav-link {
        background: none;
        border: 0;
        border-radius: 0.25rem;
        font-size: 14px;
        padding: 8px;
    }
    
    @media screen and (max-width: 992px) {
        .custom-master-giornalismo  .nav-pills .nav-link {
          font-size: 12px;
          padding: 6px;
      }
    }
    
    .custom-master-giornalismo .dropdown-menu {
        width: auto !important;
        background: #FFFFFF;
        text-align: left !important;
    }
    
    ul.dropdown-menu.show li {
        list-style-type: none !important;
        margin: 0px;
    }
    /*.nav ul, li {
        margin-left: 0px !important; 
        padding: 4px;
    }*/ 
    
    ul, li{
      list-style-type: disc;
    }
    
    .custom-master-giornalismo ul.dropdown-menu.show {
        font-size: 14px;
        padding: 8px 0 4px;
    }
    
    @media screen and (max-width: 992px) {
        .custom-master-giornalismo ul.dropdown-menu.show {
          font-size: 12px;
      }
    }
    
    .c-pointer{
        cursor: pointer !important;
    }
    
    /* Sizing */
    
    .size__400{
        height: 400px;
        width: 400px;
    }
    
    .size__300{
        height: 300px;
        width: 300px;
    }
    
    .size__122{
        height: 122px;
        width: 122px;
    }
    
    .h-420{
      min-height: 420px;;
    }
    
    /* Colors */
    
    .color__blood{
        color: #A20D0F !important;
    }
    
    
    /* Typography */
    
    .text-space__less-1{
        letter-spacing: -1px;
    }
    
    .text-space__less-05{
        letter-spacing: -0.5px;
    }
    
    /* Font weight */
    
    .fw__800{
        font-weight: 800 !important;
    }
    
    .fw__900{
        font-weight: 900 !important;
    }
    
    
    /* Accordion */
    
    .custom-master-giornalismo .accordion-button:not(.collapsed) {
        color: #ffffff !important;
        background-color: #A20D0F !important;
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    }
    
    .custom-master-giornalismo .accordion-item:last-of-type .accordion-collapse {
        background-color: #ffffff !important;
    }
/* end css Mazzarella master global giornalism */
background-color:#f9f9f9 !important;}

.visually-hidden {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
    clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
    clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
    white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

/* Link alla destra del paging */
.next-exercise-link {
    margin-left: 20px; /* Aggiungi margine a sinistra */
    float: right; /* Allinea a destra */
}

/* Rosso più scuro per migliorare l'accessibilità */
.red-color {
    color: var(--foreground-red);
}

/* Label descrittiva per persone non vedenti che usano screen reader */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.panelwrapper.login {
  text-align:center;
  width: 100%;
  margin-bottom:30px;
}

.panelwrapper.login .loginlabel {
  float:left;
}

.panelwrapper.login .loginbutton, .panelwrapper.login .loginpasswordrecovery {
  margin-top:20px;
}

.panelwrapper.login .loginbutton {
  padding: 6px 50px;
}

.panelwrapper.login legend, .panelwrapper.login .changepassword-header {
  font-size: 28px;
  margin-bottom: 20px;
}

.panelwrapper.login table {
  margin: 0 auto;
}

.panelwrapper.login.changepassword {
  text-align:left;
}

.panelwrapper.login.changepassword .modulecontent {
  width: 800px;
  margin: 0 auto;
}

.panelwrapper.login.changepassword table {
  margin: 0;
}

#YafForum .text-muted.small {color: #C9C9C9 !important;}

.fst-italic {color:#4D4D4D !important;}

/***** SEZIONE BIBLIOTECA INTELLIGENTE *****/

.impersonation-message {
  margin-bottom: 15px;
  color: red;
  font-weight: 500;
}

.chatContainer {
  position: relative;
  height: 79vh;
  width: 100%;
  overflow: hidden;
}

.chatContainer .chatHistory {
  height: 84%;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.chatContainer .chatInput {
  height: 16%;
  width: 100%;
}

.chatContainer .messageContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 1vmin 0;
}

.chatContainer .messageOwner {
  font-size: 16px;
  padding: 0 2vmin;
}

.chatContainer .inputBoxTitle {
  font-size: 16px;
}


.chatContainer .chatMessage {
  background-color: aliceblue;
  width: 80%;
  overflow: hidden;
  padding: 1vmin;
  margin: 0 1vmin;
  border-radius: 0.5vmin;
}

.chatContainer .botMessage {
  float: right;
  clear: both;
}

.chatContainer .chatMessage.botMessage {
  background-color: #F4F4F4 !important;
}

.chatContainer .dataPointRef {
  color: #0a58ca;
  background-color: azure;
  padding: 1px;
  margin: 2px;
}

.chatContainer .dataPoints {
  font-size: 16px;
  padding-top: 1.5vmin;
}

.chatContainer .dataPoints p {
  margin: 0;
}

.chatContainer .inputTextArea {
  border-radius: 0.4em;
  padding: 4px;
  width: 100%;
}

.chatContainer .inputTextAreaContainer {
  width: 90%;
  resize: none;
  display: inline-block;
}

.chatContainer .actionButtonsContainer {
  display: inline-block;
  position: relative;
}

.chatContainer .btnSendMessage {
  position: absolute;
  bottom: 0;
  margin-left: 4px;
}

.chatContainer .actionButton {
  position:absolute;
  bottom:-45px;
}

.chatContainer .divError {
  overflow: hidden;
  font-size: 14px;
}

.chatContainer .chatError {
  color: red;
  font-weight: bold;
}

/*** FINE BIBLIOTECA INTELLIGENTE */

/* Smartphones Portrait */
@media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    .chatContainer {
        height: 60vh;
    }

    .inputTextArea {
        width: 82%;
        resize: none;
    }

    .btnSendMessage {
        width: 17%;
        font-size: 16px;
    }
}

.materia-container { width: 100%; }

ul.pagination {
    background-color: #0074C9;
    margin-top: 5px;
    padding: 0px 10px;
}

.redCustom {
    color: #e50000;
}

.blueCustom {
    color: #0074c9;
} 
