﻿html body {
    background-color: #fff;
}

#sidebar-left {
    display: none !important;
}

.content-body {
    margin-left: 0 !important;
}

.show-onexam {
    display: block !important;
}

.annex-wrapper {
    max-height: 360px;
    text-align: center;
}

    .annex-wrapper ul {
        list-style: none;
    }

    .annex-wrapper li {
        display: inline-block;
        /*border: 2px solid #fff;*/
    }

        .annex-wrapper li.active img {
            border: 1px solid #4285F4 !important;
            cursor: pointer;
        }

    .annex-wrapper img {
        object-fit: contain;
        width: auto;
        display: inline;
        max-height: 320px;
        height: auto;
        width: 100%;
        border-radius: 8px;
        border-color: #ccc !important;
        border: 1px solid;
        transition-duration: 0.5s;
    }

        .annex-wrapper img:hover {
            border-color: #4285F4 !important;
            transition-duration: 0.5s;
        }

    .annex-wrapper .item-0 {
        max-height: 100%;
        display: block;
    }

        .annex-wrapper .item-0.single img {
            max-height: 360px !important;
        }

    .annex-wrapper .item-1, .annex-wrapper .item-2, .annex-wrapper .item-3, .annex-wrapper .item-4 {
        margin-top: 10px;
        margin-right: 10px;
    }

        .annex-wrapper .item-1 img, .annex-wrapper .item-2 img, .annex-wrapper .item-3 img, .annex-wrapper .item-4 img {
            max-height: 40px;
            width: 40px;
        }

.audio-wrapper {
    max-height: 360px;
    text-align: center;
}


@media only screen and (max-width: 599px) {
    .solve-exam .nav-tabs li .nav-link {
        font-size: 9px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .solve-exam .nav-tabs li .nav-link {
        font-size: 11px;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .solve-test-menu {
        display: block !important;
    }

    .solve-exam .hidden-mobile, .header-right, .toggle-sidebar-left {
        visibility: hidden !important;
        display: none !important;
    }

    .solve-exam .show-mobile {
        visibility: visible !important;
        display: block !important;
    }

    .solve-exam .page-header {
        padding-right: 0 !important;
        margin-top: 48px !important;
        margin-bottom: 10px !important;
    }

    .solve-exam .card-header {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .solve-exam .card-actions {
        margin-bottom: 10px !important;
    }

    .solve-exam .alert {
        padding: 5px !important;
    }

    .solve-exam .tm-box li p {
        margin: 0 0 10px;
        font-size: 11px;
        line-height: 14px;
    }

    .solve-exam #stats h4 {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 12px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .solve-test-menu {
        position: fixed;
        top: 10px;
        right: 10px;
        /*width: 110px;*/
    }

        .solve-test-menu ul {
            display: inline-block;
            list-style: none;
            margin: 4px -10px 0 0;
            padding: 0;
            vertical-align: middle;
        }

        .solve-test-menu li {
            float: left;
            margin: 0 10px 0 0;
            position: relative;
        }

        .solve-test-menu a {
            background: #FFF;
            border: none;
            border-radius: 8px;
            -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
            display: inline-block;
            height: 30px;
            position: relative;
            width: 30px;
            text-align: center;
        }

        .solve-test-menu i {
            color: #777;
            line-height: 30px;
            vertical-align: middle;
        }

    .dark .solve-test-menu i {
        color: #fff;
    }
}
