﻿.button3 {
font-family: Helvetica ;
 padding:4px; 
 padding-left:10px;
 padding-right:10px;
 -moz-border-radius: 4px ;
 -webkit-border-radius: 4px ; 
 border-radius:4px;  
 border:0px;
 cursor:pointer;
 text-align:center;
 background:#669f36;
 color:white;
    border:1px solid #669f36;
}

.button3:hover
{
   
    color:#669f36;
    background :white;
    border:1px solid #669f36;
}


.text
{
    color:#151;
    font-size:large;
    
}
.clsSilke td
{
    font-size:18px;
    color:#385487;
    padding:2px;
    padding-left:6px;
    padding-right:6px;
    -o-transition: color,background 0.2s ease-in-out;
	-webkit-transition: color,background 0.2s ease-in-out;
	-moz-transition: color,background 0.2s ease-in-out;    
    border-bottom:1px solid #ddd;
    text-align:center;
}

td .clickable
{
    
    cursor:pointer;
    background:   #385487;
    color:White;
    border: 1px solid #385487;
}

td .clickable:hover
{
    
    cursor:pointer;
    color:   #385487;
    background:white;
    border: 1px solid #385487;
    text-decoration:underline;
}


.button2

{
    font-size:30px;
    color:#f1fdf5;
    background:#669f36;
    font-family: "Arial Narrow", Arial, sans-serif;
    padding:5px;    
    border:0px;
}
.button2:hover
{
    color:#669f36;
    background:#f1fdf5;
    cursor:pointer
}

.roundButton:hover
{
  border:2px solid #669f36;
 background:#669f36;
 
  color:white;  
}

.roundButton 
{
    cursor:pointer;
font-family: Helvetica ;
 padding-top:16px;
 padding-left:8px;
 padding-right:8px; 
 -moz-border-radius: 60px ;
 -webkit-border-radius: 60px ; 
 border-radius:60px;   
 font-size:30px;
 text-align:center;
 vertical-align:middle ;
 height:60px;
 width:60px;
 -o-transition: background,color 0.2s ease-in-out;
-webkit-transition:background,color 0.2s ease-in-out;
-moz-transition: background,color 0.2s ease-in-out;
background:white;
    color:#669f36;
    border:2px solid #669f36;

}


.frameHeader
{
 border-bottom:1px solid #7f7f7f;
 height:42px;
 background:#669f36;
 color:white;
 text-align:center;
 font-weight:bold ;
 font-size:18px;
 padding-left:20px; 
}

.frameDetail
{
    padding:5px;
 overflow:auto;border:0px;
 padding-left:10px;
 padding-top:10px;
 -moz-box-shadow:    inset 0 0 10px #000000;
 -webkit-box-shadow: inset 0 0 10px #000000;
 box-shadow:         inset 0 0 10px #000000;
 background:white;
}



#cs_rightFrameDetail
{
 overflow:auto;border:0px dashed black;padding-left:10px;padding-top:10px;
 background :#eee;
 
 
 }
     


#cs_rightFrameHeader
{
 border-bottom:1px solid #7f7f7f;
 height:42px;
 background:#669f36;
 color:white;
 text-align:center;
 font-weight:bold ;
 font-size:18px;
 padding-left:20px; 
}

input[type="text"]
{
   font-family: Helvetica;     
    color: #222; 
    border:0px; 
    border-bottom:1px solid #898;
}

input[type="password"]
{
   font-family: Helvetica;     
    color: #222; 
    border:0px; 
    border-bottom:1px solid #898;
}
select
{
      font-family: Helvetica; 
    color: #222; 
    border:0px; 
    border-bottom:1px solid #898;
}


body 
{
    font-family: Helvetica;     
    color: #222; 
  -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}

.POSR_Payment_Label
{
    font-size:38px;
    color:White;
}
.SalesHistory_description
{
    font-size:24px;
}

.SalesHistory_qty
{
    font-size:24px;
}

.SalesHistory_subTotal
{
    font-size:24px;
}
.SalesHistory_x
{
       font-size:24px;
}

.frmSalesDetail_label
{
    font-weight:bold;
}

.frmSalesDetail_value
{
   border-bottom:1px solid #bbb;
   width:400px;
   overflow:auto;
}



