 html, body {
	margin:0;
	padding:0;
}

body{
	background:#fff;
	font-family:Trebuchet Ms;
}

title{
	text-transform:capitalise;
}

#container{
	width:1118px;
	height:660px;
	margin:0 auto;
	background:#fff;
	padding-left:2px;
}

.loading{
    position: absolute;
    top: 40px;
    left: 40px;
    font-size:54px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: transform;
    transition-duration: 1s;
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate; 
    -moz-animation-duration: 1s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate; 
    animation-duration: 1s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display:none;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

header{
	width:1007px;
	height:35px;
	float:right;
	clear:both;
	background:#fff;
	border:0px solid #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sm-logo{
	width:100px;
}

#tabtop{
	width:250px;
	height:30px;
	margin-top:3px;
	border:2px solid #000;
	border-top-right-radius:10px;
	background:#000;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding-left:15px;
	float:left;
}

/*  CONTENT STYLES  */

#content{
	width:997px;
	height:665px;
	border:3px solid #000;
	float:left;
	margin-top:0px;
}

.hiddenhr{
	border:0px solid #ccc;
	width:100%;
	height:1px;
	float:left;
	clear:both;
}

/*  LEFT NAV STYLES */
nav header{
	height:28px;
	width:109px;
	float:left;
	clear:both;
	background:#fff;
	border:1px solid #fff;
	padding:1px;
	text-align:center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav{
	width:111px;
	overflow:hidden;
	float:left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav ul{
	padding:0;
	margin:0;
	list-style:none;
}

nav ul .active{
	padding:2.5px;
	padding-bottom:5px;
	margin:0;
	float:left;
	clear:both;
	width:112px;
	height:55px;
	margin-top:10px;
	border:1px solid #000;
	border-radius: 0px;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	background-image: radial-gradient(#383838, #000);
	color:#fff;
	text-align:center;
}


nav ul #who{
	background-image: radial-gradient(#f00, #f06d06);
}


nav ul #order{
	background-image: radial-gradient(#fffbb7, #fcca00);
}

nav ul #pay{
	background-image: radial-gradient(#19ff00, #109601);
	
}




nav ul #payoff{
	background-image: linear-gradient(#ccc, #ccc);
}
nav ul .btnoff{
		background-image: radial-gradient(#ccc, #ddd) !important;
}


nav ul li{
	padding:2.5px;
	padding-bottom:5px;
	margin:0;
	float:left;
	clear:both;
	width:102px;
	height:55px;
	margin-top:10px;
	border:0px solid #00f;
	border-radius:60px;
	background-image: radial-gradient(lightblue, #00f);
	text-align:center;
	overflow:hidden;
}


nav ul li a{
	width:100%;
	height:100%;
	display:block;
	font-size:50px;
	color:#000;
	margin-top:0 !important;
	padding-top:0 !important;
}

nav ul li *{
	-webkit-text-stroke: 2px #fff;
}

nav ul .active *{
	-webkit-text-stroke: 2px #000;
}

nav ul .active a{
	color:#fff;
}

nav ul .active a:hover{
	color:#ccc;
}


nav ul li a:hover{
	color:#f00;
}




.tillinfo{
	line-height:15px;
	margin-top:6px;
	text-align:center;
}
.customerinfo{
	line-height:15px;
	margin-top:6px;
	width:40%; 
	margin-left:10px; 
	padding-right:10px; 
	float:left; 
	margin-top:10px;
}

#ilsnav{
	list-style:none;
	margin-top:0px;
	margin-left:3px;
	padding-left:3px;
	height:15px;
}

#ilsnav li{
	float:left;
	margin-right:5px;
}

.hideme{
	color:#fff;
	background:#fff;
}
.big-icon {
    font-size: 102px;
}
.text-center{
	text-align:center;
	padding-top:100px;
}

#clocking{
	padding-top:20px;
}
.neworder{
	margin:50px 1% !important;
	color:#fff;
	font-size:42px;
    width: 98%;
    height: 54px;
	
}

.invoice{
	display:none;
}
/* KPI STYLES */
.green-bg{
	background-color:green;
}
.yellow-bg{
	background-color:orange;
}
.red-bg{
	background-color:red;
}

.btn-orange{
	background-color:#FFA500;
}
.pendingorder{
	width:140px;
	height:65px;
	float:left;
	margin:5px;
	overflow:hidden;
}

.pendingorder a{
	width:100%;
	height:100%;
	display:block;
	margin-top:10px;
	text-align:center;
	position:relative;
	text-decoration:none;
	color:#fff;
	
}
/* BUTTON STYLES */
.btn{
	font-weight:bold;
	text-align:center;
	border-style:double;
	border-radius:10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn a{
	display:block;
	height:100%;
	width:100%;
	padding-top:2px;
	color:#fff;
	text-decoration:none;
}

.btns{
	width:977px;
	height:22px;
	padding-top:3px;
	padding-bottom:8px;
	padding-left:3px;
	margin-bottom:5px;
	margin-left:5px;
	margin-top:5px;
	padding-top:3px;
}

.sales-btn{
	width:150px;
	margin-right:5px;
	float:left;
}

.btn-black{
	padding-bottom:12px;
	border-radius:10px 10px 0 0 ;
	border-bottom:none;
	background:#000;
}

.leftmargin-5 {
	margin-left:5px;
	
}

.padding-5{
	padding:5px;
}

.halfbox {
	width:45%;
	float:left;
}
.btn-red{
	background-image: linear-gradient(#f00, #f06d06);
}
.btn-grey{
	background-image: linear-gradient(#ccc, #ddd);
}
.btn-blue{
	background-image: linear-gradient( #0ff,#00f);
}
.btn-green{
	background-image: linear-gradient(#19ff00, #109601);
}

.floatright {
	float:right!important;
}

.cancel{
	width:130px;
	height:22px;
	margin-top:2px;
	float:right;
	color:#fff;
	margin-left:10px;
	cursor:pointer;
	outline:none;
}

.logout{
	width:130px;
	height:22px;
	margin-top:2px;
	float:right;
	color:#fff;
	margin-left:10px;
	cursor:pointer;
	outline:none;
}

.no-details{
	width:150px;
	height:24px;
	margin:5px;
	float:right;
	color:#fff;
	margin-left:10px;
	cursor:pointer;
	outline:none;
}

.search{
	width:98%;
	height:54px;
	color:#fff;
	margin:20px auto;
	font-size:42px;
	cursor:pointer;
	outline:none;
}

.yes{
	width:150px;
	height:34px;
	margin:5px;
	float:left;
	color:#fff;
	margin-left:10px;
	font-size:22px;
	cursor:pointer;
	outline:none;
	text-decoration:none;
}

.no{
	width:150px;
	height:34px;
	margin:5px;
	float:left;
	color:#fff;
	margin-left:10px;
	font-size:22px;
	cursor:pointer;
	outline:none;
}


.getcustbtn{
	width:240px;
	height:44px;
	margin:5px;
	float:left;
	color:#fff;
	margin-left:10px;
	font-size:32px;
	cursor:pointer;
	outline:none;
}

.btn-off{
	background:#ccc;
	cursor:initial;
}




/*  TABS STYLES */

/* Who Tab */

.whoform{
	width:98%;
	margin: 0 auto;
}

#who table{
	width:100%;
}	

/* Order Tab */

#order{
	position:relative;
	z-index:9998;
	display:block;
}

#items{
	width:977px;
	height:222px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	border:3px solid #000;
	margin-bottom:5px;
	margin-left:5px;
	margin-top:5px;
	overflow-y:scroll;
}

#itemsbar{
	width:977px;
	height: 22px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	border:3px solid #000;
	margin-bottom:5px;
	margin-left:5px;
	margin-top:5px;
	overflow-y:scroll;
}

	#items a{
		top:-4px;
		position: relative;
	}

#items form{
	width:40%;
	float:left;
	clear:none;
}

#items .error{
	width:40%;
	float:right;
	margin-right:5%; 
	clear:none;
	color:#f00;
	line-height:20%;
	font-weight:bold;	
}

