html{
    font-family: 'Nunito', sans-serif;
    color: #1b1a32;
    font-size: 16px;
}
.fs-normal{
    font-size: 16px;
}
a {
    color: #1b1a32;
}
a:hover, .nav-link:hover {
    color: #9c9ba6;
}
.und {
    text-decoration: underline;
}
mark {
    /* margin: 0 -0.4em; */
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent;
    background-image: linear-gradient( to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3) );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.light{
    font-weight: 300;
}
.grassetto{
    font-weight: 600;
}
.rotondo {
    border-radius: 20px;
}
.rotondo-md {
    border-radius: 15px;
}
.rotondo-sm {
    border-radius: 10px;
}
.rotondo-top-sm {
    border-radius: 10px 10px 0px 0px;
}
/* navbar STILE */
  .openbtn {
    cursor: pointer;
    background-color: #FFFFFF50;
    color: #1b1a3290;
    border-radius: 10px;
    padding: 10px 15px;
    border: solid 1px #fff;
  }
  
  #main {
    position: fixed;
    right: 0px;
    top: 48%;
    transition: margin-right .5s;
    padding: 16px;
  }
  .rounded-5 {
      border-radius: 15px;
  }
  .offcanvas-end {
    width: 300px;
    border-left: none !important;
    border-radius: 20px 0px 0px 20px;
}
/* navbar STILE */
.icona {
    color: #2a2946;
    border-radius: 10px;
    background-color: #f1f5fa;
    width: 48px;
    margin-top: 20px;
}
.nav-link {
    padding: 0.5rem;
}
.main-navigation {
    margin-top: 52px;
    margin-bottom: 130px;
}
.tooltip{
    font-size: 12px !important;
 }
