﻿/*
        * Base structure
        */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 2px;
    width: 99% !important;
}

.navbar {
    width: 100% !important;
    background-color: white !important;
    color: #22297a !important;
    z-index: 9999 !important;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.left-top-bar {
    float: left;
}

.right-top-bar {
    float: right;
    width: 40% !important;
}



.content-topbar {
    background-color: white !important;
    width: 101% !important;
    border-radius: 3px !important;
    height: 40px !important;
    padding-top: 6px !important;
    box-shadow: 0px 3px 6px 4px #00000029;
    top: 0px !important;
}

@media (min-width: 1367px) {

    .tamitem {
        width: 300px;
    }

    .nav-link2 {
        color: #22297a !important;
        font-size: 16px;
        padding: .2rem .7rem !important;
    }

    .nav-link {
        color: #22297a !important;
        font-size: 16px;
        padding: .1rem .1rem !important;
        width: 101% !important;
    }

    .sidebar-nav-item {
        width: 270px !important;
    }

    .nav-item {
        width: 101% !important;
    }

    .navbar-nav {
        width: 90% !important;
    }
}

@media (max-width: 1366px) {

    .tamitem {
        width: 260px;
    }

    .nav-link2 {
        color: #22297a !important;
        font-size: 14px;
        padding: .2rem .7rem !important;
    }

    .nav-link {
        color: #22297a !important;
        font-size: 16px;
        padding: .1rem .1rem !important;
        width: 101% !important;
    }

    .sidebar-nav-item {
        width: 240px !important;
    }

    .nav-item {
        width: % !important;
    }

    .navbar-nav {
        width: 90% !important;
    }
}

@media (max-width: 1080px) {

    .tamitem {
        width: 260px;
    }

    .right-top-bar {
        float: right;
        width: 60% !important;
    }

    .nav-link {
        color: #22297a !important;
        font-size: 16px;
        padding: .1rem .1rem !important;
        width: 101% !important;
    }

    .sidebar-nav-item {
        width: 240px !important;
    }

    .nav-item {
        width: 101% !important;
    }

    .navbar-nav {
        width: 90% !important;
    }
}

@media (min-width: 992px) {
    .fundo {
       
    }
}


@media (max-width: 991px) {
    .fundo {
        display: none;
    }
}

    .nav-link1 {
        color: #000000 !important;
        font-size: 18px;
    }

    .nav-link:hover {
        color: red;
    }

    /*
        * Global add-ons
        */
    .sub-header {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    /*
        * Top navigation
        * Hide default border to remove 1px line.
        */
    .navbar-fixed-top {
        border: 0;
        position: fixed !important;
        top: 0px !important;
    }

    /*
        * Sidebar
        */

    /* Hide for mobile, show later */
    .sidebar {
        display: none;
    }

    @media (min-width: 775px) {
        .navbar {
            height: 90px !important;
        }
    }

    @media (min-width: 300px) {
        .navbar {
            height: 90px !important;
        }
    }


    @media (min-width: 992px) {
        .sidebar {
            position: fixed;
            top: 90px;
            bottom: 0;
            left: 0;
            z-index: 1000;
            display: block;
            padding: 24px;
            overflow-x: hidden;
            overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
            background-color: white;
            border: 1px solid #eee;
            box-shadow: 0px 3px 6px #00000029;
            width: 220px;
        }

        .sidebar_aula {
            position: fixed;
            top: 0px;
            bottom: 0;
            left: 0;
            z-index: 1000;
            display: block;
            padding: 24px;
            overflow-x: hidden;
            overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
            background-color: white;
            border-right: 1px solid #eee;
            width: 220px;
        }
    }

    /* Sidebar navigation */
    .nav-sidebar {
        margin-right: -11px; /* 20px padding + 1px border */
        margin-bottom: 20px;
        margin-left: -20px;
    }

        .nav-sidebar > li {
            width: 300px;
        }

            .nav-sidebar > li > a {
                padding-right: 10px;
                padding-left: 10px;
                color: #22297a;
            }

        .nav-sidebar > .active > a,
        .nav-sidebar > .active > a:hover,
        .nav-sidebar > .active > a:focus {
            color: lightgreen;
        }


    .principal {
        
    }

    .principal_aula {
        padding: 10px;
    }


    @media (min-width: 992px) {
        .principal {
        }

        .principal_aula {
            padding-right: 10px;
            padding-left: 260px;
        }
    }

    .principal .page-header {
        margin-top: 0;
    }


    .placeholders {
        margin-bottom: 30px;
        text-align: center;
    }

        .placeholders h4 {
            margin-bottom: 0;
        }

    .placeholder {
        margin-bottom: 20px;
    }

        .placeholder img {
            display: inline-block;
            border-radius: 50%;
        }


    .sidebar li .submenu {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sidebar .nav-link {
        font-weight: 500;
        color: var(--bs-dark);
    }

        .sidebar .nav-link:hover {
            color: var(--bs-primary);
        }

    #main {
        transition: margin-left .5s;
        padding: 16px;
        margin-left: 100px;
    }

    @media only screen and (max-width: 600px) {
        iframe {
            width: 100% !important;
            height: 179px !important;
        }

            iframe.apostiladoaluno {
                height: 542px !important;
            }
    }

    .modal-backdrop.show {
        opacity: 0 !important;
    }

    .modal-backdrop {
        position: relative;
        top: 0px !important;
        left: 0px !important;
        z-index: 1990 !important;
        width: 100% !important;
        height: 465px !important;
        /*background-color: #000;*/
    }

    .modal {
        position: fixed !important;
        width: 100% !important;
        height: 700px !important;
        top: 60px !important;
        left: 120px !important;
    }

