body {
	font-size: 16px;	
}

h4 {
	font-size: 20px;	
}

.login-header {
	text-align:center;	
	padding-top:10px;
}

.bottom-text {
	margin-top: 8px;	
}

html, body {
	height: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none; 
	user-select:none;
}

@media (min-width: 1025px) {
    .customer-email, .customer-phone, .customer-company, .job-number, .customer-address, .customer-suburb, .customer-phone, .customer-mobile, .jobs-items-desc {
        -moz-user-select: text;
        -webkit-user-select: text;
        -ms-user-select: text;
        user-select: text;

    }
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

  /* Set the fixed height of the footer here */
#push,#footer {
	height: 60px;
}

#footer {
	background-color: #f5f5f5;
}

.content {
	position:relative;
	width:100%;
	height:100%;	
}

.which-device {
	line-height: 60px;	
}

.pad {
	background-color:#EEEEEE;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
	}
}



.footer {
	display:none;	
}

.header-bar {
	height: 35px;
	background-color:#000;	
}

.header-text {
	color:#fff;
	line-height: 40px;	
	font-size: 14px;
}

.top-nav {
	margin-top: 13px;
}

.line-separator, .line-separator-body, .line-separator-clear {
	height:1px;
	border-top:solid 1px #eeeeee;
	margin:13px 0px 13px 0px;
}

.line-separator-clear {
	border:none;
	margin:6px 0px 6px 0px;
}

.line-separator-body {
	margin:0px 0px 15px 0px;
}

.page-heading {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 30px;
	font-weight: bold;
}

.section-header {
	padding-top:7px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

.sub-header  {
	margin-top:30px;	
}

.init-hide, .has-previous ,.btn-model-confirm {
	display:none;
}

.fade-hide {
	opacity:0;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

.fade-display {
	opacity:1;
}

.row-margin {
	margin-bottom:30px;	
}

.login-margin {
	margin-bottom:20px;	
}

.btn:hover,.btn:active {
	margin-top: 0px;
}

.form-control {
	font-size:16px;
	height: 40px;	
}

.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -40px;
	width: 300px;
	text-align: center;
	
}

.dropdown-toggle {
	line-height: 21px;	
}

.fixed-height {
	height:130px;
	-webkit-overflow-scrolling: touch;
	overflow-y:scroll;
}

.faded {
	opacity:0.3;	
}

.checklist-table {
	margin-bottom:0px;	
}

.btn {
	font-size: 14px;	
}

.main-btn {
	width: 100%;
	height: 90px;
	font-size: 14px;
	line-height: 20px;
}

.checkbox-inline {
	padding-left: 0px;	
}

.success-heading {
	color:#28b62c;
}

.error-heading {
	color:#d9534f;
}

.serial-required-hidden {
	visibility:hidden;	
}

.jobs-summary-full , .jobs-summary-edit-full {
	-webkit-overflow-scrolling: touch;
	max-height: 350px;
	overflow: auto;
 	width: 100%;
	-webkit-box-shadow:inset 0 -4px 6px -2px rgba(0,0,0,0.1);
	box-shadow:inset 0 -4px 6px -2px rgba(0,0,0,0.1);
}

.jobs-summary-edit-full {
	max-height: 450px;
}

.jobs-summary-wrapper {
	overflow-x: hidden;
	width:100%;		
}

.signature-row {
	margin-top: 20px;
    margin-bottom: 20px;
}

.summary-row {
	margin-bottom:10px;	
}

.summary-head {
	font-size:20px;	
}

.modal {
	margin-top:80px;	
}

.glyph-indicator {
	line-height: 30px;	
}

.repair-message {
	margin-top:10px;
	font-size:13px;
    font-weight: bold;
}

.repair-display {
	margin-top:15px;
    padding-left: 0px;
    padding-right: 0px;
}

.repair-display label {
    font-size: 18px;
    font-weight: bold !important;
}

.sm-text {
	font-size:12px;	
}

.temp-content {
	display:none;	
}

.input-center {
	text-align:center;	
}

/* Bootstrap Checkbox Classes */

.checkbox {
	margin-top:0;	
	margin-bottom:0;	
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
	width: 20px;
	height: 19px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type=checkbox] {
    display: none; }
.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013"; }
.checkbox input[type=checkbox]:disabled + label {
    opacity: 0.65; }
.checkbox input[type=checkbox]:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label:before {
    border-radius: 50%; }

.checkbox-primary input[type=checkbox]:checked + label:before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type=checkbox]:checked + label:after {
    color: #fff; }

.checkbox-danger input[type=checkbox]:checked + label:before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type=checkbox]:checked + label:after {
    color: #fff; }

.checkbox-info input[type=checkbox]:checked + label:before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type=checkbox]:checked + label:after {
    color: #fff; }

.checkbox-warning input[type=checkbox]:checked + label:before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type=checkbox]:checked + label:after {
    color: #fff; }

.checkbox-success input[type=checkbox]:checked + label:before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type=checkbox]:checked + label:after {
    color: #fff; }

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type=radio] {
    display: none; }
