.r1, .r2, .r3 {
padding: 30px;
border-radius: 10px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(64,64,64,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(64,64,64,1);
box-shadow: 2px 2px 5px 0px rgba(64,64,64,1);
}

.r1{min-width: 300px;}
.r2{min-width: 950px;}

.pap1, .pap2 {padding: 20px;}


#paneliki {
	width: 500px;
	min-width: 250px;
}

.panelek {
background: #10a510;
}

#rachunek {

border: 1px solid gray;
border-radius: 5px;
padding: 15px;
background: #e0e0e0;
font-weight: bold;
font-size: 125%;
margin: 25px 50px 25px 50px;
text-align: center;
-webkit-box-shadow: 2px 2px 5px 0px rgba(64,64,64,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(64,64,64,1);
box-shadow: 2px 2px 5px 0px rgba(64,64,64,1);
}

#rachunek2 {

border: 1px solid gray;
border-radius: 5px;
padding: 5px;
background: #d3d3d3;
font-weight: bold;
margin: 25px 50px 25px 50px;
text-align: center;
}

.cont {
	float: left;
	border: 1px solid gray;
	border-radius: 10px;
	padding: 20px;
	margin: 10px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #10a510;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #10a510;
  cursor: pointer;
}



 /* Customize the label (the container) */
.cont_for_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.cont_for_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  
}

/* Create a custom radio button */
.checkmark {
	margin-top: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cont_for_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cont_for_checkbox input:checked ~ .checkmark {
  background-color: #10a510;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cont_for_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cont_for_checkbox .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 









.display-container {
  margin: auto;
  display: flex;
}

.note-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 25px;
}

.circle {
  position: relative;
}

.circle__svg {
  transform: rotate(-90deg);
}

.circle__progress {
  fill: none;
  stroke-width: 20;
  stroke-opacity: 0.3;
  stroke-linecap: round;
}

.circle__progress--fill {
  --initialStroke: 0;
  --transitionDuration: 0;
  stroke-opacity: 1;
  stroke-dasharray: var(--initialStroke);
  stroke-dashoffset: var(--initialStroke);
  transition: stroke-dashoffset var(--transitionDuration) ease;
}

.note-display:nth-child(1) .circle__progress { stroke: #10a510; }
.note-display:nth-child(2) .circle__progress { stroke: #FF00AA; }
.note-display:nth-child(3) .circle__progress { stroke: #AA00FF; }
.note-display:nth-child(4) .circle__progress { stroke: #00AAFF; }

.percent {
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  transform: translate(-50%, -50%);
}

.percent__int { font-size: 52px; }
.percent__dec { font-size: 30px; }

.label {
  font-family: 'Raleway', serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}



.select-style {
    border: 1px solid #ccc;
    width: 80%;
	margin-left: 9%;
	margin-top: 20px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}
.site-info {
		display: none ! important;	
}