#basket{
	width:980px;
	height:210px;
	border:3px solid #000;
	overflow-y:scroll;
	margin-bottom:5px;
	margin-left:5px;
}
#th{position: sticky;}
#basket table{
	border-collapse:collapse;
	
}

#basket table tr{
	height:45px;
	
}

#basket table tr td img{
	height:45px;
	
}

#order-details{
	width:180px;
	height:80px;
	border:3px solid #000;
	float:right;
	margin-top:5px;
	margin-right:5px;
}


.orderrow:hover{
	cursor:pointer;
}







.productscroll{
	width:155px;
	height:295px;
	float:left;
	margin-left:12px;
	margin-bottom:2px;
	margin-top:2px;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	border:1px solid #000;
	
}

.productscroll img{
	height:89px;
	
}


.descriptiontext{
	
	width:500px;
	height:250px;
	padding:5px;
	border:1px solid #000;
	border-radius:5px;
	margin-top:10px;
	margin-left:5px;
	clear:right;
	float:left;
	overflow-y:scroll;
}

/* Pay Form */


label {
color: #000;
font-weight: bold;
display: block;
width: 150px;
float: left;
margin-top:10px;
margin-left:10px;
	clear:left;
	float:left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label:after { content: " " }

.paytotals{
	font-size:30px;
	margin-bottom:20px;
}
.paytotals *{
	font-size:30px;
	margin:15px;
}

.payinput{
	width:250px;
	height:20px;
	padding:5px;
	clear:right;
	float:left;
	border:1px solid #000;
	border-radius:5px;
	margin-top:10px;
	margin-left:5px;
}

.recommendation{
	border:1px solid #ccc;
	margin:3px;
	height:100%;
}

#amount_button_id{
	float:right;
}
#amount_button_id li{
	float:left;
	list-style:none;
	width:61px;
	height:39px;
	background:#00f;
}
btn_5pound{
	background:#00f;
	width:61px;
	height:39px;
}
btn_10pound{
	background:#00f;	
}
btn_20pound{
	background:#00f;	
}
btn_50pound{
	background:#00f;	
}