#cmdPayment
{
    width:180px;
}

#cmdClearAll
{
    width:180px;   
}

.clsListHeader td
{
border-bottom:1px solid #9cb5ce;
border-right:1px solid #9cb5ce;
background:#d6deef;
color:#214239;
}

.POS_AgentPhoto
{
    width:100px;
    height:100px;
    -moz-border-radius: 10px ;
 -webkit-border-radius: 10px ; 
 border-radius:10px;
  cursor:pointer;
    
}

.POS_AgentPhoto:hover
{
    box-shadow: 3px 3px 2px #888888;
}

.POS_AgentPhoto_sel
{
    width:92px;
    height:92px;
    -moz-border-radius: 10px ;
 -webkit-border-radius: 10px ; 
 border-radius:10px;
  cursor:pointer;
  border:4px solid #4472ff;
}


.clsSalesList table 
{
    width:100%;
    background:white;
}


.clsSalesList td
{
    color:#385487;
    font-weight:bold;    
    padding:2px;
    padding-left:6px;
    padding-right:6px;
    cursor:pointer;
    -o-transition: color,background 0.2s ease-in-out;
	-webkit-transition: color,background 0.2s ease-in-out;
	-moz-transition: color,background 0.2s ease-in-out;    
    border-bottom:1px solid #ddd;
}

.clsSalesList .lastRow td
{
    border:0px;
}

.clsSalesList tr:hover td
{

background:#385487;
color:#eee;
}

.clsSalesList span.partCode
{
    color:#777;
}

.clsSalesList span.description
{
    color:#333;
}

.clsSalesList td:hover span.partCode
{
    color:White;
}

.clsSalesList td:hover span.description
{
    color:white;
}

.bigButtonLightBlue
{
    font-family: Helvetica ;
 padding-top:8px; 
 padding-left:10px;
 padding-right:10px;
  -moz-border-radius: 10px ;
 -webkit-border-radius: 10px ; 
 border-radius:10px;
background:#4472b9;
 color:white;
 cursor:pointer;
 font-weight:bold;
 font-size:18px;
 text-align:center;
 height:26px;
 vertical-align:middle;
 box-shadow: 3px 3px 2px #888888;
 border:3px solid #4472b9;
 -o-transition: color,background 0.2s ease-in-out;
	-webkit-transition: color,background 0.2s ease-in-out;
	-moz-transition: color,background 0.2s ease-in-out;    
}

.bigButtonLightBlue:hover
{
    background:white;
    color:#4472b9;
    border:3px solid #4472b9;
}

.bigButtonLightBlue2
{
 font-family: Helvetica ;
 padding-left:10px;
 padding-right:10px;
  -moz-border-radius: 10px ;
 -webkit-border-radius: 10px ; 
 border-radius:10px;
background:#4472b9;
 color:white;
 cursor:pointer;
 font-weight:bold;
 font-size:18px;
 text-align:center;
 height:32px;
 vertical-align:middle;
 box-shadow: 3px 3px 2px #888888;
 border:3px solid #4472b9;
 -o-transition: color,background 0.2s ease-in-out;
	-webkit-transition: color,background 0.2s ease-in-out;
	-moz-transition: color,background 0.2s ease-in-out;    
}

.bigButtonLightBlue2:hover
{
    background:white;
    color:#4472b9;
    border:3px solid #4472b9;
}


.posItemCat 
{
 display: table-cell;
font-family: Helvetica ;
 padding:1px; 
 -moz-border-radius: 3px ;
 -webkit-border-radius: 3px ; 
 border-radius:3px;  
 border:0px;
 cursor:pointer;
 text-align:center;
 
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   -o-transition: background,color 0.2s ease-in-out;
-webkit-transition:background,color 0.2s ease-in-out;
-moz-transition: background,color 0.2s ease-in-out;
font-size:14px;
vertical-align:middle;

}

#divItemBox
{
       border:1px solid #aaa;
    background:white;
    width:99%;
    -moz-border-radius: 2px ;
 -webkit-border-radius: 2px ; 
 border-radius:2px;   
 overflow:auto;
 overflow-x:hidden;
}


