img {
    max-width: 100%;
}

body {
    font-size: 16px;
}

.card-content {
    display: table-cell;
    vertical-align: middle;
    height: calc(100vh - 152px);
    width: 100%
}

.card-body {
    display: table;
    width: 100%
}

.footer {
    position: fixed;
    color: #343b4a;
    background-color: #dedfdf;
}

#sidebar-menu {
    height: 100%;
    display: table;
    width: 100%;
}

#side-menu {
    display: table-cell;
    vertical-align: middle;
}

#sidebar-menu .menu-title {
    font-size: 16px;
}

#sidebar-menu>ul>li>a:focus {
    color: #9097a7 !important;
}

#sidebar-menu>ul>li>a.active,
#sidebar-menu>ul>li>a:hover {
    color: #02c0ce !important;
}

ul.custom-ul {
    list-style: none;
    padding-left: 5px;
}

ul.custom-ul li::before {
    content: "\e840";
    margin-right: 15px;
    font-family: feather !important;
    color: #02c0ce;
}

a.gallery-image {
    width: 500px;
    display: block;
    max-width: 58%;
}
a.gallery-image img {
    max-width: 100%;
    width: 100%;
}

body.enlarged {
    padding: 0;
}

.enlarged .left-side-menu {
    display: none;
}

.enlarged .content-page {
    margin: auto !important;
}

.enlarged .footer {
    left: 0 !important;
    position: relative;
}

@media screen and (max-width: 768px) {
    body {
        /*display: none;*/
    }

    .footer {
        position: relative;
    }
}