body {
  background: white;
}



.proptabs {
display:none;
}

.proptabs.active {
  display: block;
  padding: 4em;
  max-width: 1000px;
  border: solid 1px #efefef;
  margin-left: auto;
  margin-right: auto;
}
 

#view-invoice h1 {
  margin: 0px !important;
  padding: 0px !important;
  border: solid 1px #efefef;
  border-width: 0px 0px 1px 0px;
}

#view-invoice td {
  text-align:center;
}

#view-invoice td:first-of-type {
  text-align: left;
}

#view-invoice td:last-of-type {
  text-align:  right;
}

#view-invoice td {
  padding: .5em;
  outline: solid 1px #fafafa;
}

#view-invoice table {
  padding: 2em !important;
  margin: 0px !important;
  margin-bottom: 1em !important;
}

#view-invoice h2 {
  padding: 0px !important;
  margin: 0px !important;
  font-size: 1.3em !important;
  margin-bottom: .4em !important;
}

#view-invoice h1:first-of-type {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

#view-invoice table * {
  font-size: 1.02em;
  font-family: var(--font-two);
}

p.s1 {
  padding: 0px !important;
  font-size: 1.8em;
  font-weight: 800;
}

#view-invoice table tr:first-of-type {
  border: solid 1px #C0C0C0;
  vertical-align: middle;
}

#view-invoice h2 span.p {
  font-size: .95em;
  font-family: var(--font-one);
  font-weight: 500;
}

#view-invoice h2:last-of-type {
  margin-bottom:1em !important;
}

.proposalprimary .entry-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: 2em;
}

.thb-page-header-wrapper.thb-skin-dark {
  margin: 0px;
  width: 100% !important;
}

.headertitle {
  flex: 1;
  font-size: 24px;
  font-weight: 900;
}

ul.proptabselect {
  width: 100%;
  margin: 0px;
  display: inline-flex
;
  gap: 2em;
  justify-content: center;
  border: solid 1px #efefef;
  border-width: 0px 0px 1px 0px;
  margin-bottom: 1em;
  cursor:pointer;
}

.proptabselect li {
  display: inline;
  list-style-type: none;
  background-image: var(--gradient-two);
  color: #efefef;
  padding: .4em 1em;
  font-family: var(--font-two);
  border-radius: .2em .2em 0em 0em;
}

.proptabselect li.active {

  background-image: var(--gradient-three);
  color: white;

}

.proptabselect li:hover {

  background-image: var(--gradient-one);
  color: white;

}



.headerline {
  display: flex
  ;
      align-items: center;
      position: relative;
      top: 4px;
      align-items: baseline;
}

.headerline .price,.headerline .fpagecount {
  font-weight: 900;
  font-size: 30px;
  color: black;
  padding: 2px 10px;
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-family: var(--font-two);
  margin-left: 3em;
}


 
.pagestructureinfo {
  font-size: 90%;
  margin-bottom: 10px;
}

.segmentdetails {
  list-style: none;
  padding: 0;
  background-color: white;
  border-radius: 5px;
  font-size: 1.02em;
}

.segmentdetails li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  display: flex
;
  line-height: 1.9;
  background-color: transparent;
  border-radius: 10px;
  padding: 10px;
  display: flex
;
  align-items: center;
  margin-bottom: 0px !important;
  border-radius: 0px;
  padding: 10px;
}

.subitem {
  border: solid 1px #efefef;
  border-width: 0px 0px 1px 0px;
}

.itemdescription {
  font-size: 85%;
}


.maintitle {
  font-family: var(--font-one);
  color: #333333;
  font-weight: 700;
}

.pagedescription {
  font-size: 75%;
}

.itemtitle {
  font-family: var(--font-two);
  FONT-WEIGHT: 900;
  font-size: 105%;
  color: #333333;
}

.pagetitle {
  font-family: var(--font-two);
  FONT-WEIGHT: 900;
  font-size: 105%;
}

.segmentdetails li::before {
  width: 46px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  margin-right: 13px;
  font-size: 18px;
  background: rgb(35, 2, 135);
  display: flex;
  align-items: center;
  color: white;
  min-width: 46px;
  border-radius: 4px;
  min-height: 45px;
}


.pageicon li::before {

  font-family: 'Font Awesome 6 Pro';
}



