﻿/*master.css*/
.no-gutter > [class*='col-'] {
    padding-right: 4px;
    padding-left: 4px;
}

.pad {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.promo-block {
    padding-top: 0px !important;
}

body {
    min-height: 75rem;
    /*padding-top: 6.0rem;*/
}

.form-control {
    padding-left: 3px !important;
    /*font-size: 0.8rem;*/
}

label {
    margin-bottom: 0px !important;
}

/*.btn {
            font-size: 13px;
        }*/

h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-group {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.navbar-fixed-top {
    padding-top: 3.125rem !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.texto {
    font-size: 1em !important;
    text-align: justify !important;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/* Alterar exibição [mobile - desktop]
-------------------------------------------------- */
/* alterna qual logo será exibido de acordo com a resolução do dispositivo */

/* DESKTOP */
#logoMobile {
    display: none;
}

#mobile {
    display: none;
}

.mobileNomeEscola {
    display: none;
}

#topnav .navigation-menu li:first-child {
    margin-top: 10px;
    padding-bottom: 5px;
}

/* MOBILE */
@media (max-width: 768px) {
    #logoDesktop {
        display: none;
    }

    #logoMobile {
        display: inline;
        /*line-height: 55px;*/
        padding-left: 10px;
    }

    #desktop {
        display: none;
    }

    #mobile {
        display: inline-block;
        text-align: center;
    }

    .col-7 {
        text-align: left !important;
    }

    #topnav .navigation-menu li:first-child {
        margin-top: 10px;
    }
}

#mobile > #nomeEscola > span {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 0px !important;
}

#mobile a .fa-bell {
    color: rgba(52, 60, 73, 0.8);
}

#mobile a .badge {
    top: 10px;
    margin-right: 10px;
    left: unset;
    right: 0;
}

#mobile a i.fa-user-circle {
    font-size: 24px;
    line-height: 40px;
}

#filtro {
    margin-top: 18px;
}

.filtro {
    font-size: 21px;
    width: 31px;
}

#filtro li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#filtro .categoria {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

#filtro .publico {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

#topnav .container-fluid {
    max-width: 1125px;
}

#notificacao {
    margin-top: 12px !important;
}


.nav-tabs .nav-link {
     background-color: #808080; 
}

/** MENU 2 */
#body-row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 65px;
    min-height: 100vh;
}

#sidebar-container {
    min-height: 100vh;
    background-color: #333;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 200px;
}

.sidebar-collapsed {
    width: 60px;
}

.visivel{
    visibility: visible;
}

.invisivel{
    visibility: hidden;
}
.control-label
{
    font-size:14px !important;
    margin-bottom:5px !important;
}

.card {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 1px solid #333 !important;
}

.card-body {
    padding: 0.1rem !important;
}
/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

/*.sidebar-submenu {
    font-size: 0.9rem;
}*/

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}

.sidebar-separator {
    background-color: #333;
    height: 25px;
}

.logo-separator {
    background-color: #333;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}


@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}
