<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content-body {
  position: relative;
  overflow: visible;
}

#cost-form {
  padding-bottom: 30px;
  font-size: 13px;
}

#cost-form h2 {
  margin: 0 0 0.4em 0;
}

#cost-form fieldset {
  padding: 10px;
  background: #f0f0f0;
}

#cost-form .row label {
  display: block;
  padding-bottom: 4px;
  font-size: 11px;
  text-transform: uppercase;
}

#cost-form .row {
  padding: 0 0 10px 0;
  font-size: 18px;
}

#cost-form input, #cost-form select {
  padding: 3px;
  border: 1px solid #ccc;
  font-size: 18px;
}

#cost-form .error input, #cost-form .error select {
  border: 1px solid #f00;
}

#my_construction_cost_cost { width: 120px; }
#my_construction_cost_name { width: 693px; }

#cost-form .half-row1 {
  float: left;
  width: 50%;
  padding-top: 10px;
}

#cost-form .half-row2 {
  float: left;
  width: 50%;
  text-align: right;
}

#cost-form .half-row1 input { margin-right: 5px; vertical-align: middle; }

#cost-form .submit {
  padding: 10px;
  text-align: right;
}

#cost-form button[type="submit"] {
  padding: 5px 30px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6538E', endColorstr='#CB1E63', GradientType=0);
  background-image: linear-gradient(top, #E6538E 7%, #CB1E63 85%);
  background-image: -o-linear-gradient(top, #E6538E 7%, #CB1E63 85%);
  background-image: -moz-linear-gradient(top, #E6538E 7%, #CB1E63 85%);
  background-image: -webkit-linear-gradient(top, #E6538E 7%, #CB1E63 85%);
  background-image: -ms-linear-gradient(top, #E6538E 7%, #CB1E63 85%);
  background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0.07, #E6538E),color-stop(0.85, #CB1E63));
  border: 0 none;
  font: 22px OpenSans, sans-serif;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
}

#cost-form button[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F082B0', endColorstr='#E32471', GradientType=0);
  background-image: linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -o-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -moz-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -webkit-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -ms-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0.07, #F082B0),color-stop(0.85, #E32471));
  text-shadow: 0 0 3px #fff;
}

#cost-form input[type="checkbox"] + label { cursor: pointer; }
#cost-form input[type="checkbox"] {
  appearance: button;
  -webkit-appearance: button;
  width:  25px;
  height: 30px;
  border: 0 none;
  background: transparent url('/images/checkbox5.png') no-repeat -5px -2px;
  color: #fff;
  white-space: nowrap;
  overflow:hidden;
  vertical-align: middle;
}
#cost-form input[type="checkbox"]:hover { background-position: -5px -37px; }
#cost-form input[type="checkbox"]:checked { background-position: -5px -72px; }
#cost-form input[type="checkbox"]:checked:hover { background-position: -5px -107px; }

#cost-form .close-cost {
  clear: both;
  width: 600px;
  padding: 20px;
  margin: 15px auto 10px auto;
  background: #d4dff0;
  border-top: 1px solid #bdd2f2;
  border-left: 1px solid #bdd2f2;
  border-right: 1px solid #d4dff0;
  border-bottom: 1px solid #d4dff0;
  color: #069;
}

#cost-form .close-cost input { display: inline-block; vertical-align: middle; }
#cost-form .close-cost img { display: inline-block; vertical-align: middle; }
#cost-form .close-cost div { display: inline-block; width: 480px; vertical-align: top; padding-left: 12px; font-size: 12px; }
#cost-form .close-cost b { text-transform: uppercase; }

#cost-form .cancel {
  background: transparent;
  border: 0 none;
  color: #333;
  font: 16px OpenSans, sans-serif;
  vertical-align: middle;
  cursor: pointer;
}

#cost-form .error-msg {
  display: block;
  color: #f00;
  font-size: 12px;
}

#check-cost-question { font-size: 14px; }
#check-cost-question .content { padding: 20px; background: #fff; }
#check-cost-question .submit { background: #e4e4e4; padding: 20px; text-align: center; }
#check-cost-question .submit button { float: none; }
#check-cost-question .submit button.cancel { background: #999; }
#check-cost-question .submit button:hover { background: #ca1d61; }
#check-cost-question .submit button.cancel:hover { background: #666; }

#mb-cost { 
  position: relative;
  padding: 40px 0 20px 0;
}

#mb-cost #cost-table {
  width: 675px;
  table-layout: fixed;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #eee;
  font: 14px OpenSans, Arial, sans-serif;
}

#mb-cost #cost-table tr th:first-child {
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
}

#mb-cost #cost-table tr th:last-child {
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  text-align: right;
}

#mb-cost #cost-table tr th:first-child h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

#mb-cost #cost-table tr th:nth-child(2) {
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: right;
  font-size: 21px;
  font-weight: bold;
  color: #666;
  overflow: hidden;
}

