body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5384616;
    color: #333;
    background-color: #eeeded;
}


.page-container{
    margin-left: auto;
    margin-right: auto;
}

.page-container {
    padding-top: 0;
}

.page-container {
    position: relative;
    padding: 20px 20px;
    padding-bottom: 60px;
    min-height: 66px;
}

.bmenu{
display: flex;
justify-content: space-between;
width: 100%;

}

.icone:hover {
    font-size: 20px;
    color: red;
    opacity: 1;
    animation: anima 1500ms ease infinite;
    cursor: pointer;
}
@keyframes anima {
    to {
        opacity: 0.1;
        transform: scale(0.5) translateX(-20px);
    }
}

input:checked ~ label .setinha{
    animation: none !important;
    transform: rotate(180deg);
}

input:checked ~ label .setinha:hover{
    animation: anime 1100ms ease infinite !important;
}
@keyframes anime {
    to {
        opacity: 0.1;
        transform: scale(0.8) translateX(20px) !important;
    }
}

.setinha{
    transition: 1s ease-in-out;
}

.tamanhominimo{
    min-width: 0px !important;
    max-width: 280px !important;
    border-radius: 0px 0px 100px 100px;
    animation-name: diminuir;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

.tamanhominimo-sub{
    min-width: 0px !important;
    max-width: 260px !important;
    border-radius: 0px 0px 100px 100px;
    animation-name: diminuir-sub;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}


@keyframes diminuir {
    from {width: 280px;}
    to {width: 80px;}
}

@keyframes diminuir-sub {
    from {width: 260px;}
    to {width: 60px;}
}

.tamanhomaximo{
    min-width: 0px !important;
    max-width: 280px !important;
    /* border-radius: 0px 0px 100px 100px; */
    animation-name: aumentar;
    animation-duration: 0.6s; /* 4 segundos */
    animation-fill-mode: forwards;
}

.tamanhomaximo-sub{
    min-width: 0px !important;
    max-width: 260px !important;
    /* border-radius: 0px 0px 100px 100px; */
    animation-name: aumentar-sub;
    animation-duration: 0.6s; /* 4 segundos */
    animation-fill-mode: forwards;
}

.tamanhomaximototal{
    min-width: 280px !important;
}

@keyframes aumentar {
    from {width: 80px;}
    to {width: 300px;}
}

@keyframes aumentar-sub {
    from {width: 80px;}
    to {width: 280px;}
}


.sumirtexto span{
    display: none;
}

.tamanhopadrao{
    width: 100%;
    justify-items: center;
}

/* .centralizar{
    justify-items: center;
} */

/*  MENU TESTES */
.sidebar-default {
    color: #333;
}

.sidebar-main {
    z-index: 1;
}

.sidebar {
    /* color: #fff; */
    position: relative;
    /* width: 100%; */
    /* display: none; */
}

.sidebar-default .sidebar-content {
    background-color: #fff;
}

.sidebar .sidebar-content {
    /* background-color: #263238; */
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.sidebar-content {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
}

.sidebar-default {
    color: #333;
}

.category-content {
    position: relative;
    padding: 20px;
}

.no-padding {
    padding: 0!important;
}

.navigation {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    position: relative;
}

.sidebar-default .navigation .navigation-header, .sidebar-default .navigation .navigation-header a {
    color: #999;
}

.navigation .navigation-header, .navigation .navigation-header a {
    color: rgba(255,255,255,.5);
    font-weight: 400;
}

.navigation .navigation-header {
    min-height: 30px;
    padding: 10px 20px;
    border-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.82;
}

.navigation li {
    min-height: 30px;
    padding: 10px 20px;
    border-bottom: 0;
    line-height: 1.82;
}

.navigation li {
    position: relative;
}

.navigation li+li {
    margin-top: 1px;
}

.sidebar-default .navigation li.navigation-divider {
    background-color: #eee;
}

.navigation li.navigation-divider {
    margin: 10px 0;
    height: 1px;
    min-height: 1px !important;
    padding: 0px 0px !important;
    background-color: rgba(255,255,255,.1);
}

ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
 }


 .panel {
    margin-bottom: 20px;
    border-width: 0;
    color: #333;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    min-width:70%;
    width: 100%;
}

.panel-heading {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
}

.text-semibold {
    /* font-weight: 500; */
    font-weight: bolder;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

.heading-elements {
    background-color: inherit;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 38px;
    margin-top: -19px;
}

.page-content{
    display: flex;
}

.sidebar{
    min-width: 280px;
    max-width: 280px;
    max-height: 500px;
    /* overflow: auto;  */
    /* -webkit-scrollbar: 0px; */
    /* overflow: hidden; */
}

.sidebar-content{
    min-width: 260px;
    max-width: 260px;
    max-height: 500px;
    overflow: auto; 
}

.sidebar-content::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
.sidebar-content::-webkit-scrollbar {
    width: 3px;
    background: #F4F4F4;
}
.sidebar-content::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

/* .sidebar::-webkit-scrollbar {
    width: 0px;
} */

.f-nav{ 
    position: fixed; 
}

.f-nav2{ 
    margin-left: 280px; 
}

.f-nav3{ 
    position: fixed;
    margin-left: 280px;  
}

.f-nav-fixo{
    position: fixed !important; 
}

.f-nav-fixo2{
    /* margin-left: 80px !important;  */
    margin-left: 6% !important;
}

li a{
    color: #000;
    
}

li a:link{
    text-decoration: none;
}

.sidebar li:hover{
    background-color: #eeeded;
}

.bi{
    font-size: 1rem;
}

.fa-fw{
    font-size: 1rem;
}

.ativo{
    background-color: #eeeded;
}

.was-validated .form-control:invalid{
    animation: go-back 0.7s ease;
}

.was-validated .form-control:valid{
    animation: go-back 0.7s ease;
}

#relatorio::after {
    content: "";
    font-size: 16px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    line-height: 1;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.setalado::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.setabaixo::after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@keyframes go-back {
	from {
		background-position:left;
	}
	to {
		background-position:right;
	}
}


/* @media (max-width: 100px){
    .page-container {
        width: 1200px;
    }
} */

@media (min-width: 1200px){
.page-container {
    width: 1200px;
    }
}

@media (min-width: 1025px){
.page-container {
    width: 1025px;
    }
}


@media (min-width: 769px){
.page-container {
    width: 769px; 
    }
}

@media (min-width: 769px){
    .page-container {
        width: 100%;
        /* display: table; */
        /* table-layout: fixed; */
    }
}

@media (min-width: 769px){
    .page-content {
        /* display: table-row; */
    }
}

@media (max-width: 769px){
    .page-content {
        display: block;
    }
    .menu{
        display: none;
    }
    .menulateral{
        display: none;
    }
    .f-nav2{ 
        margin-left: 0px; 
    }
}

@media (min-width: 769px){

    .sidebar {
        /* display: table-cell; */
        vertical-align: top;
        width: 280px;
        padding-right: 20px;
    }
}