#divSalesDetail
{
    overflow:auto;
    border:1px solid #aaa;
    background:white;
    width:99%;
    -moz-border-radius: 2px ;
 -webkit-border-radius: 2px ; 
 border-radius:2px;   
}
    
  

.bigButton2LB {
font-family: Helvetica ;
 padding-top:16px;
 padding-left:8px;
 padding-right:8px; 
 -moz-border-radius: 60px ;
 -webkit-border-radius: 60px ; 
 border-radius:60px;  
  cursor:pointer;
  color:black;
 font-size:30px;
 text-align:center;
 vertical-align:middle ;
 height:50px;
 width:50px;
 -o-transition: background,color 0.2s ease-in-out;
-webkit-transition:background,color 0.2s ease-in-out;
-moz-transition: background,color 0.2s ease-in-out;
  background:white;
    color:#4472b9;
    border:3px solid #4472b9;

}

.bigButton2LB:hover
{
   background:#4472b9;
 color:white;
}


  .bigButton2:hover
{
     background:white;
    color:#669f36;
    border:3px solid #669f36;
}

.bigButton2 {
font-family: Helvetica ;
 padding-left:10px;
 padding-right:10px;
  -moz-border-radius: 10px ;
 -webkit-border-radius: 10px ; 
 border-radius:10px;
background:#669f36;
 color:white;
 cursor:pointer;
 font-weight:bold;
 font-size:18px;
 text-align:center;
 height:32px;
 vertical-align:middle;
 box-shadow: 3px 3px 2px #888888;
 border:3px solid #669f36;
 -o-transition: color,background 0.2s ease-in-out;
	-webkit-transition: color,background 0.2s ease-in-out;
	-moz-transition: color,background 0.2s ease-in-out;  

}


.bigButton:hover
{
    color:Black;
    background:#eee;
}

.bigButton {
font-family: Helvetica ;
 padding-top:16px;
 padding-left:8px;
 padding-right:8px; 
 -moz-border-radius: 60px ;
 -webkit-border-radius: 60px ; 
 border-radius:60px;  
 border:1px solid white;
 cursor:pointer;
  color:white;
 font-size:30px;
 text-align:center;
 vertical-align:middle ;
 height:60px;
 width:60px;
 -o-transition: background,color 0.2s ease-in-out;
-webkit-transition:background,color 0.2s ease-in-out;
-moz-transition: background,color 0.2s ease-in-out;

}

div.frame
{
    border-top:1px solid #5c5c5c;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-bottom:1px solid #c7c7c7;
        -moz-border-radius: 8px ;
 -webkit-border-radius: 8px ; 
 border-radius:8px;   
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}



.buttonYellow
{
 font-family: Helvetica ;
 padding:4px; 
 padding-left:10px;
 padding-right:10px;
 -moz-border-radius: 4px ;
 -webkit-border-radius: 4px ; 
 border-radius:4px;  
 border:0px;
 cursor:pointer;
 text-align:center;
 background:#a44400;
 color:white;
}

.buttonYellow:hover
{
    background:#cad6e7;
    color:Black;
}

td.IOSForm_Header
{
    background:#669f36;
    color:#efe;
    font-size:18px;
    height:42px;   
    text-align:center;
    font-weight:bold;
    border-top-left-radius:8px;
    border-top-right-radius:8px;    
}

div.IOSForm_body
{
    padding:5px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;    
    -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   background:white;
}
div.IOSForm
{
    border:0px;    
    
}

#mainFrameHeader
{
    vertical-align:middle;border-bottom:1px solid #f7f8fa;width:100%;height:36px;background:#669f36;color:#efe;text-align:left;font-weight:bold ;font-size:24px;padding-left:10px;
}

#mainFrameFooter
{
    border-top:1px solid #f7f8fa;width:100%;height:32px;background:#669f36;color:#efe;text-align:left;font-weight:bold ;font-size:18px;padding-left:10px;
}

#mainFrameDetail
{
overflow:hidden;height:100%;width:100%;border:0px dashed black;padding-left:10px;padding-top:1px;
}


.menuLabel
{    
    height:42px;
    border-bottom:1px solid #e0e0e0;
    vertical-align:middle;
    text-align:left;    
    font-size:16px;
    font-weight:bold;
     font-family: Helvetica ;
}

td.searchBoxOld1
{
    background:url(images/searchbox.png);
    
    height:42px;
    padding-left:40px;
}

