
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/roboto/roboto-regular.ttf');
    /* IE9 Compat Modes */
    src: local(''),
  
        /* Modern Browsers */
        url('../webfonts/roboto/roboto-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
       
    /* Legacy iOS */
}

body {

    background-color: #f1f4f5;
    color: #37474f !important;
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}


.sidebar {
    position: fixed;
    top: 60px;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    /* padding: 48px 0 0; Height of navbar */
    padding: 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.breadcrumb-item a {
    text-decoration: none !important;

}

.topbar {
    min-height: 60px;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(118, 131, 143, 0.67);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(118, 131, 143, 0.67);
    -moz-box-shadow: 0px 1px 5px 0px rgba(118, 131, 143, 0.67);
}

@media (min-width: 768px) {
    .topbar {
        min-height: 60px;
    }

    .topbar-end.navbar-nav {
        flex-direction: row-reverse;
    }

    .topbar-end.navbar-nav .nav-item {
        margin-left: 1em;
    }

    .page-wrapper {
      
    }

    #piccolo {
        display: none;

    }

}

#testata {

    font-family: Cinzel, Serif;
    color: #bb2e29;
    font-weight: 500;
    position: fixed;
    left: 300px;
    top: 10px;
    font-size: 2em;
    border-left: 1px dotted #ccc;
    padding-left: 1em;
}


@media only screen and (max-width: 800px) {

    #testata {
        display: none;
    }
}

@media (max-width: 767.98px) {
    #grande {
        display: none;

    }

    .container-fluid {

        margin-top: 1em;
        padding-right: 0em;
        padding-left: 0em;

    }

    #benvenuto img {

        border: 0;
        max-width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        width: 500px;

    }

    #benvenuto .img-wrap {
        float: right;
        margin-right: 0;
        margin-top: -4em;
        margin-bottom: 0;

    }
}

.bordato {

    border-left: 1px #ccc dotted;
    padding-left: 0.5em;
}

#panino {
    background-color: #bb2e29;
    height: 60px;
    margin-top: -3px;
    width: 76px;
}

#panino button {

    margin-top: 0.5em;
    margin-left: 0.8em !important;
}

#myhead {
    padding-top: 0.2em;
}


#sidebarMenu {
    background-color: #263238 !important;
    width: 64px;
}

#sidebarMenu .nav-item {
    position: relative;
    white-space: nowrap;
}

#sidebarMenu .nav {
    text-align: center;
}

#sidebarMenu a {
    color: rgba(163, 175, 183, .9);
    font-size: 0.7em;

}

#sidebarMenu .nav-link.active {
    color: #fff;
    background: 0 0;
}

#sidebarMenu .nav-link:hover {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .02);
}

#sidebarMenuOff {
    background-color: #263238 !important;
    color: rgba(163, 175, 183, .9);
    width: 200px;
}

#sidebarMenuOff i {
    margin-right: 0.7em;

}

#sidebarMenuOff a {
    color: rgba(163, 175, 183, .9);
    font-size: 1.2em;

}

#sidebarMenuOff .nav-item {
    position: relative;
    white-space: nowrap;
}

#sidebarMenuOff .nav-link {

    padding-left: 0
}

#sidebarMenuOff .nav-link:hover {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .02);
}

#sidebarMenuOff .nav-link.active {
    color: #fff;
    background: 0 0;
}

#pageContent {
    background-color: #fff;
    padding: 1em;
    margin: 1em;
    border-radius: 3px;


}

#menuSSO {

    margin-right: 1.5em;

}

.sidebar .nav-link.active {
    color: #9f0b16;
}
 
.navbar {

    padding: 0;

}

.offcanvas-start {
    width: 350px
}