#immagine-coordinata, #layout2 {
    height: 120px;
}#header {
    z-index: 100;
}
main{
    z-index: 9;
}
.main-wrapper-sidebar {
    position: fixed;
  /*  position: relative;*/
   /* overflow: scroll;*/
    transition: all 0.3s ease-out;
    -webkit-overflow-scrolling: touch;
    height: 100%;
   /* max-width: 280px;*/
    /*width: 100%;*/
}
.link-sublist {
    overflow-y: auto;
    overflow-x: hidden;
    height: 200px;
}
.sidebar-wrapper {
    transition: all 0.3s ease-out;
    -webkit-overflow-scrolling: touch;
    height: auto;
    padding: 5em 0;
    margin-bottom: 3em;
}

.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a img {
   /* max-height: 2.5em;*/
    margin-right: 1em;
}
.it-header-center-wrapper {
   /* height: auto;*/
    padding-left: 0;
    padding-right: 0;
    padding-top: .5em;
    padding-bottom: .5em;
}

header {
    will-change: transform;
    transition: transform 200ms ease-in;
}

body {
    background-color: #ffffff;
}
.compDes {font-size: 1.2em}
.link-boot {font-weight: 600}





#sidebar {
   /* width: 280px;*/
   /* width: 100%;*/
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
    padding: 0;
    transition: all 0.3s;
    z-index: 9;
}


#sidebar.active {
    margin-left: -280px;
}
.sidebar-wrapper {
    width: 100% !important;
}

@media only screen and (min-width: 1200px) {
    #sidebar-secondary .affix-top {
        position: relative !important;

    }
}


.hidden {
    display: none !important;
    visibility: hidden
}

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

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.push {
    margin: .5em
}

.push--left {
    margin-left: .5em !important
}

.push--right {
    margin-right: .5em !important
}

.push--top {
    margin-top: .5em !important
}

.push--bottom {
    margin-bottom: .5em !important
}

.flush--left {
    margin-left: 0 !important
}

.flush--right {
    margin-right: 0 !important
}

.flush--top {
    margin-top: 0 !important
}

.flush--bottom {
    margin-bottom: 0 !important
}


pre,
code {
    font-family: Consolas, Monaco, "Andale Mono", monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    overflow: auto;
    line-height: 1.4;
    padding: 1em;
    margin: 1.5em 0
}

code {
    font-size: .9em
}

@media screen and (min-width: 50em) {
    code {
        font-size: .8em
    }
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .hide-from-print {
        display: none
    }
}

.nav {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    float: right
}

.nav__item {
    display: inline-block
}




.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0
}

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform
}

.headroom--pinned {
    transform: translateY(0)
}

.headroom--unpinned {
    transform: translateY(-100%)
}


:not(pre)>code {
    background-color: #d0d5db;
    padding: .2em .25em .25em;
    border-radius: .25em
}

a>code {
    padding-bottom: 0
}



.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }
    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@-moz-keyframes swingInX {
    0% {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}

@-o-keyframes swingInX {
    0% {
        -o-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes swingInX {
    0% {
        transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        transform: perspective(400px) rotateX(0deg)
    }
}

.animated.swingInX {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ie-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: swingInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: swingInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: swingInX;
    backface-visibility: visible !important;
    animation-name: swingInX
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
}

@-moz-keyframes swingOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }
}

@-o-keyframes swingOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(-90deg)
    }
}

@keyframes swingOutX {
    0% {
        transform: perspective(400px) rotateX(0deg)
    }
    100% {
        transform: perspective(400px) rotateX(-90deg)
    }
}

.animated.swingOutX {
    -webkit-transform-origin: top;
    -webkit-animation-name: swingOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: swingOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: swingOutX;
    -o-backface-visibility: visible !important;
    animation-name: swingOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }
    80% {
        -moz-transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }
    80% {
        -o-transform: translateY(-10px)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    30% {
        opacity: 1;
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        transform: translateY(-200px)
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@media (min-width: 1199px) {
    .bg-md-transparent {
        background: transparent !important;
    }
}
.logoDoc {
    min-height: 28px;
    margin-left: 4px;
}
@media (max-width: 576px) {

    #sidebar {
        margin-left: -420px;
        position: absolute;
    }
    .mCustomScrollBox {
        max-width: 375px !important;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
/*    #content.active {
        width: calc(100% - 250px);
    }*/
    #sidebarCollapse span {
        display: none;
    }
    #sidebar-secondary {
        padding-top: 0px;
    }
}
#sidebar-secondary {
    padding-top: 3em;
}

