@charset "utf-8";
/* CSS Document */

/* general*/



/*.ui-page { -webkit-backface-visibility: hidden;  }  */
.ui-body-d, .ui-overlay-d,.ui-btn-up-d{
	text-shadow: none !important;
}
.ui-title {
	margin:0.6em auto 0.8em 0px !important;
	width:100%;
}
.ui-content{
	padding:0px 5px 15px 5px ;
	color:#fff;
	text-shadow:none !important;
	background-color:#98B1AE;

	height:100%;
	
}
.ui-content .ui-listview{
	margin:0px -15px -15px -15px;
}
body{
	padding:0;
	margin:0;
	font:12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#000;	
	text-align:left;
	text-shadow:none !important;
}
.wrapper{
	height:100%;
}
input[type=text],input[type=password],input[type=date] {
	text-align:left;
	font-size:12px;
}

.ui-checkbox,.ui-checkbox .ui-btn.ui-mini, .ui-radio .ui-btn.ui-mini{
	padding:0;margin:0;
}
.ui-btn-up-c , .ui-btn-hover-c {
	font-weight:normal;
}
.ui-combobox {
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
}
.ui-combobox-input {
	margin: 0;
	padding: 0.3em;
}
.ui-btn-text,.ui-input-text{
	font-size:12px;
}
::-webkit-input-placeholder { color:#6b706f; }
::-moz-placeholder { color:#6b706f; } /* firefox 19+ */
input:-moz-placeholder { color:#6b706f; }

.ui-icon.ui-icon-dashboard,.ui-icon.ui-icon-time,.ui-icon.ui-icon-cloud-upload,.ui-icon.ui-icon-group,.ui-icon.ui-icon-cogs {
	background-image: none;
}
.ui-input-datebox{
	padding:0 !important;
}


#error{
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:10px;
	text-shadow:none;
	font-size:14px;
	font-family: Verdana;
	width:100%;
}

#ad{
	background-color:#f4f40b
}
#active span{
	background-color:green;
	color:#fff;
}
#inactive span{
	background-color:gray;
	color:#fff;
}

#report{
	overflow:auto;
}
#smallprofile{
	text-align:center;
	margin-top:10px;
}

/*
#topRight{
	background-color:#fff;
	color:#000;
	float:right;
	height:215px;
	width:69.9%;
	text-align:center;
	color:#788081;
	font-size:12px;
	font-weight:bold;
}

#topRight img{
	margin:0px 0 8px 0;
	/*width:100%;	
	height:120px;
	}*/
/*
#topRight .descript{
	height:28px;
	float:left;
	width:100%
}
#topRight .fullname{
	font-size:14px;color:#000;
}
#topRight .barcode{
	float:right;	
	margin:1px 2px 0 0;
}
#topRight .sku{
	float:left;	
	margin:1px 0 0 2px;
}

#topLeft{
	
	padding:15px 0 0 0;
	background-color:#fff;
	margin:0 ;
	float:left;	
	height:200px;
	width:30%;
	text-align:center;
	color:#2f3131;
	
}
#topLeft .yourprice{
	font-size:16px;
	line-height:18px;
	padding:0 0 2px 0;
	font-weight:bold;
}
#topLeft .replacement{
	font-size:10px;
	font-weight:normal;
	padding:20px 5px 0 5px;
}
#topLeft .brand{
	font-size:14px;
	font-weight:bold;
	padding:75px 5px 0 5px;
	
}
#topLeft .brand span{
	font-size:12px;
	color:#707476;
}

#bodyTop{
	border: 0px solid #ff4d00;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #ff4d00;
	padding:15px 0 15px 0;
	margin:0 auto 1px auto;
	overflow:hidden;
	width:303px;
}

.reflection{
	width:100%;
	background-size:100% auto;
	background:url(images/reflectionbg.png) no-repeat 1px 0;
	background-size:100% auto;
	height:29px;
	font-size:0;
	line-height:0;
	display:block;
}
.reflection div{
	color:#ffffff;
	font-size:12px;
	float:left;
	margin:10px 0 0 10px;
}
.reflection div a{color:#ffffff;text-decoration:underline;}
.reflection #customeremail{float:right;margin:10px 5px 0 0}
#like{	width:100%;background-color:#000; margin-top:10px;padding:15px 0 15px 0;}
#like a{	color:#fff;font-size:12px;padding:0 20px 0 20px;font-size:12px;font-weight:bold;}
.price{float:left;	
	margin:2px 0 0 0;
}

*/
#itemimage{
	background-color:#000;
	margin:auto;
	text-align:center;
}
#itemimage img {
	height:150px;
	width:auto;
	padding:10px 0 10px 0;
}
#itemdata{
	height:100%;
	overflow-y:auto; 	
}
#itemdata table{
	width:100%;
}
#itemdata table tr{
	border-style:none;
}
#itemdata td {
	padding:5px;
	border:none;
	background-color:#434544;
	border-bottom-color:#7b8483;
	border-bottom-width:1px;
	border-bottom-style:solid;
	
}
#itemdata .fr{
	float:right;
}
.fl {
	float:left;
}
 .itemsale{
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#banner {
	padding:5px;
	background:linear-gradient(#3C3C3C, #dbd11e) repeat scroll 0 0 #dbd11e;
	
}
#banner #bannerarea{
	width:250px;
	background-color:#dbd11e;
	margin:auto;
	padding:5px;
	border:solid 3px #7d8282;
}
#banner .bannertext{
	color:#000;
	z-index:2;
	margin-bottom:20px;
}
#banner .countdown{
	color:#ff0000;
	z-index:2;
}
#followup{
	position:absolute;z-index:100;top:10%;width:90%;margin:35px auto;padding:15px;background-color:#7d7e82;
}
#contentprofile .ui-btn-inner{
	white-space:normal;height:55px;text-align:left;padding:15px;margin:auto;
}
#scanscreen {width:100%;margin:auto;text-align:center}
#scanscreen img {cursor:pointer;}