.itemicon li::before {

  font-family: 'Font Awesome 6 Pro';
}


.whatsthis h4 {
  font-size: 20px;
  margin-bottom: 0px;
}

.whatsthis p {
  font-size: 15px;
}

.whatsthis {
  background: #ffffff;
  margin-top: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.proposalinfo {
  background: white;
  padding: 0px;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 30px;
}



.proposalname {
  font-size: 23px;
  font-family: var(--font-two);
  font-weight: 900;
}

html {
  margin-top: 0px !important;
}

.bluebutton.acceptproposal {
  margin-top: 20px;
  max-width: 400px;
}



.primarycatname {
  width: 50%;
  flex: 1;
  font-weight: 900;
  font-size: 20px;
}

.primarycatprice {
  flex: 1;
  width: 50%;
}

.propitem {
  margin-top: 16px;
}

.cdsection {
  margin-top: 10px;
}

.clientdetails {
  background: #ffffff;
  padding: 20px;
  border: solid 1px #C0C0C0;
  margin-bottom: 30px;
}



.datacontainer * {
  font-family: var(--font-two);
  flex-direction: column;
  width: 100%;
  flex: 1;
  display: flex !important;
  gap: 2em;
}

.datacontainer {
  flex: 1;
  width: 100%;
  gap: 9em;
  flex-direction: column;
}


.propitem {
  display: flex;
}

.propitem {
  margin-top: 16px;
}

.proposal-section {
  padding: 30px;
  background: white;
  border: solid 1px #C0C0C0;
  border-radius: 10px;
  margin-bottom:30px;
}

.primarycatheading {
  display: flex;
  margin-bottom: 30px;
}

.primarycatheading div:first {
flex:1;
} 

.primarycatheading input {
  width: 100%;
}

#proposalform input {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  border: solid 1px #C0C0C0;
}

input.itemtitle {
  margin-bottom: 6px;
}

.checkcontainer {
  margin-right: 20px;
}

.subcategory.subcat {
  border: solid 1px #C0C0C0;
  padding: 20PX;
  margin-bottom: 30px;
}

#proposal-section textarea {
  border: solid 1px #C0C0C0;
  min-height: 100px;
}

.price input {
  max-width: 200px;
}

.price {
  display: flex;
  justify-content: right;
  flex: 1;
}

.primarycatname {
  flex: 1;
  font-weight: 900;
  font-size: 20px;
  max-width: 50%;
}

.proposal-section textarea {
  min-height: 100px;
  border: solid 1px #C0C0C0;
  font-size: 90%;
}

.bluebutton.checkall {
  max-width: 200px;
  cursor: pointer;
}

.checkallbutton {
  margin-bottom: 30px;
  display: flex;
  justify-content: right;
}

.price {
  display: flex;
  justify-content: right;
  flex: inherit;
}

li.subheaderli {
  color: black;
  font-weight: 900;
  font-size: 25px;
  text-shadow: none !important;
  border: solid 1px #efefef;
  border-width: 0px 0px 1px 0px;
}
li.subheaderli {
  padding: 4px 15px;
  text-shadow: 2px 2px 2px #333333;
}



.headerline .price {
  font-weight: 900;
  font-size: 30px;
  color: #333333;
  padding: 2px 10px;
  display: flex
;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-family: var(--font-two);
}

.subheadertitle {
  font-size: 18px;
  font-family: var(--font-two);
}

.pagechoices {
  background: #ffffff;
  padding: 20px;
  border: solid 1px #C0C0C0;
  margin-bottom: 30px;
}


.datacontainer.subpage {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  left: 20px;
}


.subpage input {
  max-width: 100px;
}



.pprimarypage {
  display: flex;
  padding: 10px;
  border: solid 1px #C0C0C0;
  border-width: 0px 0px 1px 0px;
}

.pagegrid {
  background-color: white;
  padding: 0px;
  border-radius: 5px;
}

.pbox {
  border: 2px solid #333;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  margin: 10px;
  position: relative;
}

.psubpage-box {
  border: 1px solid #ccc;
  padding: 8px;
  margin: 8px;
}