.searchBox td
{
    background:#1f4b6e;        
    padding:8px;        
    padding-right:12px;    
}

.searchBox input
{
 width:100%; 
 height:26px;
 -moz-border-radius: 8px ;
    -webkit-border-radius: 8px ; 
    border-radius:8px;
    border:0px;
}

.blur
{
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
filter: blur(5px);
}


.animate
{
    -o-transition: left 0.5s ease-in-out;
	-webkit-transition: left 0.5s ease-in-out;
	-moz-transition: left 0.5s ease-in-out;    
}





.button {
font-family: Helvetica ;
 padding-top:8px; 
 padding-left:10px;
 padding-right:10px;
  -moz-border-radius: 10px ;
 -webkit-border-radius: 10px ; 
 border-radius:10px;
background:#669f36;
 color:white;
 cursor:pointer;
 font-weight:bold;
 font-size:18px;
 text-align:center;
 height:26px;
 vertical-align:middle;
 box-shadow: 3px 3px 2px #888888;
 border:3px solid #669f36;
 -o-transition: color,background 0.2s ease-in-out;
	-webkit-transition: color,background 0.2s ease-in-out;
	-moz-transition: color,background 0.2s ease-in-out;    
}

.button:hover
{
    background:white;
    color:#669f36;
    border:3px solid #669f36;
}


.buttonRed {
 font-family: Helvetica ;
 padding:4px; 
 padding-left:10px;
 padding-right:10px;
  -moz-border-radius: 4px ;
 -webkit-border-radius: 4px ; 
 border-radius:4px;
  background:#AA2223;  
 color:white;
 cursor:pointer;
}

.buttonRed:hover
{
  background:#FB8C8D;
 color:Black;
}


.buttonBlue
{
    font-family: Helvetica ;
 padding:4px; 
 padding-left:10px;
 padding-right:10px;
 border: 1px solid black ;
 -moz-border-radius: 4px ;
 -webkit-border-radius: 4px ; 
 border-radius:4px;
background:#0063B7;
 color:white;
 cursor:pointer;
 font-weight:bold;
}

.buttonBlue:hover
{
  background:#64B1F2;
 color:Black;
}

