* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=radio] {
	padding: 10px;
	margin: 10px;
}


.hide-calendar .ui-datepicker-header{
	display: none;
  }
.hide-calendar .ui-datepicker-calendar{
	display: none;
  }
  
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
    
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'sf_pro_displayregular';
     -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select option {
	color:black;
}

a:link {
	/* color: #000; */
	text-decoration: underline;
	
}

a:visited {
	text-decoration: underline;
	/* color: #000; */
}

a:hover {
	text-decoration: underline;
	/* color: #000; */
}

a:active {
	text-decoration: underline;
	/* color: #f0f0f0; */
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
}

iframe {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
}

video {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
}

.wrapper {
	width: 40%;
	overflow: auto;
	margin: 0 auto;
	min-height: 80%;
}

header {
	overflow: auto;
	padding: 30px 0px;
}

section {
	overflow: auto;
}

.report-problem {
	float: right;
}

.report-problem a {
	color: #075e8a;
	font-size: 16px;
	font-weight: bolder; 
	font-family: 'sf_pro_displayregular';
}

.report-problem h4 {
	color: #000000;
	font-size: 14px;
	font-family: 'sf_pro_displaymedium';
}


.breadcrumb {
	float: left;
}

.breadcrumb a {
	color: #075e8a;
	font-size: 16px;
	font-weight: bolder;
	font-family: 'sf_pro_displayregular';
}

.breadcrumb h4 {
	color: #000000;
	font-size: 14px;
	font-family: 'sf_pro_displaymedium';
}


.clearfix{
	overflow: auto;
}
.company {
	max-width: 250px;
	padding: 10px 0px;
}

.welcome {
	padding: 10px 0px;
}

.welcome h2 {
	color: #223475;
	font-size: 30px;
	padding-bottom: 15px;
}

.centerButtons {
	margin: auto;
	text-align: center;
	line-height: 61px;
	height: 61px;
}

.twenty {
	float: left;
	width: 20%;
	cursor: pointer;
}

.thirty {
	float: left;
	width: 30%;
	cursor: pointer;
}

.fourty {
	float: left;
	width: 40%;
	cursor: pointer;
}

.fifty {
	float: left;
	width: 50%;
    cursor: pointer;
}

.fifty-normal {
	float: left;
	width: 50%;
}

.fifty-fixed {
	width: 50%;
	cursor: pointer;
	padding-right:10px;
}
.ten {
	float: left;
	width: 10%;
    cursor: pointer;
}


.ninety {
	float: left;
	width: 90%;
    cursor: pointer;
}


.padright {
	padding-right: 10px;
    
        
}

.padleft {
	padding-left: 10px;
    

    
}
.margintop {
	margin-top:10px;
}
.left {
    float: left;
}

.right {
    float: right;
}
.button {
	background-color: #0a8ccd;
	text-align: center;
	width: 100%;
	display: block;
	color: #1c1c1c !important;	
	border-radius: 2px;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: bolder;
	cursor: pointer;
	-webkit-appearance: none;
    border: none;
    margin: 10px 0px;
}
.button-50 {
	width: 50%;
	margin: 25%;
	margin-top:10%;
}

.button-25 {
	width: 25%;
	padding: 5px 5px;
	font-size: 14px;
}



.button.disabled {
	background-color: lightgray;
}

.button-disabled {
	background-color: lightgray;
	cursor: not-allowed;
	pointer-events: all !important;
}

footer {
	width: 40%;
	overflow: auto;
	margin: 0 auto;
    padding-top: 30px;
}

.brand {
	float: right;
	max-width: 250px;
}

canvas {
	max-width: 288px;
	display: block;
	margin: 0 auto;
	padding: 10px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 10px;	
	width: 25%;
  }
  
  /* The Close Button */
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }

.form {
    
    padding: 0;
}

.form label {
    
    color: #333333;
	font-size: 20px;
	font-family: 'sf_pro_displaymedium';
}




	.form input[type=text], select, input[type=date], input[type=password], input[type=email], textarea {
		width: 100%;
		font-family: 'sf_pro_displayregular';
		padding: 10px 15px;
		font-size: 18px;
		margin: 3px 0px 10px 0px;
		display: inline-block;
		border: 1px solid #cfd3d2;
		border-radius: 4px;
		background-color: #f1f2f5;
		color:black;
		-webkit-appearance: none;
		resize: none;
	}

	.form input[type=submit] {
		background-color: #0a8ccd;
		text-align: center;
		width: 100%;
		color: #1c1c1c !important;
		border-radius: 2px;
		padding: 12px 10px 10px 10px;
		border: none;
		cursor: pointer;
		font-size: 16px;
		-webkit-appearance: none;
	}