a.no-und {
     text-decoration: none;
 }
 .primo-bread {
     font-weight: 600;
     font-size: 18px;
 }
 .popover {
     border-radius: 0.5rem;
 }
 .popover-body {
    padding: 0.3rem 1rem;
}
.svg {
    width: 20px;
    height: 20px;
}
.svg-grigia {
    width: 16px;
    height: 16px;
}
.shadow {
    box-shadow: 0 0 5px rgba(0,0,0,.08)!important;
}
.nota {
    font-size: 14px;
}
.avatar {
    width: 35%;
    height: auto;
}
.altezzaBadge {
    min-height: 110px;
}
.altezzaAvviso {
    min-height: 170px;
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
}
.carousel-indicators {
    margin-bottom: -10px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #dee0e4;
}
.carousel-indicators [data-bs-target] {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #abadb5 !important;
}
.margin-messaggi {
    margin-left: 35%;
}
.archivia-avviso {
    right: 15px;
    top: 10px;
}
.allegati-avviso {
    right: 45px;
    top: 10px;
}
.tutti-avvisi {
    right: 18px;
}
.popover-header {
    font-size: 14px;
    font-weight: 500;
}
.progress {
    height: 6px;
    font-size: .75rem;
    background-color: #f9f9f9;
    border-radius: 0.25rem;
    -webkit-box-shadow:inset 0px 0px 0px 1px #e0e3e6;
    -moz-box-shadow:inset 0px 0px 0px 1px #e0e3e6;
    box-shadow:inset 0px 0px 0px 1px #e0e3e6;
}
.pallino-pieno {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
.pallino-vuoto {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #e0e3e6;
}
.altezzaCorso {
    z-index: 2;
}
.actionCorso {
    z-index: 1;
    top: -20px;
}
.badge-course {
    top: 0px;
    left: 28px;
}
.titolo-corso {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.titolo-corso-3 {
	/*display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	overflow: hidden;*/
	-webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.icona-play-video {
    width: 22px;
    height: 22px;
    bottom: -8px;
}
.archivia-coda {
    right: 20px;
    top: 10px;
}
.margin-video-title {
    margin-top: 65px;
}
.h300 {
    min-height: 350px;
}
.gif-sfumata {
    background-image: url('../images/sfumato-grigio.gif');
    background-position: bottom;
    background-repeat: repeat-x;
}
.two-lines {
    min-height: 40px;
}
/* CALENDAR */
.calendar {
    margin: auto;
    font-weight: 400;
}
.calendar_content, .calendar_weekdays, .calendar_header {
    position: relative;
    overflow: hidden;
}
.calendar_weekdays div {
    display:inline-block;
    vertical-align:top;
}
.calendar_weekdays div, .calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #6f6f6f;
    font-size: 14px;
}
.calendar_content div {
    border: 1px solid transparent;
    float: left;
}
.calendar_content div:hover {
    border: 1px solid #dcdcdc;
    cursor: default;
}
.calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent;
}
.calendar_content div.past-date {
    color: #d5d5d5;
}

.calendar_content div.selected {
    background-color: #f0f0f0;
}
.calendar_header {
    width: 100%;
    text-align: center;
}

button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #585b6b;
    float: left;
    width:15%;
    transition: color .2s;
}
div.zabuto_calendar .table tr.calendar-month-header td {
    background-color: transparent !important;
}
.accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    opacity: 0.5;
}
.accordion-button:not(.collapsed) {
    color: #1b1a32;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button.collapsed::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  }  
  .accordion-button:not(.collapsed)::after {  
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");  
  }
.lo_progress {
    padding: 0.25rem 2.7rem 1rem 2.7rem;
}
/* CALENDAR */
.circlechart2 .circle-chart__background {
    stroke-width: 2;
}
.circlechart2 .circle-chart__circle {
    stroke-width: 2;
}
.bg-gantt {
    background-image: url('../images/bg-gantt.gif');
    background-size: 33%;
}
.progress2 {
    height: 4px !important;
}
.progress2 .progress-bar {
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
}
.marginTopMobile {
    margin-top: 0px;
  }
  .p-body {
    padding: 1.5rem!important;
}
.logo {
	width: 160px;
}
.infoIcons {
    justify-content: flex-end!important;
}
.rigaVertLogo {
	background: url('../images/bg-dashboard.gif') repeat-y;
	background-size: 223px 13px;
	background-position: -16px;
}
.rigaVertNavbar {
	background: url('../images/bg-dashboard.gif') repeat-y;
	background-size: 223px 13px;
	background-position: -4px;
}
.containerLogo {
	width: 200px;
}
.hHeader {
	height: 68px;
}
.offcanvas-start {
    border-radius: 0px 20px 20px 0px;
}
div.zabuto_calendar .table>:not(caption)>*>* {
    padding: 0.5rem 0!important;
}
.navSsu .dropdown-toggle::after {
    display: none;
}
.navSsu {
    color: #2a2946;
    border-radius: 10px;
    background-color: #f1f5fa;
    width: 48px;
	margin-right: 0.5rem!important;
}
.height40 {
    height: 40px;
}
.height16 {
    height: 16px;
}
.positionTopLeft {
    top:0px;
    left:0px;
}

/*paginetion hack*/
.pagination{
    --bs-pagination-active-bg: #333;
    --bs-pagination-color: #333;
    --bs-pagination-hover-color: #777;
    --bs-pagination-active-border-color: #333;
}
/*table hack*/
.table.table-hover td {
    padding: 0.5rem !important;
    max-width: 650px;
}
.table.table-hover td a,
.table.table-striped td a
{display: inline-block;}

/*pseudo class*/
[type="checkbox"]+label {
    padding-left: 10px;
}
blockquote {
    background-color: #fafbfb;
    border: 1px solid #eef0f1;
    padding: 1rem!important;
}
.horizontal-scroll {
    width: 23px;
}

/* css from old style.css*/

.date-day-input {
	max-width: 60px;
}

.date-month-input {
	max-width: 60px;
}

.date-year-input {
	max-width: 80px;
}

.time-input {
	max-width: 100px;
}
.form-group {
    margin-bottom: 25px;
}
/*****/
.forum-quote {
    border-radius: 10px;
    background-color: #fafbfb;
    border: 1px solid #eef0f1;
    padding: .75rem!important;
    margin-left: 30px;
}
.letter-spacing-tiny {
    letter-spacing: -1px;
}
.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
.rounded-bottom-0 {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.fc-toolbar h2 {
    font-size: 16px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    display: inline!important;
}
.fc-toolbar button {
    display: inline!important;
}
.form_videoconference_PE_search .form-control {
	color: #67757c;
	min-height: 38px;
	display: initial;
}

.form_videoconference_PE_search .form-control-sm {
	min-height: 20px
}

.form_videoconference_PE_search .form-control:disabled,
.form_videoconference_PE_search .form-control[readonly] {
	opacity: 0.7
}
.calendar-dow th {
    font-weight: normal !important;
}
.event-clickable {
    cursor: pointer;
}
/* iPhone portrait */
@media (max-width: 480px) {
    #main {
        top: 90%;
      }
      .marginTopMobile {
        margin-top: 30px!important;
      }
      .p-body {
        /* padding: 0.5rem!important; */
        padding: 1.5rem!important;
    }
	.logo {
		width: 180px;
	}
	.infoIcons {
    	justify-content: flex-start!important;
	}
	.rigaVertLogo {
		background: none;
	}
	.rigaVertNavbar {
		background: none;
	}
	.containerLogo {
		width: auto;
	}
	.hHeader {
		height: auto;
	}
	.main-navigation {
		margin-top: auto;
		margin-bottom: auto;
	}
	.avatar {
		width: 40%;
	}
	.accordion-header {
    margin-top: 10px;
}
}
/* iPhone landscape */
@media (min-width: 481px) and (max-width: 767px) {
	.main-navigation {
		margin-top: auto;
		margin-bottom: auto;
	}
	.marginTopMobile {
        margin-top: 30px!important;
      }
	.p-body {
        /* padding: 0.5rem!important; */
        padding: 1.5rem!important;
    }
	.logo {
		width: 180px;
	}
	.infoIcons {
    	justify-content: flex-start!important;
	}
	.rigaVertLogo {
		background: none;
	}
	.rigaVertNavbar {
		background: none;
	}
	.containerLogo {
		width: auto;
	}
	.hHeader {
		height: auto;
	}
	.avatar {
		width: 40%;
	}
	.accordion-header {
    margin-top: 10px;
}
}
/*  */
@media (min-width: 768px) and (max-width: 959px) {
	.main-navigation {
		margin-top: auto;
		margin-bottom: auto;
	}
	.marginTopMobile {
        margin-top: 30px!important;
      }
	.p-body {
        /* padding: 0.5rem!important; */
        padding: 1.5rem!important;
    }
	.logo {
		width: 180px;
	}
	.infoIcons {
    	justify-content: flex-start!important;
	}
	.rigaVertLogo {
		background: none;
	}
	.rigaVertNavbar {
		background: none;
	}
	.containerLogo {
		width: auto;
	}
	.hHeader {
		height: auto;
	}
	.avatar {
		width: 25%;
	}
	.accordion-header {
    margin-top: 10px;
}
}
/* iPad portrait */
@media (max-width:1024px) and (min-width:768px) {

}
/* iPad landscape */
@media (min-width: 960px) and (max-width: 1199px) {

}
 /* Large Display */
@media (min-width: 1200px) {

}