.customersearch{
	margin-top:30px;
	
}
.customersearch span{
	font-weight:normal;
	font-size:12px;
	margin:3px 0 3px 0;
	
}
.customersearch  .name{
	font-weight:bold;
	font-size:14px;
}
.range div div{
	padding:5px;
	border:solid 1px orange;
	width:80px;
	float:left;
	text-align:center;
}
.range br{
	clear:both;
}
/*/----------------------*/

.separator{
	padding:25px;color:red;
	margin:-15px;
	font-weight:bold;
	font-size:14px;
	background-color:#F9F9F9 ;
}
.black{background-color:#000000;padding:0;margin:0;}

.red {color:#ff0000;}

.salesman{
	color:#ea7015;
}
.icon{
	margin:15px 20px 15px 20px ;
}
.linecounts{
	float:right;margin-top:0px;
}
.sale{
	float:right;	
	margin:2px 5px 0 0;
	color:#ff0000;
}
.sessionon{
	text-shadow:none;
	background-color:#47d629;
	color:#fff;
	float:left;
	border:1px solid;border-radius:50%;padding:8px 2px 0 2px;margin:3px 5px 0 0;height:25px;
}
.sessionoff{
	text-shadow:none;
	background-color:#686a69;
	color:#c2c2c2;
	float:left;
	border:1px solid;border-radius:50%;padding:12px 2px 0 2px;margin:2px 5px 0 0;height:30px;
}
.orangeback{
	border: 1px solid #875010 /*{b-body-border}*/;
	color: #000 /*{b-body-color}*/;
	text-shadow: none;
	background: #f7931e /*{b-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FF981f /*{b-body-background-start}*/), to( #ed8d1c /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FF981f /*{b-body-background-start}*/, #ed8d1c /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FF981f /*{b-body-background-start}*/, #ed8d1c /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FF981f /*{b-body-background-start}*/, #ed8d1c /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FF981f /*{b-body-background-start}*/, #ed8d1c /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FF981f /*{b-body-background-start}*/, #ed8d1c /*{b-body-background-end}*/);
	padding: 10px ;
	overflow: hidden ;
	} 
table{
	border-collapse:collapse;
	/*border:solid 1px  #fcd3b1; */
	margin:auto;	
	word-wrap:break-word;
	padding:2px;
	
}
table {
	width:100%;
}
td {
	border:1px solid #808080 ;
	padding:2px;
	vertical-align: top;
	
}
tr .black {
	background-color:#000;
}
.black td {
	color:#fff;
}


.tr{
	background-color:#69706d;
	font-weight:bold;
	padding:2px;
}

.footer{
	text-align:center;
}
.size14{
	color:#444646;
	font-size:14px !important;
}
.size12{
	color:#444646;font-size:12px;
}
.price{
	color:#1c4b8c;font-size:12px;
}
.smallgreen{
	font-size:10px;
	color:#139a0c;
}
.custdetail span{font-weight:normal;font:14px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;margin-bottom:5px}
.custdetail .b{
	font-weight:bold;
}
.custdetail .bb{
	font-weight:bold;
	font-size:16px;
	color:#000000;
	
}
.right{
	text-align:right !important;
}
.left{
	text-align:left !important;
}

.block-6{
	width:16.66%;float:left;
}

.scanimage {float:right;margin:-40px 0px 0;}
.scanimage a {
	background-image:url(images/scanimage.png);
	background-repeat:no-repeat;
	height:29px;
	width:28px;
	background-position:center;
}
.sidespace{
	padding: 0px 3px ;
}
.smallfont{
	font-size:14px !important;
}
.minifont{
	font-size:9px;
	color:#000;
	font-family:comic sans ms;
}
.columntitle{
	font-size:14px;font-weight:bold;
}
.bold{font-weight:bold;}
.blackbold{
	font-weight:bold;
	color:#000;
	font-size:16px;
}
.rl0{
	margin-left:0 !important;margin-right:0 !important;
}
.inputlabel{text-align:right;padding-top:13px;padding-right:3px;}
.nogaps:before{
	margin:0 !important;padding:0 !important;
}
.label {
	font-size:12px !important;
	color:#000;
	font-family:Arial;
	
}
.labelleft{
	width:25% !important;
	background-color:#7b8778;
	padding:5px 0 5px 2px;
	margin-top:8px !important
}
.labelfree{
	background-color:#7b8778;
	padding:5px 2px 5px 2px;
	margin:5px 2px 0 0;
}
.pageseparate{
	padding:7px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background-color:#7b8778;
}
.bf{
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.div8{
	color:#000;
}
.div8 div{
	width:11%;float:left;border:solid 1px gray;height:30px;padding:2% 0 0 2px;margin:-1px 0 0 -1px;text-align:center;
}
.c {
	text-align:center;
}
.ybold{
	font-weight:bold;
	color:yellow;
}
#timeoutsession{
	padding:5px;
	position: relative;
	margin:100px auto 0px auto;
	width:150px;
	z-index:1000;
	background-color:#ff0000;

}
#timeoutsession .span{
	padding:10px;
	padding-bottom:20px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
.daterange .ui-btn-inner{
		padding:5px;
}
.quote{
	background-color:#98B1AE;color:#000;font-size:12px;font-weight:bold;padding:1px 5px 1px 5px;
	
}