@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/*@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/*CSS File For TescJobs Site*/
#id_confrmdiv
{
    display: none;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 400px;
    left: 48%;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
	z-index: 101;
	font-size: larger;
}
#id_confrmdiv button {
    background-color: #3ca4ff;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 2px;
    text-align: center;
    width: 100px;
    cursor: pointer;
	color: white;
}
#id_confrmdiv button:hover
{
    background-color: red;
}
#confirmBox .message
{
    text-align: left;
    margin-bottom: 8px;
}
.suburb {
    font-size: x-small;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0px; /* footer height */
	background-color:#3CA4FF;
}
header {
  background-color:#2CA500;
  position: absolute;
  margin:0 auto;
  left:0;
  top:-15px;
  height:45px;
  width:100%;
}
footer {
  background-color:gray;
  position: absolute;
  left:0;
  bottom:0;
  height:30px;
  width:100%;
	text-align: center;
}
.mainmenu {
  text-align: center;
  position:relative;
  margin:0 auto;
  left:0;
  width:100%;
  z-index:2000;
}
/* Main Menu Control */
nav {
    padding:2px 0;
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;

}
nav ul li {
    display:inline-block;
    position:relative;
}
nav li ul {
    background-color:blue;
    position:absolute;
    left:0;
    top:30px; /* make this equal to the line-height of the links (specified below) */
    width:200px;

}
nav li li {
    position:relative;
    margin:0;
    display:block;

}
nav li li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;

}
nav a {
    line-height:30px;
    padding:0 12px;
    margin:0 12px;
    color:#fff;
    text-decoration:none;
    display:inline-block;

}
nav a:hover {
    color:rgb(50,50,50);
    background-color:#f9f9f9;
}

/* style sub level links */
nav li li a {
/*     border-bottom:solid 1px rgb(200,50,50); */
    margin:0 10px;
    padding:0;

}
nav li li:last-child a {
    border-bottom:none;

}
nav li.dropdown > a {
    background-image:url('../resource/images/arrow-down.png');
    background-position:right 20px;
    background-repeat:no-repeat;
	display:block;
}
nav li li.dropdown > a {
    background-image:url('../resource/images/arrow-right.png');
    background-position:right 16px;
    background-repeat:no-repeat;

}
/* hide sub menu links */
ul.sub-menu {
    display:none;
    z-index:1500;
	text-align: left;
}

#body-color{
}
.saturday {
	background-color: lightgrey;
}
.lunch {
	background-color: lightgrey;
}
#message {
  text-align: center;
}
#PgTitle {
	text-align: center;
    background-color: white;
    font-weight: bold;
    padding: 4px;
    position: relative;
}
/*#formBody{
	background-color: #fff;
	width: 300px;
	margin: 200px auto;
    padding: 5px 10px;
	border: 2px solid #07839f;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;

}*/
#custchange{
	width:125px;
	float:left; 
	display:none;
}
#surname2div{
	width:286px;
	float:left;
	margin: 5px auto;
}
#jobenter{
	float:left;
	margin: 0px auto;
}
#history{
	width: 157px;
	float:left;
	margin: 5px auto;
}
#jobnumber{
	color: blue;
	font-family: sans-serif;
	font-size: larger;
	font-weight: bold;
	margin-left:5px;
}
.floatingleft{
	float:left;
}
.floatingright{
	float:right;
}
#jobnodiv {
	width: 257px;
}
#jobnum2{
	width:65px;
	font-size: large;
	font-weight: bold;
}
#jobnum4{
	font-size: larger;
    font-weight: bold;
}
#jobnum9{
	width:75px;
}
#partstable{
	width:100%;font-size: 0.9em;
}
#navigation{
	border: 1px solid #07839f;
    padding: 2px 5px 0px;
    float: left;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#topdiv{
	border: 1px solid #07839f;
	padding:5px;
	float:left;
}
#productdiv,#associationdiv,#custdetailsdiv{
	border: 1px solid #07839f;
	width:288px;
	height:235px;
	float:left;
	padding:5px;
}
#priority{
	width:20px;
}
#datein{
	width:115px;
}
#status1{
	width:170px;
}
#suburb{
	width:150px;
}
#pcode{
	width:30px;
}
.yellowback{
	background-color: #FFFF00;
}
#phonehome, #mobile, #phonework{
	width:80px;
}
#model2{
	font-size:12px;
}
#dop{
	width:120px;
}
#dateop{
	font-size:13px;
}
#acces2, #acces3{
	width:280px;
	height:20px;
}
#limit, #previous{
	width:40px;
}
#problemdiv{
	clear:left;
	padding:5px;
	height: 40px;
    border: 1px solid #07839f;
}
#problemdiv .textarea{
	width:100%;
	font-size:14px;
	font-family: sans-serif;
}
#repairdiv, #notesdiv{
	clear:left;
	padding:5px;
	font-family: sans-serif;
 	height: 52px;
   border: 1px solid #07839f;
}
#notesdiv .textarea{
	width:100%;
	font-size:14px;
	font-family: sans-serif;
}
#smsdetails{
	width:100%
}
#smstext{
	width:80%;
	font-size:14px;
	font-family: sans-serif;
}
#repairdiv .textarea{
	width:100%;
	font-size:14px;
	font-family: sans-serif;
}
#tabsdiv{
background-color: #cfd2f1;
}
#Quotes,#POP_Invoice,#Serial_No,#Job_Reports,#Service_Menu,#Module_Label,#Tax_Invoices{
	height:33px;
	display:block;
	max-height:40px;
    font-size: 12px;
	overflow:auto;
	border-collapse;
}
#Fault_Photos{
	height:99px;
	display:block;
	max-height:97px;
    font-size: 12px;
	overflow:auto;
	border-collapse;
}
#navbuttons{
	width:231px;
	padding: 0px 0px 0px 0px;
}
ul.tabnames {
    list-style-type: none;
    display:inline-block;
    margin: 0;
    padding: 0;
/*     overflow: hidden; */
    border: 0px solid #68c;
	  background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tabnames li {float: left;}

/* Style the links inside the list items */
ul.tabnames li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 8px 12px 5px 12px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
    border: 1px solid #68c;
	border-bottom: 1px;
    border-radius: 10px 10px 0px 0px;
		width:102px;

}

