body{
   margin: 0px;
   padding: 0px;
   position: relative;
   
   font-family: Roboto, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 20px;
   font-weight: 300;
}

header{
   background: #fff;
   box-shadow: ;
   height: 70px;
}

#logo{
   height: 70px;
   width: auto;
   transform: translateY(8px);
}

section{
   box-sizing: border-box;
   min-height: 70vh;
   padding: 30px;
   
}

footer{
   color: #ccc;
   font-size: 14px;
   line-height: 16px;
   padding-top: 30px;
   text-align: center;
   padding-bottom: 60px;
}


section > h2, section > h2 + h3{
   width: 400px;
   margin: auto;
   line-height: 40px;
}

section > form{
   margin-top: 30px;
}



#page-login form{
   margin: auto;
   max-width: 300px;
   width: 100%;
}

.form-item{
   margin-bottom: 30px;
}

.form-item label{

}

.form-item input{
   font-size: 16px;
   line-height: 40px;
   height: 40px;
   padding: 0 15px;
   margin: 0;
   border: 0;
   width: 100%;
   background: rgba(56,178,230,.5);
   box-sizing: border-box;
}

.form-item button, .form-item input[type="submit"], #html5-qrcode-button-camera-permission, a.button{
   background: #68bd45;
   border: none;
   border-collapse: collapse;
   border-radius: 3px;
   box-shadow: 0px 2px 5px rgba(0,0,0,.15);
   color: #fff;
   font-size: 16px;
   height: 40px;
   letter-spacing: 0.08em;
   line-height: 42px;
   padding: 0px 15px;
   cursor: pointer;
   position: relative;
   text-transform: uppercase;
   vertical-align: bottom;
   box-sizing: border-box;
   -webkit-appearance: none;
}

a.button{
   display: inline-block;
   text-decoration: none;
}


textarea{
   width: 100%;
   height: 120px;
}

ul.input-list{
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   border-top: 1px solid #ccc;
}
ul.input-list > li label{
   width: 90%;
   box-sizing: border-box;
   vertical-align: middle;
}

ul.input-list > li{
   display: flex;
   border-bottom: 1px solid #ccc;
   line-height: 45px;
}

ul.input-list > li input{
   height: 15px;
   vertical-align: middle;
   margin-top: 15px;
}

#upload-photos label.lbltag{ line-height: 40px; } /* JC */

#upload-photos span.desktop-only{
   display: none;
}


#upload-photos .button{
   background: #68bd45;
   border: none;
   border-collapse: collapse;
   border-radius: 3px;
   /* box-shadow: 0px 2px 5px rgba(0,0,0,.15); */
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   height: 40px;
   letter-spacing: 0.08em;
   line-height: 42px;
   padding: 0px 15px;
   cursor: pointer;
   position: relative;
   text-transform: uppercase;
}

#upload-photos input[type=file] {
   display: none;
}

#upload-photos li label{
   width: auto;
}

#upload-photos li label.lbltag{
   width: calc(100% - 155px);
}


/* ***************************** */


#form-vendor{
   margin: auto;
   max-width: 400px;
}

#external_team_submit{
   margin-top: 60px;
}

#services_performed, #not_serviced_notes, #was_serviced_notes, #pressure_washing_photos{
	display: none;
}

.toggle_radio{
	display: flex;
	padding-top: 10px;
}

.toggle_radio input{
	display: none;
}

.toggle_radio label{
	display: inline-block;
	width: calc(50% - 20px);
	line-height: 40px;
	box-sizing: border-box;
	padding: 0px 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
	color: #333;
	font-weight: bold;
	font-size: 20px;
}

.toggle_radio label.no{
	margin-right: 20px;
}

.toggle_radio input:checked + label.no{
	background: #cc4a4a;
	border: 0px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}

.toggle_radio input:checked + label.yes{
	background: #68BD45;
	border: 0px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.35);
}

.form-item button:disabled, .form-item input[type="submit"]:disabled{
	background: #eee;
	color: #ccc;
}

#interface{
	display: none;
}
#needs-geolocation{
	display: block;
	padding: 60px 30px;
	text-align: center;
   background: #eee;
   border-radius: 10px;
   margin-top: 45px;
}



/* ***************************** */

form {
   margin: auto;
   max-width: 400px;
   
}


#form-internal .replacement_table{
	box-sizing: border-box;
	width: 100%;
}

#form-internal .replacement_table em{
	display: block;
	text-align: center;
}

#form-internal  #services_required_div{
	display: none;
}

#form-internal  select{
	-webkit-appearance: none;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    margin: 0;
    border: 0;
    width: 100%;
    background: rgba(56,178,230,.5) !important;
	box-sizing: border-box;
	border-radius: 0px;
}

#form-internal #glass_plexi_notes_div input{
	display: inline;
	position: relative;
	top: 0px !important;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	
	
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    margin: 0;
    border: 0;
    width: 100%;
    background: rgba(56,178,230,.5) !important;
}

#form-internal textarea{
	width: 100%;
	margin-top: 5px;
	height: 80px;
}

#form-internal .notes{
	display: none;
}

#form-internal  select{
	width: 100%;
	box-sizing: border-box;
}

#form-internal  #toggle-list{
	/* display: none; */

}

#form-internal  #toggle-list li{
	padding: 5px 0px;
   display: block;
}
#form-internal  #toggle-list li > div{
   position: relative;
}


#form-internal #toggle-list li input{
	top: 15px;
}

