

/* Start:/calc/warm-calc/style.css?17610493234344*/
/*
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #F5F5F5;
  color: #212529;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none;
}

.content {
  width: 100%;
  max-width: 1400px;
  margin: 50px auto;
}

h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

input::-moz-focus-inner {
  border: 0px !important;
}

input:hover,
input:active,
input:focus {
  outline: none !important;
}

input[type="file"],
input[type="radio"],
input[type="checkbox"] {
  display: none;
}

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;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*/
.warm-calc {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 20px;
}

.form-group .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.warm-calc .lrow {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.warm-calc .col-2 {
  width: calc((100% - 10px) / 2);
}

.warm-calc .col-4 {
  width: calc((100% - 30px) / 4);
}

.warm-calc .col-7 {
  width: calc((100% - 60px) / 7);
}

.warm-calc .lrow p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.warm-calc select {
  width: 100%;
  height: 40px;
  background: #fafafa;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.warm-calc input {
  width: 100%;
  height: 40px;
  background: #fafafa;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.warm-calc input[disabled] {
  background-color: #ddd;
}

.warm-calc table {
  width: 100%;
  margin: -5px;
  border-collapse: collapse;
}

.warm-calc table td,
.warm-calc table th {
  padding: 5px;
}

.warm-calc table th {
  text-align: left;
  font-size: 14px;
}

.table-responsives .title {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
}

.warm-calc h2 {
  font-size: 26px;
  margin: 40px 0 25px;
}

.warm-calc .tables-bordered,
.warm-calc .tables-bordered>tbody>tr>td,
.warm-calc .tables-bordered>tbody>tr>th,
.tables-bordered>tfoot>tr>td,
.warm-calc .tables-bordered>tfoot>tr>th,
.warm-calc .tables-bordered>thead>tr>td,
.warm-calc .tables-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.warm-calc .btn {
  display: block;
  color: #fff;
  background: #337ab7;
  border: 0;
  outline: 0;
  font-size: 16px;
  cursor: pointer;
  padding: 12px 30px;
  border-radius: 4px;
  user-select: none;
  margin: 10px;
}

.warm-calc #result-table {
  border-bottom: 1px solid #ddd;
}

.warm-calc #result-table .lrow {
  border: 1px solid #ddd;
  align-items: center;
  border-bottom: 0;
}

.warm-calc #result-table .lrow .col-2 {
  padding: 10px;
}

.warm-calc #result-table .lrow .col-2:first-child {
  font-weight: bold;
}

.warm-calc #result-table .lrow .col-2:last-child {
  border-left: 1px solid #ddd;
}

.warm-calc #result-table .desc {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.warm-calc #result-table .result-error {
  color: red;
}

.warm-calc #result-table .result-success {
  color: green;
}

@media screen and (max-width: 787px) {
  h1 {
    font-size: 26px;
    text-align: center;
  }

  .warm-calc h2 {
    font-size: 22px;
  }

  .warm-calc .lrow {
    flex-direction: column;
    align-items: flex-start;
  }

  .warm-calc .col-2,
  .warm-calc .col-4,
  .warm-calc .col-7 {
    width: 100%;
  }

  .warm-calc #result-table .lrow {
    gap: 0;
  }
}

@media screen and (max-width: 480px) {
  .warm-calc .table-responsives.scroll {
    border: 1px solid #ddd;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .warm-calc .table-responsives.scroll table {
    border: 0;
    width: 700px;
  }


}
/* End */
/* /calc/warm-calc/style.css?17610493234344 */
