@media (min-width: 992px) {
  .it-hero-wrapper {
      min-height: 500px;
  }
  .custom-background {
      height: 120px !important;
  }
  .LogoFed {
    width: 70px !important;
    margin-right: 20px!important;
  }
  .custom-padding {
    padding: 10px;
  }
  .txt-width-custom {
    width: 340px;
  }
  .custom-border {
    border-bottom: none !important;
  }
  .custom-right-border {
    border-right: 1px solid #A3ADB7;
  }
  .modal-margin-custom  {
    margin: 10px auto !important;
  }
  .modal_cutom_size {
    max-width: 60%;
  }
  .custom-label-position {
    position:relative;
    left:30px;
  }
  .txtsize-custom {
    font-size: 30px !important;
  }
  .btn-pratiche {
    top: 60%;
    width:auto !important;
  }
  .counter-home {
  	margin-top:250px !important;
  }
  .home-help-box {
	margin: 50px 0 100px 0 !important;
  }
  .custom-count {
	height: 90px !important;
    font-size: 40px !important;
    letter-spacing: 0.53em !important;
    padding-top:12px !important;
    border-radius: 30px !important;
  }
}
.it-hero-wrapper .it-hero-text-wrapper p {
	font-family: 'Titillium Web', sans-serif;
}
.custom-count {
	height: 50px;
    font-size: 28px;
    letter-spacing: 0.43em;
    color:#134080;
    box-shadow: 5px 8px #2567d0;
    padding-top:5px;
    padding-left: 22px;
    border-radius: 20px;
}
.custum-bg-gray, input.custum-bg-gray:focus {
  background-color: #F2F7FC;
}
.custum-bg-mediumblu {
  background-color: #004080;
}

.custom-nav-tabs.nav.nav-tabs .nav-link.active {
    border-left: 1px solid #06c;
    border-right: 1px solid #06c;
    border-top: 4px solid #06c;
    border-bottom: 1px solid #FFF;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    position: relative;
    top: 0.5px;
}
.custom-nav-tabs.nav.nav-tabs .nav-link {
    border-bottom: 1px solid #06c;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    position: relative;
    top: 0.5px;
}
.custom-icon {
    width: 30px;
    margin-right: 10px;
}
.card-custom::after {
    display: none;
}

