        body{
            background: url(../img/test_2.png);
            background-repeat: repeat repeat;
        }
        #myNavbar ul li:hover{
            opacity: 0.8;
        box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.2) inset;
        }
        table.dataTable {
            background: white;
            
        }
        .sidenav {
            padding-top: 20px;
            background-color: #f1f1f1;
            height: 100%;
        }
        
        /* Set black background color, white text and some padding */
        
        footer {
            width: 100%;
            padding: 15px 0;
            background-color: #f5f5f5;
        }
        /* On small screens, set height to 'auto' for sidenav and grid */
        
        @media screen and (max-width: 767px) {
            .sidenav {
                height: auto;
                padding: 15px;
            }
            .row.content {
                height: auto;
            }
        }
        .carousel .carousel-inner .item img{
            margin: 0 auto;
            width: 100%;
        }
        .text-red{
            color: #f72e2e;
        }