/*sonda*/
.sonda-mini-tresc {
	background-color: #F5F5F5;
	padding: 16px !important;
	margin: 16px 0px !important;
	font-size: 14px;
}

.sonda-mini-tresc fieldset {
	border: none;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

.sonda-mini-tresc legend {
	padding: 0px;
	font-weight: 700;
	font-size: 14px;
}

.sonda-tresc-glosuj-tlo {
	display: flex;
	justify-content: flex-end;
}

.sonda-tresc-odp-tlo {
	display: flex;
	align-items: center;
	color: #666666;
}

.sonda-tresc-odp-tlo label {
	cursor: pointer;
	padding: 1px 0px;
}

.sonda-tresc-odp-tlo label:hover {
	opacity: 0.8;
}

.sonda-tresc-wynik-tlo {
	position: relative;
	padding: 0px 0px 6px 0px;
	display: flex;
	align-items: center;
	color: #2d7f4d;
}

.sonda-tresc-wynik-pasek {
	background: #2d7f4d;
	height: 16px;
	display: block;
	margin: 0px 8px 0px 0px;
}

.sonda-tresc-suma-tlo {
	text-align: center;
}

.sonda-tresc-odp-tlo input {
	margin: 2px 4px 0px 0px;
}

.sonda-tresc-wynik {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.sonda-tresc-wynik-legenda-linia {}

.sonda-tresc-wynik-legenda-linia span:nth-child(1) {
	display: inline-block;
	margin: 0px 4px 0px 16px;
	width: 56px;
	height: 20px;
	text-align: right;
	padding: 0px 4px;
}

.sonda-tresc-wynik-legenda-linia span:nth-child(1) em {
	color: #FFFFFF;
}

.sonda-tresc-wynik-legenda-linia span:nth-child(2) {}


.btn-submit-sonda-mini {
	background-color: #fff;
	color: #004165 !important;
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: 400;
	padding: 7px 30px 7px 20px;
	position: relative;
	border: none;
	cursor: pointer;
	text-align: left;
	border: solid 1px #fafafa;
	-webkit-box-shadow: 1px 1px 0px 0px #e7e7e7;
	-moz-box-shadow: 1px 1px 0px 0px #e7e7e7;
	box-shadow: 1px 1px 0px 0px #e7e7e7;
}

/*.btn-submit-sonda-mini:hover{
	opacity: 0.8;
}*/

.sonda-mini-suma-tlo {
	font-size: 14px;
	font-weight: 800;
}



/**/
.menu-modul fieldset {
	border: none;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}

.menu-modul legend {
	padding: 0px;
	font-size: 14px;
}

.sonda-mini-glosuj-tlo {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-top: 24px;
}

.modul-start-sonda-mini .modul-start-tytul {
	margin-bottom: 24px;
}

.span-submit-sonda-mini:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 0px;
	top: 0px;
	color: #004165;
	font-size: 14px;
	z-index: 2;
	padding: 9px 12px 9px 12px;
	background-color: #fff;
}

.span-submit-sonda-mini:hover {
	opacity: 0.7;
}

.sonda-mini-odp-tlo {
	display: flex;
	align-items: center;
	color: rgb(71, 71, 71);
}

.sonda-mini-odp-tlo input {
	margin: 2px 4px 0px 0px;
}

.sonda-mini-odp-tlo label {
	cursor: pointer;
	padding: 2px 0px;
}

.sonda-mini-odp-tlo label:hover {
	opacity: 0.8;
}

.sonda-mini-wynik-tlo {
	position: relative;
	padding-bottom: 6px;
	display: flex;
	align-items: center;
}

.sonda-mini-wynik-tlo span:last-child {
	padding-left: 8px;
}

.sonda-mini-wynik-pasek {
	background: linear-gradient(to bottom, rgba(155, 206, 69, 1) 0%, rgba(135, 189, 60, 1) 100%);
	height: 16px;
	display: block;
}

.sonda-mini-suma-tlo {
	font-size: 14px;
	font-weight: 800;
}

.sonda-mini-odp-tlo input {
	margin: 2px 4px 0px 0px;
}

.btn-submit-modul {
	background: transparent;
	border: none;
	color: #007c00;
	font-size: 16px;
	padding: 0px 54px 0px 36px;
	border-right: solid 1px #b6b6b6;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}