/*
  Theme Name: Cost To Build
  Author: Cost To Build
  Author URI: https://www.costtobuild.net
  Description: Cost To Build main theme
  Version: 1.0
*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
  background-color: white; }

.calc_main {
  background-color: white;
  margin: 15px 0 15px 0;
  border-radius: 0px; }

.side_menu {
  margin: 15px 0 15px 0; }

.navbar-default {
  background-color: white;
  border-color: #fff; }

.navbar-brand {
  padding: 2px 2px; }

.navbar-nav {
  float: right;
  margin: 0; }

.index-calcHolder {
  background: url(assets/images/plan.jpg);
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-evenly;
  min-height: 411px;
  padding: 50px 15%;
  text-align: center; }

.index-plans {
  background: url(assets/images/dot-back.jpg);
  background-repeat: repeat;
  background-size: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-evenly;
  min-height: 411px;
  padding: 50px 15%;
  text-align: center; }

.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  justify-content: space-evenly; }

.flex-item {
  margin: 5px;
  background-color: #f6f7f8;
  border-style: solid;
  border-color: #f5bf23;
  padding: 0px;
  flex: 30%;
  width: 260px;
  max-width: 260px; }

.flex-item:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

@media (max-width: 800px) {
  .flex-container {
    flex-direction: column; } }
.footer {
  background-color: white;
  padding: 0px 0px 5px 0px; }

.navbar-nav > li {
  font-size: 15px; }

.dropdown-menu {
  font-size: 15px; }

.user_header {
  background-color: white;
  margin: 15px 0 15px 0;
  padding: 10px 0px 10px 0px;
  border-radius: 5px; }

.thumbnail {
  position: relative; }

.caption {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%; }

.calc-input {
  background-color: white; }

.side-buttons {
  width: 115px;
  cursor: default;
  text-align: left; }

.side-buttons:link {
  cursor: pointer; }

.btn-next {
  width: 200px;
  display: none; }

.btn-next:link {
  display: inline-block; }

.calc {
  text-align: left;
  border: 1px;
  width: 100%; }

.sum {
  font-family: "Arial Baltic" , sans-serif;
  font-size: 10.00pt;
  font-style: normal;
  font-weight: 400;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  text-align: left;
  vertical-align: bottom; }

.t_sum {
  border: 1px solid #000000;
  background-color: white;
  margin: 0px 0px 0px 0px; }

.sumi {
  overflow: hidden;
  border: 0px solid #000000;
  width: 100%;
  padding-right: 1px;
  color: windowtext;
  font-family: Arial , sans-serif;
  font-size: 10.00pt;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  vertical-align: bottom; }

.font-bold {
  font-weight: bold; }

.help_img {
  cursor: pointer;
  height: 150px; }

.help_img_t {
  cursor: pointer;
  width: 60px;
  height: 40px;
  vertical-align: bottom; }

.ad_box {
  width: 100%;
  float: left;
  margin: 15px 0 15px 0; }

.ad_hold {
  width: 100%;
  margin: 15px 0 15px 0; }

.ccd_img {
  max-height: 100%;
  width: auto;
  margin: 0 auto; }

.BidItem {
  right: 0px;
  min-width: 250px;
  background: linear-gradient(to bottom right, rgba(163, 151, 86, 0.3), rgba(245, 245, 255, 0.5));
  border-radius: 3px;
  margin-left: 5px;
  margin-bottom: 5px; }

.CostNum {
  width: 92px; }

.CostTxt {
  width: 97px;
  display: inline-block; }

.QtyIn {
  max-width: 30px;
  display: inline-block; }

.CostIn {
  max-width: 97px;
  display: inline-block; }

.PerctIn {
  max-width: 57px;
  display: inline-block; }

.CostBlck {
  width: 960px;
  position: absolute;
  right: 0px; }

.CostBlck2 {
  width: 960px;
  position: absolute;
  right: 0px; }

.BlckWrp {
  /*border-style: solid;*/
  box-shadow: inset 0 0 5px black;
  position: relative;
  left: 0px;
  right: 0px;
  background-color: #ebebeb; }

.BlckWrp2 {
  position: relative;
  left: 0px;
  right: 0px;
  height: 26px; }

.SkipItem {
  color: #d7dcc9; }

.SelGrp {
  /*border:3px solid red;*/
  box-shadow: 0 0 5px rgba(185, 241, 12, 0.65), inset 0 0 15px rgba(12, 241, 102, 0.65);
  background-color: white; }

.SectHdr {
  font-weight: 600; }

.Total {
  font-weight: 600; }

.GrdTotal {
  font-weight: 600;
  font-size: 18px; }

table {
  width: 100%; }

td {
  padding: 1px 2px; }

.SumCat {
  font-weight: 600;
  font-size: 20px; }

.bidCat {
  font-weight: 600;
  font-size: 18px; }

.Dlg {
  background-color: rgba(255, 255, 225, 0.93);
  /*border: 1px solid #101010;*/
  box-shadow: 1px 8px 25px #21211e;
  border-radius: 3px; }

.DlgTitle {
  background-color: rgba(119, 199, 228, 0.86); }

.table-striped {
  background-color: white; }

.LnkRow {
  cursor: pointer; }

.divline {
  width: 100%;
  height: 6px;
  padding: 0px;
  margin-top: 0px;
  background-color: #092334; }

#sumTable tr > *:nth-child(2) {
  display: none; }

#sumTable tr > *:nth-child(3) {
  display: none; }

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
  background-color: white; }

