
body {
    background-color: #c0c0c0 !important;
    }

    .color-theme, .btn-flat.btn-theme {
        color: #ff9500 !important;
    }

    .btn-flat.btn-theme:hover {
        background-color: hsl(from #ff9500 h s 96) !important;
    }

    .border-theme {
        border-color: #ff9500 !important;
    }

    .border-bottom-theme {
        border-bottom-color: #ff9500 !important;
    }

    .border-right-theme {
        border-right-color: #ff9500 !important;
    }

    .border-left-theme {
        border-left-color: #ff9500 !important;
    }

    .bck-hover-theme-lighten:hover {
        background-color: hsl(from #ff9500 h s 96) !important;
    }

    .btn-raised.btn-theme, .scroll-flat.scroll-theme::-webkit-scrollbar-thumb {
        background-color: #ff9500 !important;
    }