.notification {
    bottom: 130px;
}
.notification h5, .notification .h5 {
	font-size: 22px;
	text-transform: none;
	font-weight: 600;
}
.notification p {
	font-size: 18px;
	color: #1A1A1A;
}
.content-custom::before {
  content: "-";
  padding-right: 5px;
}
.custom-body_bg {
  background-color: #06c;
  background-size: 7px 7px;
  background-image: repeating-linear-gradient(45deg, #084583 0.2px, #084583 0.5px, #06c 0, #06c 50%);
}
.form-check.check-white-custom [type=checkbox]:checked+label::before {
    border-color: rgba(0,0,0,0) #06c #06c rgba(0,0,0,0);
}
.form-check.check-white-custom [type=checkbox]:not(:checked)+label::after {
    border-color: #ffffff;
}
.form-check.check-white-custom [type=checkbox]:checked+label::after {
    border-color: #fff;
    background-color: #fff;
    color: #06c;
}
.form-check [type=radio]:disabled:not(:checked)+label::after, 
		.form-check [type=radio]:disabled:not(:checked)+label::before {
    border-color: #768594;
}
.form-check [type=radio]:disabled:checked+label::before {
    border-color: #768594;
}
.form-check [type=radio]:disabled:checked+label::after {
    border-color: #768594;
    background-color: #768594;
}
.card.card-bg.card-custom-color {
    background: #F5F9FC;
    box-shadow: none;
    border: 1px solid #94C4F5;
}
.card.border-disabled {
	border: 1px solid #768594 !important;
}
.inviata-custom-label {
    background-color: #5C6F82;
    font-weight: 600;
}
.in_verifica-custom-label {
    background-color: #09AFA9;
    font-weight: 600;
    opacity: 80%;
}
.da_rifiutare-custom-label {
    background-color: #CC334D;
    font-weight: 600;
    opacity: 80%;
}
.da_approvare-custom-label {
    background-color: #0066CC;
    font-weight: 600;
    opacity: 80%;
}
.bozza-custom-label {
    background-color: #CC7A00;
    font-weight: 600;
}
.approvata-custom-label {
    background-color: #008055;
    font-weight: 600;
}
.rifiutata-custom-label {
    background-color: #CC334D;
    font-weight: 600;
}
.acquisita-custom-label, .da_valutare-custom-label {
    background-color: #4392E0;
    font-weight: 600;
}
.in_lavorazione-custom-label {
    background-color: #3126FF;
    font-weight: 600;
}
.federata-custom-label {
    background-color: #008055;
    font-weight: 600;
}
.rimossa-custom-label {
    background-color: #000000;
    font-weight: 600;
}
.btn-custom-richiesta {
    background: linear-gradient(79deg, rgba(0,86,172,1) 30%, rgba(11,122,222,1) 100%);
}
.custom-form-label label {
    z-index: 0;
}
.rounded-custom-8 {
	border-radius: 8px;
}

.avatar-scheda-custom {
    width: 40px;
    height: 40px;
    background: #ccc;
}

.avatar-bozza-custom {
    background: #F6E4C8;
    opacity: 0.7;
}
.avatar-inviate-custom {
    background: #D9DADB;
    opacity: 0.7;
}
.avatar-approvate-custom {
    background: #09AFA9;
    opacity: 0.3;
}
.avatar-rifiutate-custom {
    background: #E08593;
    opacity: 0.3;
}
.avatar-davalutare-custom {
    background: #4392E0;
    opacity: 0.15;
}
.avatar-daapprovare-custom {
    background: #4392E0;
    opacity: 0.15;
}
.avatar-inlavorazione-custom {
    background: #3126FF;
    opacity: 0.2;
}
.avatar-ct-custom {
    background: #D9DADB;
    opacity: 0.7;
}
.avatar-SP-custom {
    background: rgb(255, 70, 131);
/*    opacity: 0.7; */
}
.avatar-GSP-custom {
    background: rgb(255, 170, 131);
/*    opacity: 0.7; */
}
.avatar-SA-custom {
    background: rgb(155, 70, 131);
/*    opacity: 0.7; */
}

.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a.active {
    font-weight: bold;
}
.btn_custom-tab.text-decoration-none:hover {
    text-decoration: none !important;
    border-right: 2px solid;
    border-color: #0052a3;
    color: #0052a3;
}
 .btn_custom-tab.active {
	color: #0066cc !important;
	box-shadow: none;
	border-right: 2px solid;
	border-color: #0052a3;
}
.form-group label {
    font-weight: unset;
}
/* label.active {
	color: #1A1A1A !important;
	font-weight: 600 !important;
} */

.select-wrapper select {
  font-weight: unset;
}
input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea {
    font-weight: unset;
}
.form-control-plaintext {
    cursor: unset;
}
.bg-custom-dot {
	background-color: #004c99;
	opacity: 1;
	background-image:  radial-gradient(#004080 2px, transparent 2px), radial-gradient(#004080 2px, #004c99 2px);
	background-size: 80px 80px;
	background-position: 0 0,40px 40px;
}
.nav-tabs.nav-dark .nav-link.active, .nav-tabs.nav-dark .nav-item.show .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: 4px solid;
    color: #FFF;
}
.nav-tabs.nav-dark .nav-link:hover {
    color: #FFF;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: 4px solid;
}

.color-state-20 {
	color: #17324D !important;
}
.color-state-28 {
    color: #2F475E !important;
}
.color-state-40-txt {
	color: #0066cc !important;
}
.color-state-40-bg {
	background: #0066cc !important;
}
.color-state-40-svg {
	fill: #0066cc !important;
}
.color-state-svg-disabled {
	fill: #768594 !important;
}
.display-txt-6 {
	color: #5C6F82 !important;
}
.color-state-40-btn {
    color: #0066cc !important;
}
.color-state-40-btn:hover {
    text-decoration: none !important;
}
.bg-dark .btn-primary:hover {
    color: #0066cc !important;
}
.bg-diagonal-line{
	background-image: repeating-linear-gradient(45deg, #125abe 0, #125abe 1px, transparent 0, transparent 50%);
	background-size: 11px 11px;
	background-color: #0066cc;
}
.form-control {
	border-bottom: 1px solid #5C6F82 !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #D9DADB !important;
}
.form-control.is-invalid {
	border-color: #CC334D !important;
}
span.invalid-feedback {
	font-size: 12px;
	font-weight: 400;
	color: #1A1A1A;
}

.modal .modal-dialog .modal-content .modal-header h5, .modal .modal-dialog .modal-content .modal-header .h5 {
	text-transform: none;
	font-size: 1.3333333333rem;
	color: #1A1A1A;
}
.modal .modal-dialog .modal-content .modal-body {
	color: #1A1A1A;
}
.modal .modal-dialog .modal-content .modal-body #fileUploaderInfoText {
	color: #1A1A1A !important;
	font-size: 1rem;
	font-weight: 400;
}
.modal .modal-dialog .modal-content .modal-body #container_file-list {
	margin: 0;
}