select{
	width:260px;
	height:35px;
	padding:5px;
	border:1px solid #000;
	border-radius:5px;
	margin-top:10px;
	margin-left:5px;

	
}

#change{
	display:none;
}


/* Accounts Page */

#pending-orders{
	width:980px;
	height:250px;
	border:3px solid #000;
	overflow-y:scroll;
	margin:5px auto;
}

#pending-orders .pending{
	height:auto;
	width:auto;
	display:inline-block;
	float:left;
	background:#0f0;
	margin:5px;
}



#complete-orders{
	width:980px;
	height:250px;
	border:3px solid #000;
	overflow-y:scroll;
	margin:5px auto;
}
#jobnotes{
	width:950px;
	height:250px;
	border:3px solid #000;
	overflow-y:scroll;
	margin:5px auto;
}

#jobnotes div{
	width:95%;
	height:auto;
	padding:10px;
	border:3px solid #000;
	margin:5px auto;
}



#complete-orders .pending{
	height:auto;
	width:auto;
	display:inline-block;
	float:left;
	background:#f00;
	margin:5px;
}

#orderdetail{
	width:980px;
	height:475px;
	border:3px solid #000;
	overflow-y:scroll;
	margin:5px auto;
}
#jobdetail{
	width:980px;
	height:565px;
	border:3px solid #000;
	overflow-y:scroll;
	margin:5px auto;
}


.order-reference{
	width:49%;
	height:auto;
	float:left;
	text-align:center;
	font-weight:bold;
	color:#f00;
	font-size:18px;
}


.order-status{
	width:49%;
	height:auto;
	float:right;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:18px;
}



/* Manager Page */

#viewsales{
	width:980px;
	height:480px;
	border:3px solid #000;
	overflow-y:scroll;
	margin-bottom:5px;
}
 /* Stock System */


#stock{
	width:980px;
	height:470px;
	border:3px solid #000;
	overflow-y:scroll;
	margin:5px auto;
}

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

#stock table td{

	border:1px solid #000;
}
#report{
	display:none;
}

.stockrow:hover{
	background:#ccc;
	cursor:pointer;
}

/* Cancel Overlay */
#cancel-popup{
	display:none;
	background: #fff;
	width:352px; 
	height:156px; 
	padding-top:0px;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; 
	z-index:9999; 
	text-align:center;
	font-weight:bold;
	border:3px solid #00f;
	border-radius:10px;
}

#cancel-popup-top{
	background: #00f;
	width:352px; 
	height:auto;
	z-index:9999; 
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
}

#cancel-popup a{
	padding:0px;
	font-weight:bold;
}
#cancel-popup submit{
	padding:20px;
	font-weight:bold;
	float:left;
}
	
/* logout Overlay */
#logout-popup{
	display:none;
	background: #fff;
	width:352px; 
	height:156px; 
	padding-top:0px;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; 
	z-index:9999; 
	text-align:center;
	font-weight:bold;
	border:3px solid #f00;
	border-radius:10px;
}

#logout-popup-top{
	background: #f00;
	width:352px; 
	height:auto;
	z-index:9999; 
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
}


.custrow:nth-child(even) {background: #d1fcfc}
.custrow:nth-child(odd) {background: #FFF}
.custrow:hover{
	background:#ccc;
	cursor:pointer;
}
	



/* Login page */

#login-content{
	width:1019px;
	height:458px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	background: URL('../images/login/bg.png') no-repeat;
	text-align:center;
	margin-top:50px;
}

#login-box{
	width:270px;
	height:90px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	padding-top:140px;
}

#login-content .logo{
	margin-top:55px;
	width:300px;
}
#login-content #version{
	font-size:25px;
	font-weight:bold;
	color:#fff;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #000;
}

/* Hide Invoice */
#invoice {
	display:none;
}
#invoice *{
	display:none;
}


#jobnotes{

}


.productitem{
	width:180px;
	height:290px;
	margin:5px;
	float:left;
	border:1px solid #000;
}

.productitem img{
	width:100%;
max-height:130px;
height:auto; 

}
