/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #333333; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.side_menu_line{
    width:100%;
    height:1px;
    background:#cecece;

}

.input-box{
    width:100%; padding:0px; border: 0px solid #ff0000;
    border-radius: 5px;
    outline: none;
    line-height:50px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 750px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 970px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1170px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.quick-test{
    
}