.pconnector {
  position: absolute;
  width: 2px;
  background-color: #333;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}


.pboxinner h2 {
  font-family: var(--font-two);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.psubpage-box {
  border: 1px solid #ccc;
  padding: 8px;
  margin: 8px;
  font-size: 12px;
  margin-left: 30px;
}

.psubs {
  display: flex;
  flex-wrap: wrap;

}

.psubpage-box {
  border: 1px solid #ccc;
  padding: 8px;
  margin: 8px;
  font-size: 12px;
  margin-left: 30px;
}



.pagestructureinfo {
  font-size: 60%;
  margin-bottom: 10px;
  font-weight: normal;
}

.psubpage-box {
  border: 1px solid #ccc;
  padding: 8px;
  margin: 8px;
  font-size: 12px;
  margin-left: 30px;
  background-color: #34a5d6;
  color: white;
  font-weight: 800;
  border-radius: 5px;
  padding: 10px 16px;
  text-shadow: 1px 1px 1px #333333;
}

.psubs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.innerpropcontainer {
  padding: 20px;
  border-radius: 2px;
}

.primarypage {
  display: flex;
}

.pagebox {
  width: 100%;
}


.proposalcontainer {
  margin-top: 50px;
}




.maintitle.maintitletype {
  padding: 0px;
  border-radius: 10px 10px 0px 0px;
  color: black;
}

.headerline.type {
  margin-top: 40px;
}

ul.quicklinks li {
  flex: 1;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.6;
  flex:1;
}



ul.quicklinks {
  width: 100%;
}

ul.quicklinks {
  display: inline-flex;
  gap: 0.5em;
}

.timeline span {
  display: flex;
  align-items: center;
  gap: 0.3em;
  background: #34a5d6;
  color: white;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 12px;
  text-shadow: 1px 1px 2px #333333;
}

.timeline {
  font-size: 15px;
  font-family: var(--font-two);
  font-weight: 400;
  gap: 0.3em;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.notesfromcraig {
  font-size: 14px;
}

.notesfromcraigheadline {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.finalinvoicebutton a {
  margin-top: 0px !important;
}

.finalinvoicebutton.invoicebutton {
  justify-content: center;
  display: flex;
  align-items: center;
  align-content: center;
}

@media screen and (max-width:700px) {

  .headerline .price {
 
      font-size: 20px !important;
  }

.maintitle {
 
      font-size: 20px !important;
  }

  ul.quicklinks li {
      font-size: 14px !important;
  }

}

.timeline {
  margin-top:10px;
}

.pageunder {
  font-size: 15px;
  text-shadow: none;
}

.headerline {
  margin-bottom: 20px;
}

.itemdescription ul * {
  display: list-item;
  flex-direction: column;
  justify-content: flex-start !important;
  text-align: left !important;
  padding: 0px;
  margin-top: 1em;
}

.grecaptcha-badge {
  display: none !important;
}



.itemdescription ul li {
  list-style-type: square !important;
  color: #333333;
  font-size: 1.1em;
}

.itemdescription ul ul li {
  list-style-type: disc !important;
  color: blue !important;
}

.itemdescription p {
  font-size: 1.2em;
}

.proposalfor {
  color: black;
  font-family: var(--font-two);
  font-weight: 900;
  padding: 0px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 1.5em;
}

.proposalinfo img {
  max-width: 14%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media print {

 .proposalcatcontainer {
    page-break-before: avoid;
}


div#scroll-to-top {
  display: none;
}



}

.pagetitle:hover, .pagedescription:hover {
  border: solid 1px #efefef;
}

.pagecontainer .pagedescription {
  min-height: 30px;
}

.pagedetails ul {
  display: flex;
  flex: 1;
  flex-direction: row;
  text-align: left;
  align-items: flex-start;
  margin: 0px !important;
  margin-bottom: 1em !important;
  gap: .5em;
}

.pagedetails li {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}

.pagedetails li div {
  font-size: .8em;
  padding: .2em .5em;
  border: solid 1px #efefef;
  width: 100%;
  background: #fafafa;
  color: black;
}

li.subpages {
  flex: 1 1 100% !important;
}

.subpage {
  background: white !important;
  color: #666666 !important;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  font-size: .8em !important;
}

.subpages ul {
  margin: 0px !important;
  display: flex;
  flex-wrap: wrap;
}

li.subpages {
  flex: 1 1 100% !important;
  padding: 0px;
  gap: 0px;
  display: flex;
  gap: .3em;
}