.form input[type=submit]:hover {
  background-color: #0c7ab1;
}

#temp-status {
    max-width: 100px;
    background-image: url(../images/qr-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px;
    margin: 10px auto;
}
#notify-status {
    padding: 10px;
    margin: 10px auto;
}
#notify-status > img {
	display: block;
	margin: auto;
}
.centerQRCode{
	text-align:center;	
}

.Save-QRCode {
display:inline;
width:150px;	
}
.qr {
    background-image: url(../images/qr-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px;
}

.qr img {
       padding: 10px;
    display: block;
    margin: 10px auto;
}

.alert {
    color:#b60000 !important; 
    font-size:small !important;
    display: none;
    padding: 2px 0px
}

.big-alert {
    color:#ff0000 !important; 
	font-size:big !important;
	font-weight: bolder;
    display: none;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
}

.required {
	color:red;
}

.greenalert {
    color:green; 
    font-size:small;
    display: none;
    padding: 2px 0px
}

#qrdate-content {
color: #0a8ccd;
    font-size: 14px;
    font-family: 'sf_pro_displayregular';
    padding: 10px 10px;
    text-align: center;
}

.cameratext {
    color: #0a8ccd;
    font-size: 14px;
    font-family: 'sf_pro_displayregular';
    padding: 10px 10px;
    text-align: center;
    font-weight: normal;
}


.camera-text-btn {
    display: none;
  }
#checks {
    padding:10px 0px;
}


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

	.modal-content {
		width: 80%;
	}

   .camera-text-btn {
    margin: 20px auto;
    height: 150px;
    width: 150px;
    background: url(../images/cam.png) 0% 0% no-repeat;
    background-size: 150px;
    cursor: pointer;
    display: block;
}
      
      

    .camera-text-btn > input[type=file] {
      margin: 20px;
      position: absolute;
      overflow: hidden;
      width: 1px;
      height: 1px;
      opacity: 0;
    }

    #camera-instructions {
      margin: 20px;
    }

    

    #image1 {
       background-image: url(../images/qr-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
        padding: 47px;
    margin: 0 auto;
    max-width: 300px;
    height: 300px;
    display: block;
    }

    #image2 {
         background-image: url(../images/qr-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
       padding: 47px;
    margin: 0 auto;
    max-width: 300px;
    height: 300px;
    display: block;
    }

    #image1-label {
     color: #0a8ccd;
    font-size: 23px;
    font-family: 'sf_pro_displayregular';
    padding: 0px 10px 30px 10px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    max-width: 300px;
    }

    #image2-label {
   color: #0a8ccd;
    font-size: 23px;
    font-family: 'sf_pro_displayregular';
    padding: 0px 10px 30px 10px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    max-width: 300px;
    }

    #replace-label {
    color: #0a8ccd;
    font-size: 23px;
    font-family: 'sf_pro_displayregular';
    padding: 0px 10px 30px 10px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    max-width: 300px;
    }
    
    #submit-instructions {
      color: #0a8ccd;
    font-size: 14px;
    font-family: 'sf_pro_displayregular';
    padding: 10px 10px;
    text-align: center;
    font-weight: normal;
    }
   
    #upload-button {
     margin: 10px;
    }

    #checks {
     padding: 10px;
    } 
    
    
    
}




@media only screen and (max-width: 768px) {
	
	.wrapper {
		width: 90%;
		overflow: auto;
		margin: 0 auto;
		min-height: 90%;
	}
	footer {
		width: 90%;
		overflow: auto;
		margin: 0 auto;
	}
	.modal-content {
		width: 80%;
	}
}

@media only screen and (max-width: 500px) {
	.modal-content {
		width: 80%;
	  }
	.fifty {
		float: none;
		width: 100%;
	}
	.fifty-normal {
		float: left;
		width: 100%;
	}
	.fifty-fixed {
		width:100%;
		padding-right:0px;
	}
	.padright {
		padding-right: 0px;
		padding-bottom: 10px;
	}
	.padleft {
		padding-left: 0px;
	}
    .wrapper {
		width: 90%;
		
	}
	.breadcrumb {
		float: none;
		text-align: center;
	}
    .report-problem {
    float: none;
    text-align: center;
}
}
input[type="text"]:read-only {
	background-color: #fff;
}
