/*
Template Name: Minton - Bootstrap 4 Admin Dashboard
Author: Coderthemes
Email: coderthemes@gmail.com
File: Main Css
*/
/* ===========
   Menu
 =============*/
body {
    background-color: #34558b !important /* #e9ebee !important; 
    /*font-family: "Helvetica Neue,Helvetica,Arial,sans-serif" !important;*/
    font-family: "Lato", sans-serif !important;
    font-size: 0.8rem !important;
}

.label {
    font-size: 0.8rem !important;
}

.form-control {
    font-size: 0.8rem !important;
}

.text-nome-usuario {
    color: rgba(0, 0, 0, 1);
}

.wrapper {
    padding-top: 125px;
}

.container {
    /*background: #ffffff !important;*/
    height: 100% !important;
    min-height: 480px !important;
    padding: 1.5em !important;
}

.page-title-box {
    padding: 22px 0;
}

    .page-title-box .page-title {
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 600;
    }

.radiostyle {
    height: auto;
}

    .radiostyle label {
        margin-left: 3px !important;
        margin-right: 10px !important;
    }

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: #039cfd !important;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 62px;
}

    #topnav .has-submenu.active a {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1) !important;
    }

        #topnav .has-submenu.active a i {
            color: #ffffff;
        }

    #topnav .has-submenu.active .submenu li.active > a {
        color: #039cfd;
    }

    #topnav .topbar-main {
        background-color: #ffffff;
    }
        /*
        #topnav .topbar-main .logo {
            color: #343c49 !important;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 62px;
            text-transform: uppercase;
            float: left;
        }
        */
        #topnav .topbar-main .logo-small {
            display: none;
        }

        #topnav .topbar-main .badge-topbar {
            position: absolute;
            top: 7px;
            right: 7px;
            z-index: 99;
        }

        #topnav .topbar-main .nav > li > a {
            height: 36px;
            width: 36px;
            padding: 0;
            font-size: 24px;
            line-height: 35px;
            text-align: center;
            border-radius: 50%;
            margin: 12px 8px;
            color: rgba(52, 60, 73, 0.7);
        }

            #topnav .topbar-main .nav > li > a:focus, #topnav .topbar-main .nav > li > a:hover {
                background-color: rgba(52, 60, 73, 0.1);
                color: #343c49;
            }

        #topnav .topbar-main .navbar-nav > .open > a {
            background-color: rgba(52, 60, 73, 0.1) !important;
        }

        #topnav .topbar-main .profile img {
            height: 34px;
            width: 34px;
            display: block;
        }

        #topnav .topbar-main .dropdown-menu-lg .list-group {
            margin-bottom: 0;
        }

        #topnav .topbar-main .dropdown-menu-lg .list-group-item {
            border: none;
            padding: 10px 20px;
        }

        #topnav .topbar-main .dropdown-menu-lg .media-heading {
            margin-bottom: 0;
        }

        #topnav .topbar-main .dropdown-menu-lg .media-body p {
            color: #828282;
        }

        #topnav .topbar-main .navbar-nav {
            margin: 0;
        }

    #topnav .app-search {
        position: relative;
        margin-top: 14px;
    }

        #topnav .app-search a {
            position: absolute;
            top: 7px;
            right: 26px;
            color: rgba(52, 60, 73, 0.7);
        }

            #topnav .app-search a:hover {
                color: rgba(52, 60, 73, 0.9);
            }

        #topnav .app-search .form-control,
        #topnav .app-search .form-control:focus {
            border-color: transparent;
            height: 34px;
            color: #343c49;
            border-radius: 30px;
            padding: 7px 40px 7px 20px;
            margin: 0 12px 0 5px;
            background: rgba(52, 60, 73, 0.1);
            -webkit-box-shadow: none;
            box-shadow: none;
            width: 190px;
        }

        #topnav .app-search input::-webkit-input-placeholder {
            color: rgba(52, 60, 73, 0.8);
        }

        #topnav .app-search input:-moz-placeholder {
            color: rgba(52, 60, 73, 0.8);
        }

        #topnav .app-search input::-moz-placeholder {
            color: rgba(52, 60, 73, 0.8);
        }

        #topnav .app-search input:-ms-input-placeholder {
            color: rgba(52, 60, 73, 0.8);
        }

    #topnav .navbar-custom {
        background-color: #343c49;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }

    #topnav .navbar-toggle {
        border: 0;
        position: relative;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

        #topnav .navbar-toggle:hover {
            background-color: transparent;
        }

            #topnav .navbar-toggle:hover span {
                background-color: #343c49;
            }

        #topnav .navbar-toggle:focus {
            background-color: transparent;
        }

            #topnav .navbar-toggle:focus span {
                background-color: #343c49;
            }

        #topnav .navbar-toggle .lines {
            width: 25px;
            display: block;
            position: relative;
            margin: 0 10px 0 0;
            padding-top: 25px;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        #topnav .navbar-toggle span {
            height: 2px;
            width: 100%;
            background-color: rgba(52, 60, 73, 0.8);
            display: block;
            margin-bottom: 5px;
            -webkit-transition: -webkit-transform .5s ease;
            transition: -webkit-transform .5s ease;
            transition: transform .5s ease;
            transition: transform .5s ease, -webkit-transform .5s ease;
        }

        #topnav .navbar-toggle.open span {
            position: absolute;
        }

            #topnav .navbar-toggle.open span:first-child {
                top: 30px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #topnav .navbar-toggle.open span:nth-child(2) {
                visibility: hidden;
            }

            #topnav .navbar-toggle.open span:last-child {
                width: 100%;
                top: 30px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    #topnav .navigation-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        #topnav .navigation-menu > li {
            display: inline-block;
            position: relative;
        }

            #topnav .navigation-menu > li > a {
                display: block;
                color: rgba(255, 255, 255, 0.7);
                font-weight: 500;
                font-size: 15px;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
                line-height: 20px;
                padding-left: 25px;
                padding-right: 25px;
            }

                #topnav .navigation-menu > li > a:hover {
                    color: #ffffff;
                }

                #topnav .navigation-menu > li > a:focus {
                    color: #ffffff;
                }

                #topnav .navigation-menu > li > a:active {
                    color: #ffffff;
                }

                #topnav .navigation-menu > li > a i {
                    font-size: 18px;
                    /*vertical-align: middle;*/
                    margin-bottom: 5px;
                    text-align: center;
                    display: block;
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease;
                }

                #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus {
                    /*background-color: transparent;*/
                }