/* Change background color of links on hover */
ul.tabnames li a:hover {
  background-color: #68c;
  box-shadow: 7px 7px 6px 0;
}

/* Create an active/current tablink class */
ul.tabnames li a:focus, .active {
  background-color: #cfd2f1;
/*  box-shadow: 7px 7px 6px 0; */
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
	background-color: #cfd2f1;
}
.innertimetab{
	border: 1px solid #07839f;
	padding:5px;
	height:190px;
}
.innertab{
	border: 1px solid #07839f;
	padding:5px;
}
.fields{
	height:236px;
}
#menuphoto, #modulephoto {
	height: 50px;
}
.timetab{
	border: 0px solid #07839f;
	width:286px;
	float:left;
	padding:0px; 
}
.outertab{
	border: 0px solid #07839f;
	width:300px;
	float:left;
	padding:0px; 
}
.coststab{
	border: 1px solid #07839f;
	height:208px;
	display:inline-block;
	width:300px;
	padding:5px;
}
.formField{
    padding: 5px 10px;
    font-size: 1.0em;
    line-height: 1.5;
	border: 2px solid #ccc;
    border-radius: 5px;
}
#conditionContainer,#symptomContainer,#defectContainer,#repairContainer,#levelContainer,#sectionContainer{
	float:left;
} 
input[type=time]{
	width:100px;
}
input[type=text]{
	padding:1px 2px;
}
#orderno{
	width:80px;
}
#tech{
	width:20px;
}
#outloc{
	width:70px;
}
#parts7{
	width:195px;
}
#addmodel{
	margin: 0 0 0 10px;
	visibility:hidden;
}
#addmake{
	margin: 0 0 0 10px;
	visibility:hidden;
}
#addstreet{
	margin: 0 0 0 -15px;
	visibility:hidden;
}
.buttonsdiv{
	float:left;
}

.button-90 {
  color: #fff;
  padding: 15px 25px;
  border-radius: 100px;
  background-color: #4C43CD;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  cursor: pointer;
}

