﻿


.sidebar {
    height:100%;
    background-image: linear-gradient(180deg, #F26922 30%, #fbbb6d 80%) !important;
}

.bg-gradient-primary {
    /*background-image: none !important;*/
    background-color: #f8f9fc;
}

.btnInterno {
    background-image: linear-gradient(180deg, #F26922 30%, #fbbb6d 80%) !important;
}

@media (max-width: 767.98px) {
}

@media (min-width: 768px) {
   

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