.calc_main {
  background-color: white;
  margin: 15px 0 15px 0;
  border-radius: 0px; }

.side_menu {
  margin: 15px 0 15px 0; }

.navbar-default {
  background-color: white;
  border-color: #fff; }

.navbar-brand {
  padding: 2px 2px; }

.navbar-nav {
  float: right;
  margin: 0; }

.index-calcHolder {
  background: url(assets/images/plan.jpg);
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-evenly;
  min-height: 411px;
  padding: 50px 15%;
  text-align: center; }

.index-plans {
  background: url(assets/images/dot-back.jpg);
  background-repeat: repeat;
  background-size: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-evenly;
  min-height: 411px;
  padding: 50px 15%;
  text-align: center; }

.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  justify-content: space-evenly; }

.flex-item {
  margin: 5px;
  background-color: #f6f7f8;
  border-style: solid;
  border-color: #f5bf23;
  padding: 0px;
  flex: 30%;
  width: 260px;
  max-width: 260px; }

.flex-item:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

@media (max-width: 800px) {
  .flex-container {
    flex-direction: column; } }
.footer {
  background-color: white;
  padding: 0px 0px 5px 0px; }

.navbar-nav > li {
  font-size: 15px; }

.dropdown-menu {
  font-size: 15px; }

.user_header {
  background-color: white;
  margin: 15px 0 15px 0;
  padding: 10px 0px 10px 0px;
  border-radius: 5px; }

.thumbnail {
  position: relative; }

.caption {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%; }

.calc-input {
  background-color: white;
  padding: 4px 4px 4px 4px;
  border: 4px solid #f5bf23;
  border-radius: 3px; }

.side-buttons {
  width: 115px;
  cursor: default;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px; }

.side-buttons:link {
  cursor: pointer; }

.btn-next {
  width: 200px;
  display: none; }

.btn-next:link {
  display: inline-block; }

.calc {
  text-align: left;
  border: 1px;
  width: 100%; }

.sum {
  font-family: "Arial Baltic" , sans-serif;
  font-size: 10.00pt;
  font-style: normal;
  font-weight: 400;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  text-align: left;
  vertical-align: bottom; }

.t_sum {
  border: 1px solid #000000;
  background-color: white;
  margin: 0px 0px 0px 0px; }

.sumi {
  overflow: hidden;
  border: 0px solid #000000;
  width: 100%;
  padding-right: 1px;
  color: windowtext;
  font-family: Arial , sans-serif;
  font-size: 10.00pt;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  vertical-align: bottom; }

.font-bold {
  font-weight: bold; }

.help_img {
  cursor: pointer;
  height: 150px; }

.help_img_t {
  cursor: pointer;
  width: 60px;
  height: 40px;
  vertical-align: bottom; }

.ad_box {
  width: 100%;
  float: left;
  margin: 15px 0 15px 0; }

.ad_hold {
  width: 100%;
  margin: 15px 0 15px 0; }

.ccd_img {
  max-height: 100%;
  width: auto;
  margin: 0 auto; }

.BidItem {
  right: 0px;
  min-width: 250px;
  background: linear-gradient(to bottom right, rgba(163, 151, 86, 0.3), rgba(245, 245, 255, 0.5));
  border-radius: 3px;
  margin-left: 5px;
  margin-bottom: 5px; }

.CostNum {
  width: 92px; }

.CostTxt {
  width: 97px;
  display: inline-block; }

.QtyIn {
  max-width: 30px;
  display: inline-block; }

.CostIn {
  max-width: 97px;
  display: inline-block; }

.PerctIn {
  max-width: 57px;
  display: inline-block; }

.CostBlck {
  width: 960px;
  position: absolute;
  right: 0px; }

.CostBlck2 {
  width: 960px;
  position: absolute;
  right: 0px; }

