[v-cloak] {
  display: none;
}
html,
body {
  padding: 0;
  margin: 0;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  /* Zapewnia, że kontener będzie zajmować całą wysokość widoku */
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.small-button {
  display: inline-block;
  float: right;
  height: 40px;
  width: 40px;
  font-size: 22px;
  padding: 0;
  background-color: #61ce70 !important;
  font-family: Roboto, Sans-Serif !important;
  color: white;
  cursor: pointer;
  transition: .25s;
}
.small-button:hover {
  border: 1px solid #50bd5f !important;
  background-color: #50bd5f !important;
}
.small-button:focus {
  border: 1px solid #61ce70 !important;
  background-color: #61ce70 !important;
}
.small-button:active {
  border: 1px solid #4cb35a !important;
  background-color: #4cb35a !important;
}
.small-button.active {
  background-color: #4cb35a !important;
  border: 1px solid #4cb35a !important;
  color: white;
}
.small-button.active.one-click {
  cursor: default;
  pointer-events: none;
}
.small-button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .3;
}
.info-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  z-index: 200000;
  max-width: 600px;
  width: 100%;
  max-height: 370px;
  height: 100%;
  border-radius: 3px;
  font-family: Roboto, Sans-Serif;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.info-window.small-height {
  max-height: 150px;
  height: 100%;
  max-width: 400px;
  width: 100%;
  /*
        .header {
            background-color: #ff4f18;
            border-color: #ff4f18;
        }

        .footer {

            .small-button {
                background-color: #ff4f18;

                &:hover {
                    background-color: #d93400;
                }
            }
        }
        */
}
.info-window .small-button {
  width: 90px !important;
  font-weight: normal !important;
  font-family: Roboto, Sans-Serif !important;
  font-size: 16px;
  height: 38px;
  margin-left: 4px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 3px;
}
.info-window .header,
.info-window .body,
.info-window .footer {
  padding: 10px;
}
.info-window .header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #61ce70;
  color: white;
  font-weight: bold;
  height: 44px !important;
  line-height: 44px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 1px solid #61ce70;
  border-left: 1px solid #61ce70;
  border-right: 1px solid #61ce70;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: move;
}
.info-window .body {
  padding-top: 15px;
  padding-bottom: 5px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  color: #666;
  background-color: white;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 48px;
  overflow-y: scroll;
}
.info-window .footer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 1px solid #313542;
  border-right: 1px solid #313542;
  border-bottom: 1px solid #313542;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #313542;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1px;
  padding-right: 2px;
  padding-left: 2px;
}
@media (max-width: 300px) {
  .info-window {
    /*
        .footer {
            height: 88px;
        }

        .body {
            bottom: 88px;
        }
        */
  }
  .info-window .footer {
    display: flex;
    justify-content: center;
  }
  .info-window .small-button {
    text-align: center;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  .info-window .small-button:nth-child(1) {
    margin-left: 0;
  }
  .info-window .small-button:nth-child(3) {
    margin-right: 0;
  }
}
.roof-system {
  border: 1px solid #999;
  padding: 15px 15px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-family: Roboto, Sans-Serif;
  position: relative;
}
.roof-system * {
  box-sizing: border-box;
}
.roof-system .main-tabs .tabs-names {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: Roboto, Sans-Serif;
  font-size: 16px;
}
.roof-system .main-tabs .tab {
  display: inline-block;
  border: 1px solid #61ce70;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #666;
  background-color: transparent;
  outline-color: #61ce70;
  transition: color 0.25s, background-color 0.25s;
  width: 16.6666666%;
  text-align: center;
  border-left-width: 0;
}
.roof-system .main-tabs .tab:first-child {
  border-left-width: 1px;
}
.roof-system .main-tabs .tab:hover {
  color: #333;
}
.roof-system .main-tabs .tab.active {
  cursor: default;
  color: white;
  background-color: #61ce70;
}
@media (max-width: 750px) {
  .roof-system .main-tabs .tab:nth-child(1) {
    width: 33.3333333%;
  }
  .roof-system .main-tabs .tab:nth-child(2) {
    width: 33.3333333%;
  }
  .roof-system .main-tabs .tab:nth-child(3) {
    width: 33.3333333%;
  }
  .roof-system .main-tabs .tab:nth-child(4) {
    width: 33.3333333%;
    border-top-width: 0;
    border-left-width: 1px;
  }
  .roof-system .main-tabs .tab:nth-child(5) {
    width: 33.3333333%;
    border-top-width: 0;
  }
  .roof-system .main-tabs .tab:nth-child(6) {
    width: 33.3333333%;
    border-top-width: 0;
  }
}
@media (max-width: 380px) {
  .roof-system .main-tabs .tab:nth-child(1) {
    width: 50%;
  }
  .roof-system .main-tabs .tab:nth-child(2) {
    width: 50%;
  }
  .roof-system .main-tabs .tab:nth-child(3) {
    width: 50%;
    border-top-width: 0;
    border-left-width: 1px;
  }
  .roof-system .main-tabs .tab:nth-child(4) {
    width: 50%;
    border-left-width: 0;
  }
  .roof-system .main-tabs .tab:nth-child(5) {
    width: 50%;
    border-left-width: 1px;
  }
  .roof-system .main-tabs .tab:nth-child(6) {
    width: 50%;
  }
}
@media (max-width: 250px) {
  .roof-system .main-tabs .tab:nth-child(1) {
    width: 100%;
  }
  .roof-system .main-tabs .tab:nth-child(2) {
    width: 100%;
    border-top-width: 0;
    border-left-width: 1px;
  }
  .roof-system .main-tabs .tab:nth-child(3) {
    width: 100%;
  }
  .roof-system .main-tabs .tab:nth-child(4) {
    width: 100%;
    border-left-width: 1px;
  }
  .roof-system .main-tabs .tab:nth-child(5) {
    width: 100%;
  }
  .roof-system .main-tabs .tab:nth-child(6) {
    width: 100%;
    border-left-width: 1px;
  }
}
.roof-system .main-tabs label,
.roof-system .main-tabs input {
  display: block;
  color: #888;
}
.roof-system .main-tabs label {
  margin-top: 1em;
  margin-bottom: .3em;
  font-weight: normal;
  font-size: 15px;
}
.roof-system .main-tabs input,
.roof-system .main-tabs button {
  margin-top: 2px;
  height: 40px;
  font-size: 15px;
  padding-left: .5em;
  padding-right: .5em;
  outline-color: #61ce70;
}
.roof-system .main-tabs .tabs-content.hidden {
  display: none;
}
.roof-system .main-tabs .tabs-content .position {
  display: none;
}
.roof-system .main-tabs .tabs-content .position.active {
  display: block;
}
.roof-system .main-tabs .layout {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.roof-system .main-tabs .fields-and-img {
  display: table-row;
}
.roof-system .main-tabs .fields-and-img .fields,
.roof-system .main-tabs .fields-and-img .image {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.roof-system .main-tabs .fields-and-img .fields input,
.roof-system .main-tabs .fields-and-img .image input {
  width: 100%;
}
.roof-system .main-tabs .fields-and-img .image {
  text-align: center;
  padding-top: 30px;
}
.roof-system .main-tabs .fields-and-img .fields {
  padding-right: 30px;
}
.roof-system .main-tabs .fields-and-img img {
  max-width: 100%;
  width: 350px;
  opacity: .7;
}
@media (max-width: 600px) {
  .roof-system .main-tabs .fields-and-img .fields {
    width: 35% !important;
    padding-right: 10px;
  }
  .roof-system .main-tabs .fields-and-img .image {
    width: 65% !important;
  }
}
@media (max-width: 490px) {
  .roof-system .main-tabs .layout {
    display: block;
    width: 100% !important;
  }
  .roof-system .main-tabs .layout .fields-and-img {
    padding: 0;
    display: block;
    width: 100% !important;
  }
  .roof-system .main-tabs .layout .fields-and-img .fields {
    padding: 0;
  }
  .roof-system .main-tabs .layout .fields-and-img .fields,
  .roof-system .main-tabs .layout .fields-and-img .image {
    display: block;
    width: 100% !important;
  }
  .roof-system .main-tabs .layout .fields-and-img .image {
    padding-top: 10px;
  }
}
.roof-system .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.roof-system .cals-res {
  margin-top: 1em;
  position: relative;
}
@media (max-width: 490px) {
  .roof-system .cals-res {
    margin-top: 0;
    padding: 0;
  }
  .roof-system button {
    margin-top: 0;
  }
}
@media (max-width: 340px) {
  .roof-system .cals-res {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 230px) {
  .roof-system .cals-res {
    flex-direction: column;
  }
  .roof-system .cals-res button.calculate,
  .roof-system .cals-res button.reset {
    width: 100%;
  }
  .roof-system .cals-res button.reset {
    margin-top: 2px;
  }
}
.roof-system button.calculate,
.roof-system button.reset {
  margin-top: 20px;
  height: 40px;
  font-size: 15px;
  padding-left: .5em;
  padding-right: .5em;
  color: white;
  background-color: #61ce70 !important;
  border: 1px solid #61ce70 !important;
  outline-color: #61ce70;
  font-family: Roboto, Sans-Serif;
  font-weight: bold;
  width: 100px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
.roof-system button.calculate:hover,
.roof-system button.reset:hover {
  border: 1px solid #50bd5f !important;
  background-color: #50bd5f !important;
}
.roof-system button.calculate:active,
.roof-system button.reset:active {
  border: 1px solid #4cb35a !important;
  background-color: #4cb35a !important;
}
.roof-system button.calculate:focus,
.roof-system button.reset:focus {
  background-color: #61ce70 !important;
  border: 1px solid #61ce70 !important;
}
.roof-system .results {
  font-family: Roboto, Sans-Serif;
}
.roof-system .results h5,
.roof-system .results p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.roof-system .results h5 {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin-top: 1em;
}
.roof-system .results h5.m0 {
  margin-top: 0 !important;
}
.roof-system .results p {
  font-size: 15px;
}
.roof-system .results p span.color {
  color: #4cb35a;
}
.roof-system .results .result-color {
  color: #4cb35a;
}
.roof-system .results .calc-result h5 {
  margin-top: 0;
}
.roof-system .results .calc-result a {
  display: block;
  font-weight: normal;
}
.roof-system .results .calc-result .desc {
  text-transform: uppercase;
}
.roof-system .results .calc-result h5 {
  margin-top: 1em;
}
.roof-system .results a {
  color: #4cb35a;
  font-weight: bold;
  text-decoration: none;
}
.roof-system .results .copy-info {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 1em;
  border-top: 1px solid #555;
  padding-top: .3em;
}
img.logo {
  height: 25px;
}
a.logo {
  position: absolute;
  bottom: 0;
  right: 0;
}