.buttons, .statbutton {
  border: 2px solid #07839f;
  color: #fff; background-color: #0483a0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
	background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
	background-image: -linear-gradient(top, #31b2c3, #0483a0);
  text-align: center;
  display: inline-block;
  margin-left: 3px;
  padding: 5px 5px;
  text-decoration: none;
  text-shadow: 1px 1px #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.buttons:hover, .statbutton:hover {
  border-color: #31b2c3; background:#31b2c3;
}
.buttons:disabled {
  border-color: #31b2c3; background:red;
}
.centered_form {
  background-color: #cfd2f1;
	position:relative;
  padding:10px;
  margin: auto;
  text-align: left;
 max-width: 900px;
  bottom:0px;
  border-radius: 10px;
}
.centered_ref_form {
  background-color: #a4d398;
	position:relative;
  padding:10px;
  margin: auto;
  text-align: left;
 max-width: 900px;
  bottom:0px;
  border-radius: 10px;
}
.table_line {
  background-color: #cfd2f1;
	position:inline-block;
  top:0px;
  margin:0px auto;
  text-align: center;
  border:0px;
  padding:0px;
  width:897px;
}
.charge_table{
	margin:auto;
	border:3px solid #a1a1a1;
	padding:9px 35px;
	background:#22cc22;
	width: fit-content;
	max-width: 95%;
	border-radius:20px;
	box-shadow: 7px 7px 6px 0;
	position: relative;
}
.centered_table {
	background-color: #cfd2f1;
	padding:10px 10px 10px 10px;
	position:relative;
	margin: auto;
	text-align: left;
	max-width: fit-content;
	z-index: 100;
	bottom:0px;
	border-radius: 10px;
}
.centered_referral {
	background-color: #cfd2f1;
	padding:2px 10px 10px 10px;
	position:relative;
	margin: auto;
	text-align: left;
	max-width: 920px;
	z-index: 100;
	bottom:0px;
	border-radius: 10px;
}
.labela {
	color: #2020e0;
    font-size: 15px;
    width:70px;
    height:21px;
	display: inline-block;
}
.labelb {
	color: #2020e0;
    font-size: 15px;
    width:80px;
    height:21px;
	display: inline-block;
}
.labelc {
	color: #2020e0;
    font-size: 15px;
    width:46px;
    height:21px;
	display: inline-block;
}
.labeld {
	color: #2020e0;
    font-size: 15px;
    width:85px;
    height:21px;
	display: inline-block;
}
.labele {
	color: #2020e0;
    font-size: 15px;
    width:100px;
    height:21px;
	display: inline-block;
}
.labelStreet {
	color: #2020e0;
    font-size: 15px;
    width:100px;
    height:21px;
	display: inline-block;
	float: left;
}
#Street{
	width:revert;
}
.labelf {
	color: #2020e0;
    font-size: 15px;
    height:21px;
	display: inline-block;
	text-align:right;
	padding: 0 0 0 5px;
}
.labelf2 {
	color: #2020e0;
    font-size: 15px;
    height:21px;
	display: inline-block;
	text-align:right;
	padding: 0px;
}
.labelstreet2 {
	color: #2020e0;
    font-size: 15px;
    height:21px;
	width: 70px;
	display: inline-block;
	padding: 0px;
}
#quotefee, #totalex{
	color: #2020e0;
    font-size: 15px;
    height:21px;
	display: inline-block;
	text-align:right;
	padding: 0 0 0 5px;
}
.labelg {
	color: #2020e0;
    font-size: 15px;
    width:120px;
    height:21px;
	display: inline-block;
	text-align: right;
}
.labelh {
	color: #2020e0;
    font-size: 15px;
    width:160px;
    height:21px;
	display: inline-block;
	text-align: right;
}
.labelr {
	color: #2020e0;
    font-size: 15px;
    height:21px;
	display: inline-block;
	text-align:right;
	padding: 0 0 0 10px;
	width:100px;
}
.labels {
	color: #2020e0;
    font-size: 15px;
    width:120px;
    height:21px;
	display: inline-block;
}
.labelcondition, .labelsymptom, .labeldefect, .labelrepair, .labellevel, .labelsection {
	color: #2020e0;
    font-size: 15px;
    width:70px;
    height:21px;
	display: inline-block;
	text-align:right;
	float: left;
}
.labelmodel, .labelmake, .labelstreet {
	color: #2020e0;
    font-size: 15px;
    width:70px;
    height:21px;
	display: inline-block;
	text-align:left;
	float: left;
}
.labelpop{
	color: #2020e0;
    font-size: 15px;
    width:70px;
    height:21px;
	display: inline-block;
	text-align:left;
	float: left;
}
.labelagent, .labelcarrier{
	color: #2020e0;
    font-size: 15px;
    width:70px;
    height:21px;
	display: inline-block;
	text-align:left;
	float: left;
}
.input {
    font-size: 12px;
}
.fields input{
  width:155px;
}
.product select{
  width:155px;
}
input:disabled {
    background-color:azure;
	color:black;
}
textarea:disabled {
    background-color:azure;
	color:black;
}
select:disabled {
	opacity:1;
    background-color:azure;
	color:black;
}
.wide{
	width:195px;
}
.input9 {
     height:14px;
	display: inline-block;
	width:75px;
	text-align:right;
}
.select {
    font-size: 12px;
     height:20px;
	display: inline-block;
	width:190px;
}
.scroll_table {
	display:block;
	overflow-y:scroll;
	max-height:800px;
    font-size: 15px;
	border-collapse;
	collapse; border-spacing: 0;
}
.scroll_table td,th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
  transition: all 0.2s; /* Simple transition for hover effect */
}
.scroll_table th {
	position: sticky; top: 0;
  background: #b2b4cf; /* Darken header a bit */
  font-weight: bold;
/*  position:fixed; */
}
.scroll_table td {
  background: #FAFAFA;
}
.scroll_table tr:nth-child(even) td { background: #cfd2f1; }
.scroll_table tr:nth-child(odd) td { background: #FEFEFE; }
.scroll_table tr:hover td {
/*  cursor: pointer;*/
  background: #b2b4cf;
  color: #00F;
/*  transform:scale(1.10);
  padding-left:10px;  */

}
.claim_table {
  display:block;
  max-height:800px;
	overflow-y:scroll;
   font-size: 15px;
/*  height:auto; */
  border-collapse;
  collapse; border-spacing: 0;
}
.claim_table td,th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
  transition: all 0.2s; /* Simple transition for hover effect */
}
.claim_table th {
	position: sticky; top: 0;
  background: #b2b4cf; /* Darken header a bit */
  font-weight: bold;
/*  position:fixed; */
}
.claim_table td {
  background: #FAFAFA;
}
.claim_table tr:nth-child(even) td { background: #cfd2f1; }
.claim_table tr:nth-child(odd) td { background: #FEFEFE; }
.claim_table td:nth-child(2):hover  {
  cursor: pointer;
  background: #b2b4cf;
  color: red;
}
.claim_table td:nth-child(2)  {
	text-decoration: underline;
	color: #00F;
}	
#model_table td:nth-child(1)  {
	text-decoration: underline;
	color: #00F;
}	
#model_table td:nth-child(6)  {
	text-decoration: underline;
	color: #00F;
}	
.item_table {
  display:block;
    font-size: 15px;
  max-height:800px;
/*  height:auto; */
	overflow:auto;
  border-collapse;
  collapse; border-spacing: 0;
}
.item_table td,th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
  transition: all 0.2s; /* Simple transition for hover effect */
}
.item_table th {
	position: sticky; top: 0;
	background: #b2b4cf; /* Darken header a bit */
  font-weight: bold;
/*  position:fixed; */
}
.item_table tr:nth-child(even) td { background: #cfd2f1; }
.item_table tr:nth-child(odd) td { background: #FEFEFE; }
.clickrow {
	cursor: pointer;
}
.clickref {
	cursor: pointer;
}
.clickprevjob {
	cursor: pointer;
}
.clickitem  {
	text-decoration: underline;
	color: #00F;
}	
.clickitem:hover  {
  cursor: pointer;
  color: red;
}
.clickjob, .clicksku  {
	text-decoration: underline;
	color: #00F;
}	
.clicksku:hover  {
  cursor: pointer;
  color: #F00;
}
.clickjob:hover  {
  cursor: pointer;
  color: #F00;
}
.clickorder  {
	text-decoration: underline;
	color: #00F;
}	
.clickorder:hover  {
  cursor: pointer;
  color: red;
}
.clickstatus  {
	text-decoration: underline;
	color: #00F;
}	
.clickstatus:hover  {
  cursor: pointer;
  text-decoration-color: red;
}
#ttable, #rtable{
  display:block;
  max-height: 150px;
  overflow-y: scroll;

}
.scroll_table_mini {
  display:block;
  max-height:200px;
/*  height:auto; */
	overflow:auto;
  border-collapse;
  border-spacing: 0;
}
#partform {
	border:3px solid black;
	padding:10px;
	width: 90%;
	max-width:1312px;
	max-height:600px;
	text-align: left;
	left:5%;
	color:black;
	border-radius:20px;
	box-shadow: 7px 7px 6px 0;
	position:absolute;
	background-color: #dad4d4;
	z-index:1000;
	padding:10px;
	top:300px;
	display:none;
	resize:both;
	overflow:auto;
}
#partformheader, #bomformheader{
	cursor:move;
	text-align: center;
}
.parts_table{
	display:block;
    font-size: 12px;
	overflow:auto;
	border-collapse: collapse;
	border: 1px solid #07839f;
}
.parts_table tr:nth-child(even) td { background: #E1E1E1; }
.parts_table tr:nth-child(odd) td { background: #FEFEFE; }
.parts_table td,th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
/*  transition: all 0.2s;  Simple transition for hover effect */
}
.parts_table th {
	position: sticky; top: 0;
  background: #BFBFBF; /* Darken header a bit */
  font-weight: bold;
  color: #00F;
/*  position:fixed; */
}
.parts_table td:nth-child(1):hover {
  cursor: pointer;
  background: #BCBCBC;
  color: #00F;
}
.parts_table td:nth-child(1)  {
	text-decoration: underline;
	color: #00F;
}	
#bomform {
	border:3px solid black;
	padding:10px;
	max-width:1312px;
	max-height:600px;
	left:5%;
	color:black;
	border-radius:20px;
	box-shadow: 7px 7px 6px 0;
	position:absolute;
	background-color: #dad4d4;
	z-index:1000;
	padding:10px;
	top:200px;
	display:none;
	resize:both;
	overflow:auto;
}
.bom_table{
    font-size: 15px;
	overflow:auto;
	border-collapse: collapse;
}
.bom_table th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
/*  transition: all 0.2s;  Simple transition for hover effect */
	position: sticky; top: 0;
  background: #BFBFBF; /* Darken header a bit */
  font-weight: bold;
  color: #00F;