#form-internal .input-list.lg{
	line-height: 45px;
}

#form-internal .tgl-def {
	-webkit-appearance: none;
	appearance: none;
	height: 30px;
	width: 60px;
	background-color: #ddd;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 0 2px;
	margin: 0;
	cursor: pointer;
	margin-top: -3px;
   position: absolute;
   right: 3px;
}
#form-internal .tgl-def::-webkit-slider-thumb {
  background-color: #aaa;
}
#form-internal .tgl-on::-webkit-slider-thumb {
  background-color: green;
}

#form-internal .tgl-def.tgl-on{
	background: #68bd45;
}

#form-internal .tgl-def.tgl-off{
	background: #cc4a4a;
}

#form-internal .tgl-off::-webkit-slider-thumb {
  background-color: #961e1e;
}
#form-internal .tgl-def::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#form-internal .tgl-def:focus { outline: none; }
#form-internal .rangeActive { background-color: green; }

#form-internal .label-pdng li label{
	padding-right: 80px;
}



#form-internal #interface{
	display: none;
}
#form-internal #needs-geolocation{
	display: block;
	padding: 60px 30px;
	text-align: center;
}


#form-inventory table{
   width: 100%;
   border: 0px;
   border-collapse: collapse;
}

#form-inventory table tr{
   border-top: 1px solid #ccc;
}


#form-inventory td{
   padding: 10px 5px;
}

#form-inventory td select{
   width: 100%;
}

#form-inventory td input{
   width: 30px;
   height: 40px;
   font-size: 16px;
   text-align: center;
}

#form-inventory .section-header{
   padding-top: 30px;
   font-weight: bold;
}

#form-inventory a.buttons{
   background: #68bd45;
   border: none;
   border-collapse: collapse;
   border-radius: 3px;
   box-shadow: 0px 2px 5px rgba(0,0,0,.15);
   color: #fff;
   font-size: 16px;
   width: 40px;
   text-align: center;
   height: 40px;
   letter-spacing: 0.08em;
   line-height: 36px;
   padding: 0px 5px;
   cursor: pointer;
   position: relative;
   text-transform: uppercase;
   vertical-align: bottom;
   box-sizing: border-box;
   -webkit-appearance: none;
   display: inline-block;
   text-decoration: none;
   font-size: 32px;
}

#form-inventory a.buttons.remove{
   margin-left: 10px;
}

#form-inventory button{
   background: #68bd45;
   border: none;
   border-collapse: collapse;
   border-radius: 3px;
   box-shadow: 0px 2px 5px rgba(0,0,0,.15);
   color: #fff;
   font-size: 16px;
   text-align: center;
   height: 40px;
   letter-spacing: 0.08em;
   line-height: 36px;
   padding: 0px 30px;
   cursor: pointer;
   position: relative;
   text-transform: uppercase;
   vertical-align: bottom;
   box-sizing: border-box;
   -webkit-appearance: none;
   display: inline-block;
   text-decoration: none;
   font-size: 20px;
}

#form-inventory input.amenity-count{
   width: 60px;
}

#form-inventory .buttons-col{
   white-space: nowrap;
}

#form-inventory td input[type=date]{
   width: 100%;
}


nav{
   text-align: center;
}




#pre-questions h4{
   background: #ddd;
   line-height: 40px;
   margin: 0px;
   padding: 0px 10px;
   box-sizing: border-box;
}

.label-pdng li {
   padding: 10px;
}

.label-pdng li label{
   line-height: 20px;
}

.lblpd{
   line-height: 20px;
   padding: 10px;
   box-sizing: border-box;
   display: block;
}



#html5-qrcode-anchor-scan-type-change{
   display: none;
}

#my-notes{
   width: 400px;
   padding: 30px;
   margin: auto;
   box-sizing: border-box;
}


#my-notes table{
   width: 100%;
}

#reader__dashboard_section_csr{
   padding: 30px;
}

#reader__dashboard_section_csr > span{
   display: block;
   margin-bottom: 15px;
}

#html5-qrcode-anchor-scan-type-change{
   display: none !important;
}


textarea{
   font-size: 16px;
}


#outstanding-items{
   margin: auto;
   max-width: 400px;
   background: #bc544d;
   color: #fff;
   box-sizing: border-box;
   padding: 10px;
   border-radius: 4px;
}

#outstanding-items > div{
   text-align: center;
}

#outstanding-items table{
   width: 100%;
   border-collapse: collapse;
}

#outstanding-items table td{
   border-bottom: 1px solid rgba(255,255,255,.5);
   padding: 5px;
}


#upload-photos > li{
   padding : 5px 0px;
}


#form-internal h4{
   margin-top: 60px;
}




.tablesorter-header > div{
	cursor: ns-resize
}

.tablesorter-headerAsc > div:after{
	content: "↑";
	margin-left: 10px;
}

.tablesorter-headerDesc > div:after{
	content: "↓";
	margin-left: 10px;
}


.searchable.noshow{
	display: none;
}


table.data{
   width: 100%;
   border: 0px;
   border-collapse: collapse;
   border-top: 1px solid #bbb;
   border-left: 1px solid #bbb;
}

table.data th, table.data td{
   padding: 5px;
   border-bottom: 1px solid #bbb;
   border-right: 1px solid #bbb;
   text-align: left;
}

table.data thead tr {
   background-color: #ccf;
}

table.data tbody tr:nth-child(2n){
   background-color: #eee;
}