body {
    background: #fafafa;
}

a.dropdown-toggle:link {
    font-size: 9pt;
    font-weight: normal;
    border: none !important;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/*recolhido*/
@media (max-width: 1439px) {
    .conteudobody {
        /*	position: absolute;*/
        top: 70px;
        left: 5%;
    }

    #sidebarmenu {
        width: 250px;
        position: fixed;
        height: 100%;
        top: 0;
        left: -250px;
        height: 100vh;
        z-index: 999;
        background: #2D3F4A;
        color: #fff;
        transition: all 0.3s;
        overflow-y: auto;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    #sidebarmenu.active {
        left: 0;
    }

    #dismiss {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #2D3F4A; /* #2D3F4A */
        position: absolute;
        top: 8px;
        right: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    #dismiss:hover {
        background: #fff;
        color: #2D3F4A;
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        /*background: rgba(0, 0, 0, 0.7);*/
        background: rgba(0, 0, 0, 0.1);
        z-index: 998;
        display: none;
    }

    #sidebarmenu .sidebar-header {
        padding: 10px;
        background: #2d3f4a;
    }

    #sidebarmenu ul.components {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #ffffff;
    }

    #sidebarmenu ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebarmenu ul li a {
        padding: 10px 10px;
        font-size: 11pt;
        display: block;
    }

    a.blog-nav-item {
        padding: 5px 20px !important;
        font-size: 11pt;
        display: block;
    }

    #sidebarmenu ul li a:hover {
        color: #2D3F4A;
        background: #fff;
    }

    #sidebarmenu ul li a:before {
        padding-top: 5px;
    }

    #sidebarmenu ul li.active > a, a[aria-expanded="true"] {
        color: #b2b2b2;
        background: #2d3f4a;
    }

    a[data-toggle="collapse"] {
        position: relative;
    }

    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        /* content: '\e259'; */
        display: block;
        position: absolute;
        right: 14px;
        font-family: 'Glyphicons Halflings';
        font-size: 0.6em;
    }

    a[aria-expanded="true"]::before {
        /* content: '\e260'; */
    }

    ul ul a {
        font-size: 0.9em !important;
    }

    ul.CTAs {
        padding: 20px;
    }

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    a.article, a.article:hover {
        background: #2d3f4a !important;
        color: #fff !important;
    }

    #myUL > li.active > a:not(dropdown-toggle) {
        background-color: #b2b2b2 !important;
        color: #2D3F4A !important;
        border: none !important;
    }

    @media (max-width: 767px) {
        #div_title_fixar {
            float: right;
            margin-right: 0px;
            margin-left: 0px;
        }
    }

    @media (min-width: 768px) {
        #div_title_fixar {
            margin-left: 65px;
        }
    }

    #div_login {
        display: block;
    }
}

/*fixo*/
@media (min-width: 1440px) {

    .btn.btn-sm.sidebarCollapse{
        display: none !important;
    }

    .sidebar-header{
        display: none !important;
    }

    #dismiss {
        display: none;
    }

    .conteudobody{
        position: absolute;
        width: 80vw !important;
        top: 70px;
        left: 270px;
        width: auto;
        display: block;
    }

    .wrapper {
        display: flex;
        align-items: stretch;
    }

    #sidebarmenu {
        min-width: 250px;
        max-width: 250px;
        background: #2D3F4A;
        color: #fff;
        transition: all 0.3s;
        position: fixed;
        height: calc(100vh - 30px);
        overflow-y: auto;

    }

    #sidebarmenu.active {
        margin-left: 0px;
    }

    #sidebarmenu .sidebar-header {
        padding: 20px;
        background: #2D3F4A;
    }

    #sidebarmenu ul.components {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #ffffff;
    }

    #sidebarmenu ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebarmenu ul li a {
        padding: 10px 10px;
        font-size: 11pt;
        display: block;
    }

    a.blog-nav-item {
        padding: 5px 20px !important;
        font-size: 11pt;
        display: block;
    }

    #sidebarmenu ul li a:hover {
        color: #2D3F4A;
        background: #fff;
    }

    #sidebarmenu ul li a:before{
        padding-top: 5px;
    }

    #sidebarmenu ul li.active > a, a[aria-expanded="true"] {
        color: #b2b2b2;
        background: #2D3F4A;
    }


    a[data-toggle="collapse"] {
        position: relative;
    }

    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        /* content: '\e256'; */
        display: block;
        position: absolute;
        right: 14px;
        font-family: 'Glyphicons Halflings';
        font-size: 0.6em;
    }
    a[aria-expanded="true"]::before {
        /* content: 'UTF+E602'; */
    }

    ul ul a {
        font-size: 0.9em !important;
    }

    ul.CTAs {
        padding: 20px;
    }

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    /*
    a.download {
        background: #fff;
        color: #2D3F4A;
    } */

    a.article, a.article:hover {
        background: #2D3F4A !important;
        color: #fff !important;
    }

    #content {
        padding: 20px;
        min-height: 100vh;
        transition: all 0.3s;
    }

    @media (max-width: 768px) {
        #sidebarmenu {
            margin-left: -250px;
        }
        #sidebarmenu.active {
            margin-left: 0;
        }
        #sidebarmenuCollapse span {
            display: none;
        }
    }

    #myUL > li.active > a:not(dropdown-toggle) {
        background-color: #b2b2b2 !important;
        color: #2D3F4A !important;
        border: none !important;
    }

    @media (max-width: 1439px) {
        #div_title_fixar{
            margin-left: 65px;
        }
    }

    @media (min-width:1440px){
        #div_title_fixar{
            display: none !important;
        }
    }

    #div_usuario_menu{
        display: none !important;
    }
}

#myUL > li.active a:hover {
    background-color: #fff !important;
    color: #2D3F4A !important;
}

#myUL > li.active > a:not(dropdown-toggle) {
    background-color: #b2b2b2 !important;
    color: #2D3F4A !important;
    border: none !important;
}
