@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
    #content-page
    {
        display:none;
    }
}

.bg-mix{
    background: -webkit-linear-gradient(left, #ff7a29 0%, #ff7a29 11%, #ff0000 40%, #2989d8 599%, #ff0000 18%) !important;
}
.bg-sidebar {
    background-color: #2979B8 !important;
}


