@charset "UTF-8";
/* CSS Document */

h2, p{
  font-family: sans-serif;
}

body{
	background-color: white;
	color: black;
 	margin: 0;
  	font-family: sans-serif;
}

table, tr, td{
  width: 100%;
  max-width: 1000px;
  border-spacing: 0;
  margin: 0 auto;
}

td{
  width: 100%;
  border-spacing: 0;
  border-bottom-style: solid;
  border-color: #cccccc;
  border-width: 1px;
}

.disabled-row{
  color: darkgray;
  background-color: rgba(0,0,0,0.1);
}

#header-logo-container{
  padding: 2rem;
}

#table-container{
  padding: 0 2rem;
  margin: 0 auto;
}

.summary-table-container{
  position: fixed;
  bottom: 20px;
  background: white;
  width: 100vw;
  margin: 0 auto;
}



#order-save-button{
  color: white;
  background-color: green;
  border-color: white;
}


.price-col, .cost-col{
  text-align: right;
  padding-right: 0.5rem;
}

.cost-col{
  padding-right: 3rem;
  color: gray;
}

.cost-col-hidden{
  color: rgba(0,0,0,0);
}


.toggle-col{
  width: auto;
  padding: 1rem;
}

.passepartout-size-selector tr td input{
  height: 2rem;
  width: 2rem;
}

.passepartout-size-selector{
  height: 6rem;
  width: 6rem;
}

.step-container{
margin: 2rem;
}

.step-row{
}

.row-dropdowns, #toggle-all{
  margin: 0.8rem 0;  
}

summary h2{
  display: inline;
  font-size: 1.5rem;
}

button{
  height: 2rem
}

details .step-grid-container{
  display: grid;
  grid-auto-columns: "auto";
}

.text-field, select{
 height: 2rem;
 width: 8rem;
}

.joblist{
	background-color: white;
	color: black;
	border: 1px solid black; 
	padding: 0 10px 0 10px;
}

.joblist-total{
	background-color: #C3CCB4;
	color: black;
	border: 1px solid black; 
	padding: 0 10px 0 10px;
}

h1{
font-family: helvetica;
}

header{
background-color: #0034CC;
}

p{
margin:0 !important;
}

div.headerTxt{
display:inline-block;
max-width: 3rem;
}

.headerTxt *{
  max-width: 20rem;
}


  #pdfIframe{
  max-width: 100vw;
  width: 100%;
  height: 1000px;
  }

#row10{
  margin-bottom: 20rem;
}



@media only screen and (max-width: 992px){
.headerBtn{
}
div.headerTxt{
  display: block;
  margin-bottom: 5px;
}
}



@media only screen and (max-width: 480px) {
    /* Styles for small screens like iPhone */
  
  #table-container {
    padding: 0;
}
  
  .cost-col {
    padding-right: 1rem;
}
 
  summary h2 {
    font-size: 1rem;
}
  
  .toggle-col {
    padding: 0.8rem;
}
  
  .step-container {
    margin: 0rem;
}
  
  #pdfIframe {
    max-width: 100vw;
    height: 370px;
    width: auto;
}
  
  
  .text-field{
  width: 4rem;
  }
  
  
}





