:root {
    --kolorCzcionkiWyrozniony05: rgba(30, 145, 139, 0.5);
  }

.reg4kontenerel{
    width:100%; 
    height:100%; 
    display:inline-block; 
    position:relative; 
    transition: 0.5s;
    /* left: -200; */
}

.trescRegLabels{
	font-size: 12px;
    font-weight: 500;
}

.trescRegInputs{
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 32px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: ease-in-out .15s;
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
}

.trescRegInputs:focus {
    outline: none;
    border: 1px solid var(--kolorCzcionkiWyrozniony05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--kolorCzcionkiWyrozniony05);
}

#trescRegLabel1{
    margin-left: 100px;
}

#trescRegInput1{
    width: 250px;
}

#trescRegLabel2{
    margin-left: 200px;
}

#trescRegLabel3{
    margin-left: 50px;
}

.regwyniki{
    position: absolute;
    font-size: 12;
    /* font-weight: 300; */
    font-weight: 400;
    color:rgb(80, 80, 80);
    /* border: 1px solid black */
}

.regwynikizmienne{
    position: absolute;
    font-size: 14;
    font-weight: 700;
    /* color: green; */
}

#regwynik6{
    font-size: 15;
    font-weight: 700;
}

#wykres{
    width: 620px;
    height: 200px;
    /* background-color:beige; */
    position: absolute;
    top: 200px;
}

#myChart{
    /* width: 300px; */
    /* height: 200px; */
    /* background-color:beige; */
    /* position: absolute;
    top: 180px; */
}



.dropdown {
    top:0px;
    left: 223px;
    width: 73px;
    position: absolute;
    display: inline-block;
    background-color: white;
  }

.dropbtn {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 32px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: ease-in-out .15s;
    display: flex;
    text-align: center;
    justify-content:center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

.dropdown-content {
    font-size: 12px;
    font-weight: 500;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 75px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    bottom: 32px;
}

.dropdown-content a {
    padding: 7px 28px;
    display: block;
    cursor: pointer;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index:1000;
}

/* display: none; */

.dropdown:hover .dropbtn {
    outline: none;
    border: 1px solid var(--kolorCzcionkiWyrozniony05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--kolorCzcionkiWyrozniony05);
    
}

#srNomZakres{
    position: absolute;
    left: 329;
    top: 8;
}

#srNom{
    position: absolute;
    left: 246;
    top: 8;
}

#inputBlockmainLabel{
    position: relative;
    /* left: 256; */
    top: -7;
}

.wymiaryDn{
    transition: all 0.3s;
}