/*
*:not(body):not(html) {
    outline: 1px solid red;
}
*/

body {
    font-family: Arial, sans-serif;
	height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
	/*overflow-x:hidden;*/
	
}

header {
  height:72px;
  width:100%;
  display: flex;
  align-items: center;
  background-color: #013064; 
  padding: 10px 40px 10px 0px;
  position: fixed;
  top: 0;
  z-index: 1000; 

}

header a { 
    color: white; 
    padding: 10px; 
    text-decoration: none; 
    display: inline-block; 
}
header a:hover { 
    text-decoration: underline; 
}
header img { vertical-align: middle; }

.header-link
{
	padding:20px;
}

.pipe {
    color:#fff;
	padding:10px;
}

#logo {
	margin-right: 20px;
	margin-left:40px;
}

/* Styl dla menu */
#date-picker {

    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: flex-start;
}

#language-selector {
	
	margin-left: auto;
	padding:0px 70px;
}

#breadcrumb-nav {
	 
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #e8e8e8;

}

#breadcrumb-nav a img {
    width: 24px;
	margin-right:10px;
}

#reportContainer, iframe {
    width: 100%;
    /* height: auto; */
    border: none;
	border:0;	
}


#picker-label {
	margin-right:10px;
}

#pickers {
	margin-top:10px;
	display: flex;
	align-items: center;
}

#type-selector img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}


.content-wrapper {
	width:100%;
	flex: 1 0 auto; /* Flex grow, flex shrink, flex basis */
    display: flex; 
    flex-direction: row;
    align-items: stretch; 
    /* padding-top: 210px;  */
}


/*zablokowanie nagłówka*/

#breadcrumb-nav, #pickers, #hr {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000; 
}

#breadcrumb-nav {

    top: 92px; 
}
#hr {
    top: 190px; 
}

#pickers {
	background-color:#fff;
    top: 126px; 
}

footer {
    flex-shrink: 0; 
  
    background-color: #013064;
    color: white;
    padding: 20px 40px;
    font-size: 0.9em;
    clear: both;
 position: relative;
	background-image: url('img/elementy_background.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

#godlo{
	padding-bottom:20px;
}

.footer-left {
	float:left;
}

.footer-center {
	float:left;
	padding-left:70px;
}


.footer-right {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-right img {
    max-width: 300px;
}

.social-icons {
    display: flex;
    gap: 10px;
	 position: relative;
	 padding:20px;

}

.social-icons a img {
    width: 50px;
    height: 50px;
}


#export-report-csv {
    display: flex;
    align-items: center;
    margin-left: auto;
}
#export-report-csv img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#export-report-csv > div {
    display: flex;
    align-items: center;
}

#export-report-csv img, 
#export-report-csv span
{
    margin-left: 10px; /* Dodatkowy margines mi�dzy elementami */
    margin-right: 5px; /* Dodatkowy margines mi�dzy elementami */
}