.BlckWrp {
  /*border-style: solid;*/
  box-shadow: inset 0 0 5px black;
  position: relative;
  left: 0px;
  right: 0px;
  background-color: #ebebeb; }

.BlckWrp2 {
  position: relative;
  left: 0px;
  right: 0px;
  height: 26px; }

.SkipItem {
  color: #d7dcc9; }

.SelGrp {
  /*border:3px solid red;*/
  box-shadow: 0 0 5px rgba(185, 241, 12, 0.65), inset 0 0 15px rgba(12, 241, 102, 0.65);
  background-color: white; }

.SectHdr {
  font-weight: 600; }

.Total {
  font-weight: 600; }

.GrdTotal {
  font-weight: 600;
  font-size: 18px; }

table {
  width: 100%; }

td {
  padding: 1px 2px; }

.SumCat {
  font-weight: 600;
  font-size: 20px; }

.bidCat {
  font-weight: 600;
  font-size: 18px; }

.Dlg {
  background-color: rgba(255, 255, 225, 0.93);
  /*border: 1px solid #101010;*/
  box-shadow: 1px 8px 25px #21211e;
  border-radius: 3px; }

.DlgTitle {
  background-color: rgba(119, 199, 228, 0.86); }

.table-striped {
  background-color: white; }

.LnkRow {
  cursor: pointer; }

.divline {
  width: 100%;
  height: 6px;
  padding: 0px;
  margin-top: 0px;
  background-color: #092334; }

#sumTable tr > *:nth-child(2) {
  display: none; }

#sumTable tr > *:nth-child(3) {
  display: none; }

.totalP {
  width: 100%;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  position: fixed;
  bottom: 0pt;
  left: 0pt; }

.totalP_contents {
  width: 100%;
  margin: auto; }

.radioInput {
  margin: 5px;
  background-color: #f6f7f8;
  border-style: solid;
  border-color: gray;
  border-radius: 3px;
  padding: 4px;
  max-width: 500px; }

.radioInput:hover {
  -ms-transform: scale(1.03);
  /* IE 9 */
  -webkit-transform: scale(1.03);
  /* Safari 3-8 */
  transform: scale(1.03); }

.ctbInput {
  font-size: 18px;
  border: 2px solid #000000; }

.radioInputselcted {
  border: 5px solid green; }

.ctb-button {
  font-size: 16px;
  padding: 8px 8px 8px 8px;
  color: #000;
  font-weight: bold;
  border: none; }
  .ctb-button:hover {
    cursor: pointer; }

.ctb-button:hover {
  color: #000; }

.ctb-button--large {
  font-size: 18px;
  padding: 14px 8px; }

.ctb-button--primary {
  background-color: #f5bf23; }
  .ctb-button--primary:hover {
    background-color: #f5bf23; }

.ctb-button--full-width {
  width: 100%; }

.ctb-button--rounded {
  border-radius: 8px; }

.ctb-content {
  padding: 16px; }

.ctb-container {
  margin: 0 auto; }

.ctb-container--narrow {
  max-width: 650px;
  min-width: 450px; }

.card {
  padding: 48px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }

.card--rounded {
  border-radius: 12px; }

.form {
  width: 100%; }

.form--border {
  border: 1px solid #020617;
  padding: 16px; }

.form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px; }

.form__label {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #020617;
  padding-bottom: 4px; }

.form__input {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #bdc3c7; }

.form__link {
  text-decoration: none;
  color: #3498db; }

.form__error {
  font-family: Poppins, sans-serif;
  color: #fff;
  background-color: #e74c3c;
  padding: 8px;
  margin-bottom: 16px;
  border-radius: 4px; }

.not-found {
  padding-top: 50px;
  padding-bottom: 50px; }

.header {
  display: block;
  width: 100%; }

.header__banner {
  background-image: url(assets/images/housedark.jpg);
  background-position: 50%;
  background-size: cover; }

.header__title {
  color: #ffffff !important;
  font-family: Poppins,sans-serif;
  font-weight: 700; }

.header__description {
  color: #020617;
  background-color: #f5bf23;
  padding: 16px;
  max-width: 900px; }

.header__callout {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #ffffff; }

.header--background--none {
  background: none; }

.footer {
  background-color: white;
  padding: 0px 0px 5px 0px; }

.footer__copyright {
  width: 100%;
  padding: 5px 5px 10px 5px;
  margin-top: 0px;
  background-color: #f6f7f8;
  text-align: center; }

.modal__header {
  border: none; }

.logo {
  display: block;
  width: 250px; }

.bar {
  width: 100%;
  height: 3px;
  padding: 0px;
  margin-top: 0px; }

.bar--tall {
  height: 12px; }

.bar--short {
  height: 6px; }

.bar--black {
  background-color: #092334; }

.bar--yellow {
  background-color: #f5bf23; }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: Poppins, sans-serif; }

.page--centered {
  align-items: center;
  justify-content: center; }

.page--dark {
  background-color: #ecf0f1; }

.page__content {
  display: flex;
  flex: 1;
  flex-direction: column; }

  @media print {
     .noprint {
        display:none;
		visibility:hidden
        width:0px;
        height:0px 
     }
    div {
      break-inside: avoid;
     }
	  
    .printheader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 50px; /* Adjust as needed */
      background-color: #f0f0f0; /* Optional background */
      text-align: center;
    }
    
    .printfooter {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 30px; /* Adjust as needed */
      background-color: #f0f0f0; /* Optional background */
      text-align: center;
    }
    
    .printmain {
      /* Adjust main content margins to prevent header/footer overlap */
      margin-top: 60px; /* Adjust as needed to clear the header */
      margin-bottom: 40px; /* Adjust as needed to clear the footer */
    }		  
  }

  @media screen {
    .onlyPrint {
        display:none;
		visibility:hidden
        width:0px;
        height:0px 
    }  
  }
/*# sourceMappingURL=style.css.map */