/*
  Responsive Menu
*/
@media (min-width: 992px) {
    #topnav .navigation-menu > li > a {
        padding-top: 4px;
        padding-bottom: 10px;
    }

    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }

        #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
            left: auto;
            right: 100%;
            margin-left: 0;
            margin-right: 10px;
        }

    #topnav .navigation-menu > li:hover a {
        color: #ffffff;
    }

        #topnav .navigation-menu > li:hover a i {
            color: #ffffff;
        }

    #topnav .navigation-menu > li > ul > li.has-submenu:active > a,
    #topnav .navigation-menu > li > ul > li.has-submenu:hover > a {
        color: #039cfd;
    }

    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        border: 1px solid #e7e7e7;
        padding: 15px 0;
        list-style: none;
        min-width: 200px;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

        #topnav .navigation-menu > li .submenu.megamenu {
            white-space: nowrap;
            width: auto;
        }

            #topnav .navigation-menu > li .submenu.megamenu > li {
                overflow: hidden;
                width: 200px;
                display: inline-block;
                vertical-align: top;
            }

        #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
            content: "\e649";
            font-family: "themify";
            position: absolute;
            right: 20px;
            top: 13px;
            font-size: 10px;
        }

        #topnav .navigation-menu > li .submenu > li .submenu {
            left: 100%;
            top: 0;
            margin-left: 10px;
            margin-top: -1px;
        }

        #topnav .navigation-menu > li .submenu li {
            position: relative;
        }

            #topnav .navigation-menu > li .submenu li ul {
                list-style: none;
                padding-left: 0;
                margin: 0;
            }

            #topnav .navigation-menu > li .submenu li a {
                display: block;
                padding: 8px 25px;
                clear: both;
                white-space: nowrap;
                font-size: 15px;
                color: #343c49;
                -webkit-transition: all .35s ease;
                transition: all .35s ease;
            }

                #topnav .navigation-menu > li .submenu li a:hover {
                    color: #039cfd;
                }

            #topnav .navigation-menu > li .submenu li span {
                display: block;
                padding: 8px 25px;
                clear: both;
                line-height: 1.42857143;
                white-space: nowrap;
                font-size: 10px;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-weight: 500;
                color: #343c49;
            }

    #topnav .navbar-toggle {
        display: none;
    }

    #topnav #navigation {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 60px;
    }

    .container {
        width: auto !important;
    }

    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
        text-align: left;
    }

        #topnav .navigation-menu > li {
            display: block;
        }

            #topnav .navigation-menu > li > a {
                color: #343c49;
                padding: 15px;
            }

                #topnav .navigation-menu > li > a i {
                    display: inline-block;
                    margin-right: 10px;
                    margin-bottom: 0;
                    vertical-align: inherit;
                }

                #topnav .navigation-menu > li > a:after {
                    position: absolute;
                    right: 15px;
                }

            #topnav .navigation-menu > li .submenu {
                display: none;
                list-style: none;
                padding-left: 20px;
                margin: 0;
            }

                #topnav .navigation-menu > li .submenu li a {
                    display: block;
                    position: relative;
                    padding: 7px 20px;
                    color: #343c49;
                }

                    #topnav .navigation-menu > li .submenu li a:hover {
                        color: #039cfd;
                    }

                #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
                    content: "\e64b";
                    font-family: "themify";
                    position: absolute;
                    right: 30px;
                    font-size: 10px;
                }

                #topnav .navigation-menu > li .submenu.open {
                    display: block;
                }

                #topnav .navigation-menu > li .submenu .submenu {
                    display: none;
                    list-style: none;
                }

                    #topnav .navigation-menu > li .submenu .submenu.open {
                        display: block;
                    }

                #topnav .navigation-menu > li .submenu.megamenu > li > ul {
                    list-style: none;
                    padding-left: 0;
                }

                    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
                        display: block;
                        position: relative;
                        padding: 15px;
                        text-transform: uppercase;
                        font-size: 11px;
                        letter-spacing: 2px;
                        color: #343c49;
                    }

            #topnav .navigation-menu > li.has-submenu.open > a {
                color: #039cfd;
            }

    #topnav .navbar-header {
        float: left;
    }

    #navigation {
        position: absolute;
        top: 63px;
        left: 0;
        width: 100%;
        /*display: none;*/
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #ffffff;
    }

        #navigation.open {
            display: block;
            overflow-y: auto;
        }

    #topnav .has-submenu.active a {
        color: #039cfd;
    }

        #topnav .has-submenu.active a:active, #topnav .has-submenu.active a:focus, #topnav .has-submenu.active a i {
            color: #039cfd;
        }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

        #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
            visibility: visible;
            opacity: 1;
            margin-left: 0;
            margin-right: 0;
        }

    .navbar-toggle {
        display: block;
    }
}

