﻿/**calculator style*/
.table-red, .table-red > td, .table-red > th {
  background-color: #f5c6cb;
}

table-orange, .table-orange > td, .table-orange > th {
  background-color: #ffbb88;
}

.table-dyellow, .table-dyellow > td, .table-dyellow > th {
  background-color: #eedda9;
}

.table-yellow, .table-yellow > td, .table-yellow > th {
  background-color: #ffeeba;
}

.table-green, .table-green > td, .table-green > th {
  background-color: #c3e6cb;
}

.form-control {
  min-width: 60px;
}

#chart1_div {
  height: 700px;
}

#chart2_div {
  height: 700px;
}
.header-custom-left > ul > li > a,
.header-custom-right > ul > li > a,
.admin-header-links a
{
  color: inherit;
}
iframe#iframe {
  height: 100% !important
}

.produkt-kalk {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 100px 0px;
}

.prod-kalk-title {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  margin-left: -40px;
  text-align: left;
}

.prod-zamow-sklp {
  margin-left: 50px;
  margin-top: 20px;
}

  .prod-zamow-sklp a {
    text-decoration: none;
  }

    .prod-zamow-sklp a span:hover {
      background-color: #ff9600;
      text-decoration: none;
    }

.kalk-prod-btn {
  background-color: gray;
  border: 1px solid gray;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
  margin-left: auto;
  font-size: 15px;
  margin-right: auto;
}

.zamow {
  font-weight: 500;
}

@media (max-width:768px) {

  .produkt-kalk {
    display: inline;
    flex-direction: column;
  }

  .prod-zamow-sklp {
    margin-left: 0 !important;
  }

  .produkt-kalk img {
    margin-left: auto !important;
    margin-right: auto;
  }

  .prod-kalk-title {
    display: block;
    text-align: center;
    margin-left: 0 !important;
  }

  .kalk-prod-btn {
    padding: 5px 20px;
  }

  .prod-zamow-sklp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#fourth, #first, #second, #third, #fifth, #sixth {
  display: none;
}