.radio input[type=radio]:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.radio input[type=radio]:disabled + label {
    opacity: 0.65; }
.radio input[type=radio]:disabled + label:before {
    cursor: not-allowed; }

.radio-primary input[type=radio] + label:after {
    background-color: #428bca; }
.radio-primary input[type=radio]:checked + label:before {
    border-color: #428bca; }
.radio-primary input[type=radio]:checked + label:after {
    background-color: #428bca; }

.radio-danger input[type=radio] + label:after {
    background-color: #d9534f; }
.radio-danger input[type=radio]:checked + label:before {
    border-color: #d9534f; }
.radio-danger input[type=radio]:checked + label:after {
    background-color: #d9534f; }

.radio-info input[type=radio] + label:after {
    background-color: #5bc0de; }
.radio-info input[type=radio]:checked + label:before {
    border-color: #5bc0de; }
.radio-info input[type=radio]:checked + label:after {
    background-color: #5bc0de; }

.radio-warning input[type=radio] + label:after {
    background-color: #f0ad4e; }
.radio-warning input[type=radio]:checked + label:before {
    border-color: #f0ad4e; }
.radio-warning input[type=radio]:checked + label:after {
    background-color: #f0ad4e; }

.radio-success input[type=radio] + label:after {
    background-color: #5cb85c; }
.radio-success input[type=radio]:checked + label:before {
    border-color: #5cb85c; }
.radio-success input[type=radio]:checked + label:after {
    background-color: #5cb85c; }
	
	
.comments-row {
	padding-top:20px;	
}

.summary-details {
	height: 110px;
	overflow: scroll;	
	box-shadow: inset 0 -4px 6px -2px rgba(0,0,0,0.1);
}

.radio, .checkbox {
	padding-left:20px;
}

/* Animate the Glyphicons */

.glyphicon-animated {
    -webkit-transform-origin: 50% 58%;
     transform-origin:50% 58%;
     -ms-transform-origin:50% 58%; /* IE 9 */
     -webkit-animation: glyphicon-animated 1s infinite linear;
     -moz-animation: glyphicon-animated 1s infinite linear;
     -o-animation: glyphicon-animated 1s infinite linear;
     animation: glyphicon-animated 1s infinite linear;
    
}

@-moz-keyframes glyphicon-animated {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes glyphicon-animated {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes glyphicon-animated {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.job-number, .store-code {
    font-weight: bold;
}

.field-required {
    color: #ff0000;
}

.jobs-details {
    min-height: 330px;
}

.new-job-counter {
    padding: 10px 0px 10px 0px;
}

.num-input {
    padding: 13px 11px !important;
    text-align: right;
}

.photoRequired {
    color: #ff0000;
}

.job-history-panel {
    border-width: 1px 1px 4px 1px;
}

.job-history-panel .panel-body {
    padding: 5px;
}

.job-history-panel .panel {

    font-size: 85%;
}

.job-history-panel .panel-heading {
    padding: 5px 15px;
}

.job-history-panel .panel-body .table {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {

    .top-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }




}
.btn {
    margin: 5px;
}
.btn:hover {
    margin: 5px;
}

/*canvas {*/
/*    width: 100%;*/
/*    height: 200px;*/
/*}*/
.serial-inputs {
    min-height: 300px;
}