#mb-cost #cost-table tr th:nth-child(2) .currency { color: #333; }

#mb-cost #cost-table tr td { height: 38px; vertical-align: middle; white-space: break-word;}

#mb-cost #cost-table tbody tr td:first-child {
  width: 405px;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

#mb-cost #cost-table tr td:first-child .name {
  font-size: 13px;
}

#mb-cost #cost-table tr td:first-child .private {
  clear: both;
  display: none;
  font-size: 11px;
  color: #ccc;
}

#mb-cost #cost-table tbody tr th:nth-child(2) {
  box-shadow: inset 9px 0 6px -6px #e4e4e4, inset -9px 0 6px -6px #e4e4e4;
  -webkit-box-shadow: inset 9px 0 6px -6px #e4e4e4, inset -9px 0 6px -6px #e4e4e4;
}

#mb-cost #cost-table tbody tr td:nth-child(2) {
  padding: 5px 15px;
  background: #ffffdd;
  border-bottom: 1px solid #eee;
  box-shadow: inset 9px 0 6px -6px #e4e4e4, inset -9px 0 6px -6px #e4e4e4;
  -webkit-box-shadow: inset 9px 0 6px -6px #e4e4e4, inset -9px 0 6px -6px #e4e4e4;
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  color: #666;
  overflow: hidden;
}

#mb-cost #cost-table tr td:nth-child(2) .currency { cursor: pointer; color: #333; }
#mb-cost #cost-table tr td:nth-child(2) input {
  width: 100px;
  padding: 3px;
  border: 1px solid #ccc;
  font-size: 18px;
  text-align: right;
}

#mb-cost #cost-table tr td:last-child {
  padding: 10px 5px;
  text-align: center;
}

#mb-cost #cost-table tr td:last-child a { visibility: hidden; display: inline-block; width: 24px; height: 24px; border: 0 none; margin-top: 3px; }
#mb-cost #cost-table tr:hover td:last-child a { visibility: visible; }
#mb-cost #cost-table tr td:last-child a.private { background: url('/images/my_construction/ico-padlock4.png') no-repeat 0 0; }
#mb-cost #cost-table tr td:last-child a.public { background: url('/images/my_construction/ico-padlock4.png') no-repeat -24px 0; }
#mb-cost #cost-table tr.album th:last-of-type * { margin: 0; padding: 0; }
#mb-cost #cost-table tr.album .slide { display: block; visibility: hidden; width: 60px; }
#mb-cost #cost-table tr.album:hover .slide { visibility: visible; font-size: 26px; text-align: center; color: #ccc; cursor: pointer; }

#mb-cost #cost-table tfoot td {
  padding: 20px 10px;
}

#mb-cost #cost-table tfoot td:first-child {
  text-transform: uppercase;
  font-size: 13px;
  text-align: right;
}

#mb-cost #cost-table tfoot td:nth-child(2) {
  text-align: right;
  font-size: 21px;
  font-weight: 100;
  color: #666;
  overflow: hidden;
}

#cost-charts h3 { font-size: 14px; font-weight: bold; text-align: center; }
#mb-cost .chart .legend { display: none; }
#mb-cost .chart #figure h4 { margin: 5px 0; text-transform: uppercase; font-size: 12px; }
.chart1 .bar { width: 34px; }
.chart1 .bar.fig0 { left: 23px; background: #ca1d61; }

#budget {
  position: absolute;
  top: -60px;
  right: 0;
  width: 310px;
  font-size: 13px;
}

#budget .planned .text {
  float: left;
  margin-top: 8px;
  text-transform: uppercase;
  text-align: left;
}

#budget .planned .amount {
  display: inline-block;
  float: right;
  width: 170px;
  text-align: right;
  font-size: 22px;
  cursor: pointer;
}

#budget .planned .amount:hover { color: #ca1d61; }

#budget input {
  display: block;
  float: right;
  width: 110px;
  padding: 2px;
  border: 1px solid #ccc;
  font-size: 18px;
  text-align: right;
}

#budget .progress-bar {
  width: 306px;
  padding: 1px;
  border: 1px solid #ccc;
}

#budget .progress {
  height: 20px;
  background: #ca1d61;
}

.progress-info {
  position: absolute;
  top: 63px;
  left: 600px;
  width: 190px;
  height: 35px;
  padding: 7px 5px 5px 5px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  z-index: 10;
}

.progress-info .text {
  float: left;
  width: 110px;
  text-transform: uppercase;
  text-align: right;
  font-size: 10px;
}

.progress-info .amount {
  width: 110px;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}

.progress-info .percent {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 70px;
  padding: 1px 0 0 0;
  font-size: 22px;
  font-weight: bold;
  border-left: 1px solid #ccc;
  text-align: right;
}

.progress-info .arrow {
  position: absolute;
  top: -7px;
  left: 30px;
}
</pre></body></html>