.topbar-custom {
    border-radius: 0;
    margin-bottom: 0;
}

    .topbar-custom > ul li {
        float: left;
    }

    .topbar-custom .nav-link {
        padding: 0;
        line-height: 60px;
        color: rgba(255, 255, 255, 0.6);
        display: block;
    }

    .topbar-custom .dropdown-toggle:after {
        content: initial;
    }

    .topbar-custom .menu-left {
        overflow: hidden;
    }
/* Notification */
.notification-list {
    margin-left: 0 !important;
}

    .notification-list .noti-title {
        border-radius: 0.25rem 0.25rem 0 0;
        background-color: #039cfd !important;
        margin: -6px -1px 0px -1px;
        width: auto;
        padding: 12px 20px;
    }

        .notification-list .noti-title h5 {
            color: #ffffff;
            margin: 0;
        }

        .notification-list .noti-title .label {
            float: right;
        }

    .notification-list .noti-icon {
        font-size: 22px;
        padding: 0 12px;
        vertical-align: middle;
        color: rgba(52, 60, 73, 0.8);
    }

    .notification-list .noti-icon-badge {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 8px;
    }

    .notification-list .notify-item {
        padding: 10px 20px;
    }

        .notification-list .notify-item .notify-icon {
            float: left;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            margin-right: 10px;
            border-radius: 50%;
            color: #ffffff;
        }

            .notification-list .notify-item .notify-icon img {
                margin-top: 4px;
            }

        .notification-list .notify-item .notify-details {
            margin-bottom: 0;
            overflow: hidden;
            margin-left: 45px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .notification-list .notify-item .notify-details b {
                font-weight: 500;
            }

            .notification-list .notify-item .notify-details small {
                display: block;
            }

            .notification-list .notify-item .notify-details span {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 13px;
            }

    .notification-list .notify-all {
        border-radius: 0 0 0.25rem 0.25rem;
        margin: 0 0 -5px 0;
        background-color: #eeeeee;
    }

    .notification-list .profile-dropdown .notify-item {
        padding: 4px 20px;
    }

.profile-dropdown {
    width: 170px;
}

    .profile-dropdown i {
        font-size: 17px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .profile-dropdown span {
        vertical-align: middle;
    }

.nav-user {
    padding: 0 12px !important;
}

    .nav-user img {
        height: 36px;
        width: 36px;
    }

.header-title {
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px;
}

/*
	PALETA DE CORES

#FFC022 :: Amarelo
#074E89 :: Azul claro
#002072 :: Azul escuro
#e00000 :: Vermelho

*/

#topnav .topbar-main {
    background-color: #ffffff !important;
}

.topbar-custom .nav-link {
    /*color: #fff !important;*/
    line-height: 59px;
}

.badge {
    background: #e00000 !important;
    border-radius: 50% !important;
    padding: .3em .5em !important;
}

#topnav .navbar-custom {
    background-color: #002072 !important;
    margin-top: -16px;
}