.buttonBlack
{
    font-family: Helvetica ;
 padding:4px; 
 padding-left:10px;
 padding-right:10px;
 border: 1px solid black ;
 -moz-border-radius: 8px ;
 -webkit-border-radius: 8px ; 
 border-radius:8px;
background-image: -ms-linear-gradient(top, #64B1F2 0%, #0063B7 100%);
background-image: -moz-linear-gradient(top, #64B1F2 0%, #0063B7 100%);
background-image: -o-linear-gradient(top, #64B1F2 0%, #0063B7 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #64B1F2), color-stop(1, #0063B7));
background-image: -webkit-linear-gradient(top, #64B1F2 0%, #0063B7 100%);
background-image: linear-gradient(to bottom, #64B1F2 0%, #0063B7 100%);
 background-repeat:repeat-x;
 color:white;
 cursor:pointer;
 font-weight:bold;
}

.buttonBlack:hover
{
  background:url(images/button1_BG.gif);
 background-repeat:repeat-x;   
 color:Black; 
}



body {
    background-color: #ddd; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

.oldInputV1 input{
        font-family: Helvetica; 
    font-size: 14px;
    color:#eef;  
    border:1px solid white;
    background:#223;    
     box-shadow: 3px 3px 5px #888888;
     padding-left:10px;
    
}

.oldInputV1 input:hover
{
     color:#223;    
     box-shadow: 0px 0px 5px #fff;
     background:#eef;  
    border:1px solid #223; 
}



.clsTreeView td:hover
{
    border-bottom:1px solid #c3c3c3;           
    padding:6px;
    background:url(images/clsListTrBgHoverBlue.gif);
    background-repeat:repeat-x;
    cursor:pointer;    
}

.clsTreeView td
{
    border-bottom:1px solid #c3c3c3;       
    padding:6px;
    background-repeat:repeat-x;
    cursor:pointer;    
}



.clsList2 tr:hover
{
background:#cccccc;
cursor:pointer;
color:White;
}

.clsList tr:hover
{

cursor:pointer;
color:white;
background:#4472b9;
}

.clsList td:hover
{
color:White;
}


.clsList td
{
color:Black;
-o-transition: color,background 0.2s ease-in-out;
	-webkit-transition: color,background 0.2s ease-in-out;
	-moz-transition: color,background 0.2s ease-in-out;    
}


.clsList tr:hover td
{
color:white;
background:#4472b9;
}

.clsList span.mobile
{
color:#3799cf;
font-size:12px;
}

.clsList td:hover span.mobile
{
color:white;
font-size:12px;
}

.clsList span.cname
{
color:#000;
font-size:14px;
font-weight:bold;
}

.clsList td:hover span.cname
{
color:white;
font-size:14px;
font-weight:bold;

}

.clsList span
{
color:#878787;
font-size:12px;
}

.clsList td:hover span
{
color:White;
font-size:12px;
}

.clsFormList table 
{
    width:99%;
    background:white;
     -moz-border-radius: 4px ; 
    -webkit-border-radius: 4px ; 
    border-radius:4px;
    border:1px solid #aaa;
}

.clsFormList_OLD td
{
    border-bottom:1px solid #c3c3c3;       
    color:#385487;
    font-weight:bold;    
    padding:6px;
}


.clsFormList td
{
    color:#385487;
    font-weight:bold;    
    padding:2px;
    padding-left:6px;
    padding-right:6px;
}

.clsFormList .lastRow td
{
    border:0px;
}


.clsPackage table
{

     width:100%;
    background:#f7f7f7;
     -moz-border-radius: 4px ; 
    -webkit-border-radius: 4px ; 
    border-radius:4px;
    border:1px solid black;
}

.clsPackage td
{
     border-bottom:1px solid #c3c3c3;       
    color:#385487;
    font-weight:bold;    
    padding:6px;
}


.clsPackage input
{     
    color:#385487;
    font-weight:bold;    
    background:none;
}



ul, li { list-style: none; 
			margin: 0; 
			padding: 0;
	 	}
	 	
	 	li {
			background-color: #fff;
			border-bottom: solid 1px #ACACAC;
			padding: 10px;
		}
		
		
		.switch {
			float: right;
			height: 28px;
			width: 77px;
			border: 1px solid #979797;
			border-radius: 20px;
			margin-top: -5px;
			box-shadow: inset 0 1px 3px #BABABA, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
			cursor: pointer;
			overflow: hidden;
		}
	    .switch.on
		{
		    background:#0000FF;
		}
		.switch input[type=checkbox] {
			display: none;
		}
	
		.switch > .thumb {
			display: block;
			width: 26px;
			height: 26px;
			position: relative;
			top: 0;
			z-index: 3;
			border: solid 1px #919191;
			border-radius: 28px;
			box-shadow: inset 0 2px 1px white, inset 0 -2px 1px white;
			background-color: #CECECE;
			background-image: -webkit-linear-gradient(#CECECE, #FBFBFB);
			background-image: -moz-linear-gradient(#CECECE, #FBFBFB);
			background-image: -o-linear-gradient(#CECECE, #FBFBFB);
			-o-transition: all 0.125s ease-in-out;
			-webkit-transition: all 0.125s ease-in-out;
			-moz-transition: all 0.125s ease-in-out;
			-o-transform: translateX(0px);
			-webkit-transform: translate3d(0,0,0);
			-moz-transform: translateX(0px);
		}
		.switch.on > .thumb {
			-webkit-transform: translate3d(49px,0,0);
			-o-transform: translateX(49px);
			-moz-transform: translateX(49px);
		}
		.switch:hover > .thumb {
			box-shadow: inset 0 2px 1px #fff, inset 0 -2px 1px #fff;
			background-image: none;
		}
		.switch > .thumb::before {
			content: "";
			display: block;
			height: 14px;
			width: 2px;
			background-color: white;
			box-shadow: 0px -1px 1px #666;
			border: none;
			position: absolute;
			top: 6px;
			left: -24px;
		}
		.switch > .thumb::after {
			content: "";
			display: block;
			height: 10px;
			width: 10px;
			border-radius: 10px;
			border: solid 2px #777;
			position: absolute;
			right: -32px;
			top: 6px;
		}
		