/*  position:fixed; */
}
.bom_table tr:nth-child(even) td { background: #E1E1E1; }
.bom_table tr:nth-child(odd) td { background: #FEFEFE; }
.used_table{
	display:block;
	max-height:200px;
    font-size: 12px;
	overflow:auto;
	border-collapse: collapse;
	border: 1px solid #07839f;
}
.used_table tr:nth-child(even) td { background: #E1E1E1; }
.used_table tr:nth-child(odd) td { background: #FEFEFE; }
.used_table td,th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
  transition: all 0.2s; /* Simple transition for hover effect */
}
.used_table th {
	position: sticky; top: 0;
  background: #BFBFBF; /* Darken header a bit */
  font-weight: bold;
  color: #00F;
/*  position:fixed; */
}
.used_table tr:hover td {
  background: #BCBCBC;
  color: #00F;
}
.change_table{
	display:block;
	max-height:200px;
    font-size: 12px;
	overflow:auto;
	border-collapse: collapse;
	border: 1px solid #07839f;
}
.change_table tr:nth-child(even) td { background: #E1E1E1; }
.change_table tr:nth-child(odd) td { background: #FEFEFE; }
.change_table td,th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
  transition: all 0.2s; /* Simple transition for hover effect */
}
.change_table th {
	position: sticky; top: 0;
  background: #BFBFBF; /* Darken header a bit */
  font-weight: bold;
  color: #00F;
/*  position:fixed; */
}
.change_table tr:hover td {
//  cursor: pointer;
  background: #BCBCBC;
  color: #00F;
}
.toorder_table{
	display:block;
	max-height:200px;
    font-size: 12px;
	overflow:auto;
	border-collapse: collapse;
	border: 1px solid #07839f;
}
.toorder_table tr:nth-child(even) td { background: #E1E1E1; }
.toorder_table tr:nth-child(odd) td { background: #FEFEFE; }
.toorder_table td,th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
  transition: all 0.2s; /* Simple transition for hover effect */
}
.toorder_table th {
	position: sticky; top: 0;
  background: #BFBFBF; /* Darken header a bit */
  font-weight: bold;
  color: #00F;
/*  position:fixed; */
}
.toorder_table tr:hover td {
  background: #BCBCBC;
  color: #00F;
}
.partedit  {
  cursor: pointer;
	text-decoration: underline;
	color: #00F;
}	
.file_table {
}
#modulephoto .file_table, #menuphoto .file_table {
	max-height:55px;
}
.file_table td:hover {
  cursor: pointer;
    font-size: 12px;
  background: #BCBCBC;
  color: #00F;
}
.fault_table {
}
.fault_table tr:hover td {
  cursor: pointer;
    font-size: 12px;
  background: #BCBCBC;
  color: #00F;
}
.tabselect {width:60px;}
.tabstreet {width:330px;}
.tabcity {width:200px;}
.tabfirst {width:120px;}
.tabsurname{width:120px;}
.tabphone {width:160px;}
.tabproblem {width:230px;}
.tabrepairs {width:360px;}
.tabstatus {width:60px;}
.tabpart {width:250px;}
.tabdescript {width:350px;}
.tabqty {width:30px;}
.tabcost {width:100px;}
.tabdateused {width:110px;}
.tabday {width:95px;}
.tabday2 {width:180px;}
.tabtime {width:60px;}
/*.time {height:90px;}
/* Sortable tables */
.user_dets {
  position:absolute;
  background-color:#ededed;
  top:150px;
  left:40%;
  width:350px;
  z-index:1000;
  margin:5px auto;
  text-align:left;
  border:1px solid black;
  display:none;
}
.user_dels {
  position:absolute;
  background-color:#ededed;
  top:150px;
  left:40%;
  width:250px;
  z-index:1000;
  margin:5px auto;
  text-align:left;
  border:1px solid black;
  display:none;
}
.user_table {
  background-color: #dad4d4;
  border:3px solid black;
	padding:10px;
	top:150px;
  left:33%;
  max-height:700px;
	overflow:auto;
/*	z-index:100; */
  margin: 10px auto;
  text-align: left;
  width: 650px;
  color:black;
  border-radius:20px;
  box-shadow: 7px 7px 6px;
}
.user_table td,th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
  transition: all 0.2s; /* Simple transition for hover effect */
}
.user_table th {
  background: #BFBFBF; /* Darken header a bit */
  font-weight: bold;
/*  position:fixed; */
}
.user_table td {
  background: #FAFAFA;
}
.user_table tr:nth-child(even) td { background: #E1E1E1; }
.user_table tr:nth-child(odd) td { background: #FEFEFE; }
.user_table tr:hover td {
  cursor: pointer;
  background: #BCBCBC;
  color: #00F;
/*  transform:scale(1.10);
  padding-left:10px;  */
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
  z-index:9999;
/* 	position: absolute; */
	text-align: center;
	top: -20px;
  left:-12px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }
.centered_form2 {
	border:3px solid black;
	padding:2px 10px 10px 10px;
	margin: 10px auto 10px auto;
	width: 650px;
	text-align: left;
	left:25%;
	color:black;
	border-radius:20px;
	box-shadow: 7px 7px 6px 0;
	position:absolute;
	background-color: #dad4d4;
	z-index:1500;
	padding:10px;
	top:120px;
	display:none;
}
#itemedit{
	border:3px solid black;
	padding:2px 10px 10px 10px;
	width: 650px;
	text-align: left;
	left:20%;
	color:black;
	border-radius:20px;
	box-shadow: 7px 7px 6px 0;
	position:absolute;
	background-color: #dad4d4;
	z-index:1500;
	padding:10px;
	top:190px;
	display:none;

}
#itemeditheader{
	cursor:move;
	text-align: center;
}
.tech_table{
	display:block;
	max-height:300px;
    font-size: 12px;
	overflow:auto;
	border-collapse;
}
.tech_table tr:nth-child(even) td { background: #E1E1E1; }
.tech_table tr:nth-child(odd) td { background: #FEFEFE; }
.tech_table td,th {
  border: 1px solid transparent; /* No more visible border */
  height: 20px;
  transition: all 0.2s; /* Simple transition for hover effect */
}
.tech_table th {
	position: sticky; top: 0;
  background: #BFBFBF; /* Darken header a bit */
  font-weight: bold;
  color: #00F;
/*  position:fixed; */
}
.tech_table tr:hover td {
  cursor: pointer;
  background: #BCBCBC;
  color: #00F;
}
.statbutton{
	display:none;
}
#jobselect{
	float: left;
    margin: 0 0 0 30px;
}
/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  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 */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: fit-content; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}
.container {
	padding: 15px;
}
#googlemaps {
	 width:25px; 
	 height:25px;
}
#googlemaps:hover {
  cursor: pointer;
}
#Spare_Part_Images {
	float:right;
	padding:30px;
  border: 5px solid blue;
  width: 200px;
  height: 100px;
}
.payment, .tabamount {
	text-align:right;
}