@font-face {
	font-family: 'Museo 300';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local('Museo 300'), url('../fonts/Museo300-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Museo 700';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local('Museo 700'), url('../fonts/Museo700-Regular.woff') format('woff');
}
body{
	font-family: 'Museo 300';
}

*::-webkit-scrollbar {
  width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #00adef;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #0977a2;
}

.ricercaCollega input{
	border: 1px solid #00adef;
	padding:10px;
	width: 92%;
	margin-bottom:20px;
}
.modal-colleague-content__card{
	background: #fafafa;
	border: 1px solid #f1f1f1;
	padding:20px;
}
#vcard{
	background: #00adef;
	color: white;
	padding: 10px;
}
@media (max-width: 991px){
	.ricercaCollega input{
		width: 100%;
		margin-bottom: 5px;
	}
	#vcard{
		width: 100%;
	}
}
.header__navbar-container__navbar__item__link--vertical--helpdesk{
    background: #ff9a17;
    color:#fff;
}
.header__navbar-container__navbar__item--active{
	background-color: #d54f4e;
}
.graphic-layout__item-point--avanti::before,
.graphic-layout__item-point--indietro::before,
.graphic-layout__item-point--destra::before,
.graphic-layout__item-point--sinistra::before,
.graphic-layout__item-point--back::before
{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: none;
	border: none;
	font-size: 50px;
	animation: none;
	color: #c82120;
}
.graphic-layout__item-point--avanti::after,
.graphic-layout__item-point--indietro::after,
.graphic-layout__item-point--destra::after,
.graphic-layout__item-point--sinistra::after,
.graphic-layout__item-point--back::after{
	animation: none;
	border: none;

}
.graphic-layout__item-point--avanti,
.graphic-layout__item-point--indietro,
.graphic-layout__item-point--destra,
.graphic-layout__item-point--sinistra,
.graphic-layout__item-point--back{
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin-top: -25px;
	margin-left: -12px;
}
.graphic-layout__item-point--avanti::before{
	content: "\f0aa";
}
.graphic-layout__item-point--indietro::before, .graphic-layout__item-point--back::before{
	content: "\f0ab";
}
.graphic-layout__item-point--destra::before{
	content: "\f0a9";
}
.graphic-layout__item-point--sinistra::before{
	content: "\f0a8";
}
.graphic-layout__item-point--avanti .graphic-layout__item-point__title,
.graphic-layout__item-point--indietro .graphic-layout__item-point__title,
.graphic-layout__item-point--destra .graphic-layout__item-point__title,
.graphic-layout__item-point--sinistra .graphic-layout__item-point__title,
.graphic-layout__item-point--back .graphic-layout__item-point__title{
	top: -10px;
	left: -128px;
	color: #c82120;
}
.graphic-layout__item-point--back,
.graphic-layout__item-point--back::before,
.graphic-layout__item-point--back .graphic-layout__item-point__title
{
	color: #fff !important;
}
@media (min-width: 768px){
	.modal-dialog {
	  width: 500px;
	}
}
.ug-arrow-left.ug-skin-default, .ug-arrow-right.ug-skin-default, .ug-arrow-left.ug-skin-default, .ug-arrow-right.ug-skin-default{
  width: 25px;
  height: 25px;
  background-image: none;
  background-position: 0px 0px;
  background-color: #c82120;
  border-radius: 50%;
}
.ug-arrow-left::before, .ug-arrow-right::before  {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  top: 0px;
  position: absolute;
  height: 25px;
  width: 25px;
}
.ug-arrow-left::before{
	content: "\f053";
	left: 5px;
}
.ug-arrow-right::before  {
	content: "\f054";
	left: 7px;
}
.media-description {
  padding: 20px;
  max-height: 330px;
  overflow-y: scroll;
}
.media-description img{
	max-width: 150px;
}
.modal-backdrop.in {
  filter: alpha(opacity=60) !important;
  opacity: .6 !important;
}
.modal-content{
	border-radius: 0px !important;
}
.target {
  transition: all 1s;
}

.target.animate {
  transform: scale(2);
}