@charset "utf-8";

.panel__body{
	display: flex;
	width: 100%;
	flex-wrap:wrap;
}

.panel__bodyDivs{
	flex-direction: row;
	width: 48%;
	justify-content: center;
	padding: 5px;
	margin: 5px;
}

.panel__bodyBCGImage{
	height: 64px;
	width: 100%;
	background-image: url(../img/work-helmet_wrong.png);
	margin-left: auto;
	margin-right: auto;
	background-position: center;
    background-repeat: no-repeat;
}
.user-name .label-default{
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.user-name .label-success{
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.panel__bodyBCGImageGreen
{
	height: 64px;
    width: 100%;
    background-image: url(../img/helmet.png);
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.user-name
{
	padding-top: 0px;
	width: 100%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

#chartdiv {
  width: 100%;
  height: 500px;
}
.panel__bodyPracownik
{
	padding-bottom:0px;
	text-align: center;
}
.big__divs
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
	text-align: center;
}
.img-responsive
{
	
}