#sidebarCollapse .icon {

    transition: transform .25s ease-in-out;
}
#content {
    padding-top: 5em !important;
    padding-left: 2em !important;
}
.custom-navbar-toggler svg {
    fill: #d61525
}

.btn-nav {
    background: transparent;
    border: none;
}
#sidebar-secondary {
    z-index: 1;
}
.left-header {
    display: flex;
}
code[class*="language-"], pre[class*="language-"] {
    font-size: 14px !important;
}



@media (max-width: 575.98px) {
    .link-sublist {
        overflow-y: auto;
        overflow-x: hidden;
        height: 200px;
    }
    #sidebar-secondary #navbarNav {
        width: 70%
    }
}
@media (max-width: 768px) {
    .sidebar-wrapper .sidebar-linklist-wrapper li a span {
        font-size: 0.7em !important;
    }
    .sidebar-linklist-wrapper .link-list-wrapper ul li a {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist {
        padding-left: 0.5rem;
    }
}
@media (min-width: 576px) {
    .code--example {
        padding: 1.5rem;
        border-width: .2rem;
    }
}
    .code--example {
        padding: 2rem 1rem;
        margin-top: 1rem;
        border: solid #f0f0f0;
        background: #fff;
        border-width: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom: 0;
    }
pre[class*="language-"] {

    padding: 1.5em 2em !important;
    border-radius: 5px !important;

}
#sidebar-secondary .navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
    font-size: .8em;
    font-weight: 300;
    line-height: 1em;
    padding-top: .4em;
    padding-bottom: .4em;
    color: #999;
}
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
    color: #d61525 !important;
}

.bd-callout-accessibility {
    border-left-color: #009c65 !important;
}
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.bd-callout-accessibility h4 {
    color: #009c65;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem;
}
.row-original-resorce {
    margin-top: 15em !important;
    margin-bottom: 5em !important;
}
.bd-example-container {
  min-width: 16rem;
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
}
.bd-example-container-header {
  height: 3rem;
  margin-bottom: .5rem;
  background-color: rgba(204,20,36,0.4);
  border-radius: .25rem;
}
.bd-example-container-sidebar {
  float: right;
  width: 4rem;
  height: 8rem;
  background-color: #eee;
  border-radius: .25rem;
}
.bd-example-container-body {
  height: 8rem;
  margin-right: 4.5rem;
  background-color: #cc1424;
  border-radius: .25rem;
}
.bd-example-container-fluid {
  max-width: none;
}
.extLink {height: 14px; width: auto; margin-left: 3px}
@media (min-width: 576px) and (max-width: 1366px) {
    .link-sublist {
        overflow-y: auto;
        overflow-x: hidden;
        height: 200px;
    }
}
.mCustomScrollBox  {
    background-color: white;
}
@media (max-width: 1024px) {
    .main-wrapper-sidebar {
        max-width: 235px
    }
}

@media (max-width: 576px){
    main {z-index: 8}

}
@media (min-width: 577px) {
    main {z-index: 9}
}

@media (min-width: 1200px) {
    .main-wrapper-sidebar {
        max-width: 260px
    }
}
@media (min-width: 1600px) {
    .main-wrapper-sidebar {
        max-width: 300px;
        width: 300px
    }
}
.circle {
    border-radius: 60%;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #EEEEEE
}
.hex {
    font-weight: 600;
    font-size: 0.9em;
}
.dummyTxt {
    font-weight: bold
}
.sidebar-wrapper .sidebar-linklist-wrapper li a span {
    font-size: 0.9em;
}
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a {
    font-size: 0.8em;
    padding-left: 2px;
}


@media screen and (min-width:992px) and (max-width: 1199.99px) {
    .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a {
        padding-right: 6px;
        padding-left: 6px;
        line-height: 1em;
        padding-top: 0.55em;
        padding-bottom: 0.55em;
        font-size: 0.7rem;
    }
    .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a {
        font-size: 0.7em;
        padding-left: 2px;
    }
}

.back-to-top {
    z-index: 999;
}
/* ordine menù elementi immagine coordinata */
#immagine-coordinata{
    height: 120px;
    display: flex;
    flex-direction: column;
}
#immagine-coordinata li:nth-of-type(4){
    order: 0;
}
#immagine-coordinata li:nth-of-type(1), #immagine-coordinata li:nth-of-type(2), #immagine-coordinata li:nth-of-type(3){
    order: 1;
}
#componenti {
    height: 320px
}
#forms {
    height: 320px
}
#layout2 {
    height: 120px;
}
#intro {
    height: 90px;
}
#layout {
    height: 360px
}
#contenuti {
    height: 240px
}
.collapse:not(.show) {
    display: none !important;
}
#template-di-pagina {
    height: 240px !important;
    padding-bottom: 1rem
}