/*#cpowerbi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: white; 
  pointer-events: none; 
  z-index: 10;
}
*/

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.home{
	background-color:#0f3966;
}
html {
    height: -webkit-fill-available;
}


#link-home{
    padding:5px;
    margin:0px;
}
#link-home li a{
    color:white;
    text-decoration: none;
    font-size:11px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    font-weight: bolder;
 
}

@media print {
    img {
        visibility: hidden;
     }
     @media print {
        .noprint {
           visibility: hidden !important;
        }
		 
		 
     }
	
	@media print {
	  html, body {
		 border: 1px solid white;
		 height: 99%;
		 page-break-after: avoid !important;
		 page-break-before: avoid !important;
	  }
	  .print-display-none,
	  .print-display-none * {
		display: none !important;
	  }
	  .print-visibility-hide,
	  .print-visibility-hide * {
		visibility: hidden !important;
	  }
	  .printme,
	  .printme * {
		visibility: visible !important;
	  }
	  .printme {
		position: absolute;
		left: 0;
		top: 0;
	  }
	}
}




#content-wrapper {
    padding-left: 16rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content-wrapper.sidebar-hidden {
    padding-left: 0;
}

#sidebar {
    min-height: 100vh;
    position: fixed;
    left: 0;
    z-index: 1000;
   /* width: 16rem;*/
	width:210px;
    background-color: #0f3966;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-content{
    position: relative;
    margin: 0;
    padding: 1rem;
}

#content-wrapper.sidebar-hidden #sidebar {
    /*left: -16rem;*/
	left: -190px;
	
}

iframe{
    min-height: 90vh;
}

#toolbar button {
   /* background-color: #0f3966;*/
    color: white;
}

.dropdown-toggle { outline: 0; }

.btn-toggle {
    padding: .2rem .2rem;
    font-weight: 600;
	font-size:11px;
    color: rgba(white, .85);
    background-color: transparent;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-toggle:hover {
    color: rgba(white, .85);
    background-color: #395c81;
	border-radius:20px !important;
}

.btn-toggle::after {
    /*width: 1.25em;*/
	width: 10px;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: white;
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
	font-size:0.6rem;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.btn-toggle-nav li:hover {
    color: white;
    background-color: #395c81;
	border-radius:20px !important;

}


#sidebar-toggle-btn {
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 1000;
    color: white;
    background-color: #0f3966;
    border: none;
    padding: 5px 10px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 0.8rem;
}

.active_sidebar_menu {
    /*background-color: #567393;*/
	background-color:#0077B6;
    color: white;
	border-radius:20px;
}

.item-button{
    display: block;
    width: 100%;
}

.category-button{
    width: 100%;
}
