body {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-attachment: fixed;
}

#all {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.pasek {
    width: 100%;
    height: 105px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0px;
    margin-bottom: 20px;
}

.pasek img {
    float: left;
    width: 475px;
    height: 105px;
}

.pasek h3 {
    color: grey;
    position: relative;
    float: left;
    margin-left: 40px;
    padding: 5px;
}

#middle {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    margin-top: 200px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

#middle h1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.left_float {
    float: left;
    margin-right: 1%;
    width: 40%;
    margin-bottom: 10px;
}

#right_float {
    margin-left: 1%;
    padding-left: 50px;
    width: 50%;
    margin-right: 4%;
    float: left;
}

.center_float {}

.przycisk {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(0, 0, 0, 0.4);
}
.wysokosc{
    display: none;
}
.wysokosc input {
    color: black;
}

.szerokosc input {
    color: black;
}

/* Hide HTML5 Up and Down arrows. */

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.img_window {
    width: 460px;
    height: 560px;
}

#adding_measurements {
    margin-left: 25px;
}

.ile {
    width: 40px;
    margin-bottom: 10px;
    color: black;
}

#middler {
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    margin-top: 10%;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

#szerszy_parapet_tak label {
    margin-right: 10px;
}

#logo_sztos, #logo_sztos img {
    width: 180px;
    height: 30px;
    margin-right: 10px;
}

#szerszy_parapet {
    display: none;
}

.plus_parapet {
    display: none;
}

body input {
    color: black;
}

#project {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 150px;
    padding-top: 40px;
    padding-left: 40px;
    height: 500px;
    margin-bottom: 100px;
    background-position: center;
}

#project h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.project {
    font-size: 14px;
    text-decoration: none;
}

.rama_float {
    float: right;
}

.rama {
    width: 400px;
    height: 300px;
    opacity: 0.7;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-right: 25%;
}

#project_1, #project_2, #project_3 {
    display: none;
}

#project_3 h4 {
    color: rgb(198, 0, 0);
}

.pasek_projekt {
    float: left
}

.pasek_projekt a, button {
    margin-left: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(0, 0, 0, 0.8);
}

#okno_listwa_dol {}

#okno_listwa_dol_p {
    display: none;
}

#okno_listwa_dook {
    display: none;
}

#okno_listwa_dook_p {
    display: none;
}

#okno_listwa_dol_p_szer {
    display: none;
}

#okno_listwa_dook_p_szer {
    display: none;
}

.col-md-4 {
    right: 40px;
}

th:hover {
    color: black;
}

#wysun_middle {
    display: none;
}

#wysun_calc {
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 0.75);
    margin-top: 25px;
    border-radius: 5px;
}

.przekroj {
    width: 80px;
    height: 80px;
    border: 1px solid white;
    border-radius: 50%;
}

#usun_projekt {
    display: none;
    border: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 300px;
    margin: auto;
}

#usun_projekt h4 {
    color: rgba(198.0.0.1);
}

#usun_projekt button {
    width: 65px;
    color: black;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

#proj_usun {
    color: rgba(198.0.0.1);
}
.messagepop {
    color:white;
    background-color: rgba(0,0,0,0.95);
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 8%;
  position:absolute;
  z-index:50;
  padding: 25px 25px 20px;
  width:90%;
  margin-right:5%;
  margin-left:5%;
}
.messagepop .przycisk{
    border: 1px solid #fff;
}
a.close{
    opacity:1;
    color: white;
    z-index: 50;
}
.navbar{background-color: white;
height:150px;}
.navbar-header{
    height:120px;
}
.navbar-nav{
    margin-left: 4%;
}
.navbar-fixed-top{margin-bottom:1%;}
.btn-success{
    margin-left:0px;
}
.danger{color:rgba(200,0,0,1);}
#result1{display:none;}