.popover {
    background-color: #17324D;
    margin-left: 10px !important;
}

.popover .popover-arrow:after {
    border-right-color: #17324D;
}

.popover .popover-body, .popover .popover-header {
    color: #FFFFFF;
}

.btn:focus:not(.btn-outline-primary), .btn:active:not(.btn-outline-primary) {
	box-shadow: none !important;
}

textarea::placeholder {
    color: #2F475E !important;
    font-weight: 100;
}

input.form-control::placeholder, input[type=select-one]::placeholder {
    color: #5C6F82 !important;
    font-weight: 400;
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
    color: #17324D;
    font-weight: 700;
}
.breadcrumb-item.active {
    color: #2F475E;
}

.home-help-box {
	margin: 150px 0 100px 0;
}

.notification.right-fix {
    top: 150px !important;
    right: 50px !important;
}

.custom-link-cie:hover span, .custom-link-spid:hover span, .custom-link-utente:hover span {
    color: #06c !important;
    text-decoration: underline;
}

.custom-link-cie.active span, .custom-link-spid.active span, .custom-link-utente.active span {
    color: #2F475E !important;
    text-decoration: none;
    cursor: default;
}

.custom-link-cie.active img, .custom-link-cie.active:hover img {
	content: url("/bi/svg/cie-logo-login.svg");
}
.custom-link-spid.active img, .custom-link-spid.active:hover img {
	content: url("/bi/svg/spid-logo-login.svg");
}
.custom-link-utente.active img, .custom-link-utente.active:hover img {
	content: url("/bi/svg/utente-logo-login.svg");
}

.custom-link-cie:hover img {
	content: url("/bi/svg/cie-logo-login-blu.svg");
}

.custom-link-spid:hover img {
	content: url("/bi/svg/spid-logo-login-blu.svg");
}

.custom-link-utente:hover img {
	content: url("/bi/svg/utente-logo-login-blu.svg");
}

.step {
	height: 8px;
	background-color: #EDF5FC;
}
.step-on {
	background-color: #0066CC !important;
}

.crop-text-1, .crop-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.crop-text-1 {
    -webkit-line-clamp: 1;
}
.crop-text-2 {
    -webkit-line-clamp: 2;
}

/* Skeleton for infinite search scroll */
.skeleton-row {
  transition: all 200ms ease-in-out;
  position: relative;
  background: linear-gradient(90deg, #B7B7B7 -24.8%, rgba(183, 183, 183, 0) 89.51%);
}
.skeleton-row::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: load 2s infinite;
}
@keyframes load {
  100% {
    transform: translateX(100%);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .skeleton-row::after {
    animation: none;
  }
}
/* skeleton end */