#side-menu > li > a.active {
    background: none;
    border: none;
    font-weight: 300;
    color: #54667a;
}

#side-menu > li > a.active:hover {
    background: rgba(0, 0, 0, 0.07);
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrap {
    overflow: hidden;
    position: relative;
    width:100%;
    height:100%;
    zoom: 1.0;
}

@media only screen and (max-width: 1380px) {
    #previewmodal {
        height: 450px;
        width: 275px;
    }

    .modal-content {
        width: 80%;
    }

    .wrap {
        zoom: 1.2;
    }
}

@media only screen and (max-width: 1080px) {
    #previewmodal {
        height: 300px;
        width: 275px;
    }
}