.notification-list .noti-title {
    background-color: #fff !important;
    border-bottom: 1px solid #dddfe2 !important;
    border-radius: 0 !important;
}

    .notification-list .noti-title h5 {
        color: #262626 !important;
    }

.dropdown-menu {
    border: 1px solid #dddfe2 !important;
    border-radius: 0 !important;
}

.card-body-favoritos {
    padding: 8px 10px 10px 10px !important;
}

.videos a {
    padding-top: 15px;
}

.btn.btn-outline-primary.pub.btn-lg.btn-block {
    color: #074E89 !important;
    border-color: #074E89 !important;
}

    .btn.btn-outline-primary.pub.btn-lg.btn-block:hover {
        background-color: #074E89 !important;
        color: #fff !important;
    }

.pub {
    padding: 9px 15px;
    margin-left: 4px;
    background-color: #002072 !important;
    border-color: #002072 !important;
    color: #fff !important;
}

.menu-lateral ul {
    list-style: none;
    padding: 0;
}

    .menu-lateral ul li {
        margin-bottom: 10px;
        font-size: 18px;
    }

        .menu-lateral ul li a i {
            width: 26px;
            text-align: center;
            margin-right: 5px;
        }

        .menu-lateral ul li a {
            color: #074E89;
        }

#nomeEscola .text-info {
    color: #002072 !important;
    font-weight: bold;
    font-size: 21px;
    line-height: 40px;
}

#topnav .navigation-menu > li .submenu {
    background-color: #002072 !important;
}

    #topnav .navigation-menu > li .submenu li:hover {
        background-color: #074E89 !important;
    }

    #topnav .navigation-menu > li .submenu li a,
    #topnav .navigation-menu > li .submenu li a:hover {
        color: #fff !important;
    }

/* ADICIONAR */
@media (max-width: 991px) {
    #navigation {
        background-color: #002072;
        border: none !important;
    }

    .nav-usuario {
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 5px;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    #mobile .nav-link.dropdown-toggle.waves-effect.nav-user {
        padding-right: 5px !important;
    }

    #mobile a {
        color: #fff;
    }

        #mobile a .badge {
            top: 4px;
            left: 5px;
            right: unset;
        }

    #mobile .notify-item {
        color: #002072
    }

        #mobile .notify-item:hover {
            color: #fff !important;
            background-color: #002072 !important;
        }

    #topnav .navigation-menu > li > a {
        text-align: left;
        color: #fff;
        padding: 15px 15px 15px 17px;
        border-bottom: 1px solid rgba(255,255,255,0.1)
    }
}

.nav-usuario {
    position: relative;
}

#logoDesktop {
    margin-top: 9px;
    position: absolute;
}

.navigation-menu .dropdown-menu {
    background-color: #002072 !important;
}



.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #074E89 !important; /* valor padr? #f8f9fa*/
}

.navigation-menu .dropdown a,
.navigation-menu .dropdown-item a {
    color: #fff !important;
}

    .navigation-menu .dropdown-item a:hover {
        text-decoration: none !important;
    }

/* loading */
.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid rgba(58, 166, 165, 1);
    animation: spin 1.1s infinite linear;
}

    .loader, .loader:after {
        border-radius: 50%;
        width: 8em;
        height: 8em;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -4.05em;
    }

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* CHECKBOX */
.custom-control-label::before,
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}
