/*Login Popup*/
.overlay{
    position: fixed;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.75);
    display: none;    
}

.login-popup{
      position: relative;
      background: #fff;
    width: 418px;
    min-height: 400px;
    position: absolute;
    left: 40%;
    top: 200px;
    z-index: 100;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(75, 50, 50, 0.75);
    -moz-box-shadow: 0px 4px 10px 0px rgba(75, 50, 50, 0.75);
    box-shadow: 0px 4px 10px 0px rgba(75, 50, 50, 0.75);
    display: none;
}

.login-popup h3{    
    margin: 0;
    text-align: center;
    color: #c40007;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.login-popup .closebtn{
    position: absolute;
    top: 5px;
    right: 8px;
    color: rgba(51, 51, 51, 0.6);    
    font-size: 16px;
    opacity: 1;
    font-family: ubuntumedium;
    cursor: pointer;
}


.ontop {
	z-index: 999;
	width: 74%;
	height: 100%;
	top: 26.5%;
	left: 13%;
	display: none;
	position: fixed;				
	background-color: rgba(0,0,0,0.8);
	color: #aaaaaa;
	
	
}
#popup {
	width: 450px;
	height: 300px;
	position: fixed;
	color: #000000;
	background-color: rgba(255,255,255,1);
	/* To align popup window at the center of screen*/
	top: 60%;
	left: 50%;
	margin-top: -100px;
	margin-left: -264px;
	/*z-index:999;*/
	padding: 5px 5px 0px 5px;
	 overflow: auto;
}

#popup table{
    padding-bottom:12px;
    }
.ontop .close-btn{
  /*display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 35%;
  right: 37%;
  /* margin-top: -12px; */
  /* box-shadow: -1px 0px 10px #c9c9c9; */
 
 /* border-radius: 50%;
  padding: 6px;
  background-color: #fff;
  cursor: pointer;*/
  background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    overflow: hidden;
    position: fixed;
    right: 37%;
    text-align: center;
    top: 45%;
    width: 14px;
    z-index: 999;
}
.ontop .close-btn a img{
	
  width:19px;
  height:16px;
}


body {
	font-family:"trebuchet MS", Arial;
	font-size: 12px;
	color:#000000;
	background-color:#fff;
	height:100%;
	}

h1
{
font-size:18px;
font-weight:bold;
}

h2
{
font-size:16px;
font-weight:bold;
}

h3
{
font-size:14px;
font-weight:bold;
padding:0px;
margin:0px;
text-transform:capitalize;
}

hr
{
border:1px solid #e6e6e6;	
}
b
{
font-size:12px;
font-weight:bold;
}

a
{
color:#000000;
}
a:hover
{
text-decoration:underline;
color:#000000;
}

input:focus, textarea:focus , select:focus, checkbox:focus{
background-color:#C2E7EF;
border:1px solid #000000;
}
.width30{width:30px;}
.width150{width:150px;}
.width50{width:50px;}
.fontsize12{font-size:12px;}
.zerowidth
{
width:1px;
border:none;
}

.zerowidth:focus
{
background-color:#FFFFFF;
border:none;
}

.cleardiv
{
clear:both;
}

.leftmargin300
{
margin-left:300px;	
}

.greenclass
{
color:#238F3C;	
}
.inputclass
{
border:1px solid #999999;
width:150px;
}

.textareaclass
{
height: 40px !important;
}	
.inputclasssmall
{
border:1px solid #999999;
width:100px;
}
.inputclasssmall_1
{
border:1px solid #999999;
width:90px;
}
.inputclasstiny
{
border:1px solid #999999;
width:40px;
}
.inputclasstiny1
{
border:1px solid #999999;
width:40px;
}
.inputtextclass
{
border:none;
width:50px;
}

#printheader
{
 display:none;	
}

.formcontainer
{
position:relative;
margin:5px 0px;
border:0px solid red;
}

.formLocation-margin
{
	margin: 10px 0;
}
.formcontainer .formlabelbig
{
float:left;
color:#797876;
font-size:14px;
font-weight:bold;
width:80px;
}
.formcontainer .formlabelextra
{
float:left;
color:#797876;
font-size:14px;
font-weight:bold;
width:760px;
 }

.formcontainer .formlabelnormal
{
float:left;
width:auto;
display:block;
padding:11px 10px;
text-align:left;
}
.formcontainer select{
  width: 150px !important;
}
/* .form-required{
  color:red;
} */
.formcontainer .formlabelnormalsmall
{
float:left;
width:100px;
}
.formcontainer .formlabelnormaltiny
{
float:left;
width:30px;
}

.formcontainer .forminputsmall
{
float:left;
width:150px;
margin-top:5px;
}

.formcontainer .forminput
{
float:left;
width:210px;

}

#loginmaincontainer
{
height:100%;
width:100%;
}

.submit_button
{
background-image:url(../images/submit-button.jpg);
background-repeat:no-repeat;
width:65px;
height:26px;
border:none;
}

.delete_button
{
background-image:url(../images/cancelorder.jpg);
background-repeat:no-repeat;
width:103px;
height:26px;
border:none;
}
.print_submit_button
{
background-image:url(../images/submitprint.jpg);
background-repeat:no-repeat;
width:100px;
height:26px;
border:none;
}

.view_submit_button
{
background-image:url(../images/submitview.jpg);
background-repeat:no-repeat;
width:100px;
height:26px;
border:none;
}
.setbutton
{
background-image:url(../images/set.jpeg);
background-repeat:no-repeat;
width:45px;
height:20px;
border:none;
}

.cancel_button
{
/* background-image:url(../images/cancel-button.jpg); */
background-image:url(../images/back-button.jpg);
background-repeat:no-repeat;
width:66px;
height:26px;
border:none;
}


#formvalidationerror
{
/*position:absolute;*/
border:0px solid red;
color:#FF0000;
padding:3px;
width:80%;
}
.graybackg
{
background-color:#dcdcdc;
padding-top:5px;
height:25px;
text-align:center;
text-transform:uppercase;
vertical-align:middle;
font-weight:bold;
}
.loginlogo
{
position:absolute;
width:441px;
height:65px;
margin:-35px 0px 0px 137px;

}
#logincontainer
{
margin:90px auto;
width:715px;
height:333px;
border:3px solid #e1e1e1;
}

#loginmain
{
margin:38px 25px;
}

#loginmiddle
{
padding:0px;
margin:-5px 0px;
border-left:1px solid #999999;
border-right:1px solid #999999;
}

#loginmiddletop
{
background-color:#bfbfbf;
height:91px;
}


#loginmiddleleft
{
float:left;
padding:30px 30px 0px 18px;
width:286px;
}

#loginmiddleright
{
float:left;
padding:30px 23px 0px 18px;
width:286px;
}

.leftinfo
{
float:left;
width:50px;
}
.leftloginlabel
{
float:left;
width:61px;
}
.loginmiddleright
{
background-color:#FFFFFF;
color:#FF0000;
height:38px;
font-size:22px;
font-weight:bold;
text-transform:capitalize;
border:3px solid #b1b1b1;
}
#loginmiddleleft .loginmiddleright
{
margin-top:4px;
}

#loginmiddleright .loginmiddleright
{
margin-top:5px;
}

#loginmiddlebottom
{
background-color:#f1f1f1;
height:158px;
}

.loginmiddlebottomleft
{
float:left;
background-image:url(../images/seprator.jpg);
background-repeat:no-repeat;
background-position:right;
width:330px;
padding-left:10px;
padding-top:10px;
}

.loginmiddlebottomleft ul
{
padding:0px;
margin:5px 0px;
}

.loginmiddlebottomleft ul li
{
list-style:none;
padding:0px;
margin:0px;
font-size:11px;
}

.loginmiddlebottomright
{
float:left;
position:relative;
width:300px;
padding:20px 0px 0px 20px;
}


#maincointainer
{
margin:0px auto;
width:1004px;
height: 100%;
background-color:#ffffff;
}

#mainheader
{
/*background-image:url(../images/header-bg.jpg);*/
background-repeat:repeat-x;
/*height:80px;*/
height:auto;
}

.logocointainer
{
float:left;
margin:16px 0px 0px 5px;
height:47px;
width:343px;
}

#headermenu
{
margin:10px 0px 0px 0px;
float:right;
}


#headermenu div
{
float:left;
width:70px;
text-align:center;
line-height:12px;
}

#headermenu div a
{
text-decoration:none;
font-size:11px;
text-transform: capitalize;
}

#primarymenucointainer
{
background-color:#f7f7f7;
height:35px;
border:1px solid #b9b9b9;
}


.primarymanusubcointainer
{
float:left;
/*width:600px;*/
height:inherit;
}



#primarymenu
{
        float:left;
	background-image:url(../images/tabe-center.jpg);
	background-repeat:repeat;
	height:26px;
	width:110px;
	margin-left:5px;
	border:0px solid red;
}

.primarymenu_right
{
        float:right;
	width:10px; 
	background-image:url(../images/tab-right.jpg);
	background-repeat:no-repeat;
	height:26px;
}
.primarymenu_left
{
	width:10px; 
	background-image:url(../images/tab-left.jpg);
	background-repeat:no-repeat;
	height:26px;
	
}

.primarymenu_left div
{
	padding-top:3px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:110px;
}
.primarymenu_left div a
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.primarymenu_left div a:hover
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}


.datecointainer
{
padding:8px 15px 0px 0px;
float:right;
font-weight:bold;
}


#footer
{
background-color:#909090;
}


#middlecointainer
{
padding:10px;
}
.mainlabel
{
margin:0px;
text-align:left;
background-image:url(../images/mainlabel_bg.gif);
background-repeat:repeat-x;
padding:3px 0px 0px 10px;
height:25px;
color:#FFFFFF;
font-weight:bold;
font-size:16px;
border:2px solid #847e7e;
}

#orderdetailsmain
{
width:976px;
border:2px solid #857f7f;
padding:2px;
}

.orderdetails
{
float:left;
/*width:280px;
border:1px solid #e6e6e6;*/
padding:5px;
/*height:370px;*/
}
.customerdetails
{
float:left;
/*width:380px;*/
/*border:1px solid #e6e6e6;*/
border-left:none;
padding:5px;
/*height:370px;*/
}
.customerhistory
{
float:left;
/*width:282px;
border:1px solid #e6e6e6;*/
border-left:none;
padding:5px;
/*height:370px;*/
}

#itemdetails
{
/*border:1px solid #e6e6e6;*/
border-top:none;
padding:5px;
}


#itemdetails_view {
border:1px solid #e6e6e6;
border-top:none;
padding:5px;
}
.itemdetailsleft
{
float:left;
/*width:752px;*/
padding:0px;
margin:0px;
}


.itemdetailsright
{
width:200px;
float:left;
}

#ordercategorylist
{
position:absolute;
background-color:#eeeeee;
width:400px;
min-height:200px;
z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
border:1px solid #8F8F8F;	        
}

.searchtable
{
border:1px solid #8F8F8F;
width:850px;
padding:5px 10px;
}
.searchtable td
{
padding:3px 0px;
}

.searchtableonwtd
{
border:1px solid #8F8F8F;
width:850px;
padding:5px 5px;
}
.searchtableonwtd td
{
padding:3px 0px;
}


.popuptable
{
border:1px solid #8F8F8F;
width:100%;
}
.popuptable .tdborder
{
border-left:1px solid #8F8F8F;
}
.popuptable th
{
background-color:#8F8F8F;
padding:5px 10px ;
text-align:left;
}

.popuptable .tableinput
{
padding:2px 5px;
width:10px;
text-align:center;
}
.popuptable .tabledesc
{
padding:2px 5px;	
text-align:left;
}

#ordercategorylist .formcontainer
{
 margin:5px 0px 5px 10px;	
}


#orderfoodtypelist
{
position:absolute;
background-color:#eeeeee;
width:400px;
min-height:200px;
z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
border:1px solid #8F8F8F;	        
}

#orderfoodtypelist h3
{
background-color:#8F8F8F;
padding:10px 5px;	
}
#orderfoodtypelist .formcontainer
{
 margin:5px 0px 5px 10px;	
}

/*#itemlistinglist
{
position:absolute;
background-color:#eeeeee;
width:800px;
min-height:200px;
z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
display:none;
border:1px solid #8F8F8F;
position:fixed;
overflow:scroll;
height:500px;
}*/
#itemlistinglist
{

background-color:#eeeeee;
border:1px solid #8F8F8F;
overflow:scroll;
}

#itemlistinglist h3
{
background-color:#8F8F8F;
padding:10px 5px;
}
#itemlistinglist td
{
 margin:5px 0px 5px 10px;	
}

.tableleftborder
{
border-right:1px solid #8F8F8F;	
}

.tableitemlisting td
{
padding:5px 0px;	
}

#addcustomerdiv
{
position:absolute;
background-color:#eeeeee;
width:505px;
min-height:200px;
z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
border:1px solid #8F8F8F;	        
}

#addcustomerdiv h3
{
background-color:#8F8F8F;
padding:10px 5px;	
}

#additemdiv
{
position:absolute;
background-color:#eeeeee;
width:400px;
min-height:200px;
z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
border:1px solid #8F8F8F;	        
}

#additemdiv h3
{
background-color:#8F8F8F;
padding:10px 5px;	
}


#deliveryChargewiseRestContainer
{
position:absolute;
background-color:#eeeeee;
min-height:200px;
width:700px;
z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
border:1px solid #8F8F8F;
margin:0px 20px;
}

#deliveryChargewiseRestContainer h3
{
background-color:#8F8F8F;
padding:10px 5px;	
}

#deliveryChargewiseRest div
{
margin:2px 0px;
padding:3px 5px;
}

#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

.itemdetailstable
{
border-left:1px solid #AFAFAF;
width:720px;
}
.itemdetailstable td
{
	
	border:1px solid #AFAFAF;
	border-top:none;
	border-left:none;
	padding:3px;
}
.itemdetailstable th
{
	border:1px solid #AFAFAF;
	border-left:none;
	padding:3px;
}
.tablelisting 
{
	background-color:#000000;
}
.tablelisting th
{
	background-color:#F7F7F7;
	padding:5px 10px 5px 10px;
}
.tablelisting a
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.tablelisting td
{
	background-color:#FFFFFF;
	padding:5px 10px 5px 10px;
}
.addbox
{
	border:1px solid #847E7E;
	width:500px;
	text-align:center;
	padding:15px 10px;
	border-radius: 10px;
}

.roles-addbox{
	width: 360px;
}

.loginfrmcontainer
{
padding:2px 0px 2px 0px;
vertical-align:top;
}


.input {
border: 1px solid #DADCE0;
color: #000000;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

.from-label
{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
text-decoration:none;
vertical-align:top;
padding:0 0 0 0px;
width:190px;
float:left;
}

.smallfrom-label
{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
text-decoration:none;
vertical-align:top;
padding:0 0 0 0px;
width:100px;
float:left;
}
#formcontent
{
	padding-left:300px;
}
.map-holder{
	width: 428px;
	  height: 300px;
	  /* position: relative; */
	overflow: hidden;
	transform: translateZ(0px);
	background-color: rgb(229, 227, 223);
	margin:8px 0 8px 0;
}

.order-map-holder{
	width: 380px;
	  height: 142px;
	  /* position: relative; */
	overflow: hidden;
	transform: translateZ(0px);
	background-color: rgb(229, 227, 223);
	margin:8px 0 8px 0;
}

.order-map-holderadd{ 
	  height: 160px;
	  /* position: relative; */
	overflow: hidden;
	transform: translateZ(0px);
	background-color: rgb(229, 227, 223);
	margin:8px 0 8px 0;
}


.home-margin
{
	margin-left:90px; 
	margin-top:20px;
}
.home-page-bg
{
	background-image:url(../images/mainlabel_bg.gif);
	background-repeat:repeat-x;
	height:23px;
	width:360px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
}
.home-inner-bg
{
	background-color:#C6C6C6;
	border:2px solid #999999;
}
.home-inner-content
{
	background-color:#F9F9F9; 
	margin:5px;
	border:1px solid #000000;
}
.home-inner-content ul
{
	margin:5px;
	padding:0px;
	list-style:none;
}
.home-inner-content li
{
	border:1px solid #E2E2E2;
	border-bottom:0px solid #E2E2E2;
	padding:3px 0px 3px 15px;
	font-weight:bold;
}

.home-inner-content li.inner
{
	background-image:url(../images/home-list.jpg);
	background-repeat:no-repeat;
	background-position:25px 7px;
	padding-left:35px;
	font-weight:normal;
}

.home-inner-content li a
{
text-decoration:none;
}

.home-inner-content .classheader
{
margin:8px 3px 3px 3px;
font-weight:bold;

}

.home-inner-content table
{
border:0px solid #E2E2E2;
padding:3px 0px;
font-weight:normal;
border-bottom:1px solid #E2E2E2;
}
.home-inner-content table th
{
border:1px solid #E2E2E2;
text-align:left;
padding:3px 2px;
border-bottom:none;
border-right:none;
}
.home-inner-content table td
{
border:1px solid #E2E2E2;
text-align:left;
padding:3px 2px;
border-bottom:none;
border-right:none;
text-transform:uppercase;
}
/**********************************Header CSS************************************************/
.ddcolortabs{
clear:both;
margin:0 0;
float:left;
border:0px solid red;
padding-top:4px;
padding-left:10px;
}

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
/*height:32px;*/

}

.ddcolortabs li{
    margin: 0;
    float: left;
    /* color: #fff; */
    /* background: url("../images/tab-1.gif") no-repeat left bottom; */
    /* border-bottom: #356E97 1px solid; */
    padding: 0 0 0 6px;
    margin-right: 5px;
    border: 0px solid red;
    background-color: #000;
    line-height: 6px;
    height: 26px;
}
.ddcolortabs li:hover{
/*background:url("../images/tab-1.gif") no-repeat left bottom;*/

}

.top_remain{
float:left;
/*background:url("../images/tab-2.gif") no-repeat right bottom;*/
padding:10px 12px 4px 10px;
_padding:10px 12px 4px 10px;
text-align:center;
font-weight:bold;
text-decoration:none;
border:0px solid red;
}

#top_last
{
	border:0px solid red; 
	margin-right:0px;
}

.top_remain:hover{
float:left;
color: #000000;
/*background-image:url(../images/tab-2.gif);*/
margin:0 0px 0 0;
text-align:center;
font-weight:bold;
text-decoration:none;

}

.ddcolortabs a span{

color:#fff;
}

.ddcolortabs a:hover span{
color: #fff;
float:none;
}
.ddcolortabs li.selected
{
	/*background:url("../images/tab-1.gif") no-repeat left bottom;*/
	color:#000000;
}
.selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
/*background:url("../images/tab-2.gif") no-repeat right bottom;*/
	color:#000000;
}
.selected a span
{
	color: #000000;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border:0px solid black; /*THEME CHANGE HERE*/
border-top-width:0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:25px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-top: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 5px 0px 0px 5px;
background-color:#b9b9b9;
text-decoration: none;
color: white;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #e2e2e2;
color: black;
}

.dropmenudiv_b{
position:absolute;
top: 0;
border:0px solid black; /*THEME CHANGE HERE*/
border-top-width:0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:25px;
z-index:100;
background-color: white;
width: 130px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-top: 1px solid #ffffff; /*THEME CHANGE HERE*/

background-color:#9B804C;
text-decoration: none;
color: white;
}
.dropmenudiv_b a div{
text-align:center;

}
* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #DDCFB3;
color: black;
}


.hiddenactive
{
background-color:#EFEFEF;
padding:1px 0px;
}

.hiddendeactive
{
 background-color:#CFCFCF;
 padding:1px 0px;
}


#CustOtherAddress
{
display:none;	
}

#ordercustomeraddmain
{
width:500px;
border:2px solid #857f7f;
padding:2px;
}


.listingtable
{
border:1px solid #7F7F7F;
border-bottom:none;
border-right:none;
}

.listingtable th
{
padding:3px;
text-align:left;
border:1px solid #7F7F7F;
border-top:none;
border-left:none;
}

.listingtable td
{
padding:3px;
text-align:left;
border:1px solid #7F7F7F;
border-top:none;
border-left:none;
}

.listingtable th.rightalign
{
text-align:right;
padding-right:3px;
}
.listingtable td.rightalign
{
text-align:right;
padding-right:3px;
}

.printheadertr
{
display:none;	
}

.bottomlistingtable
{
margin-left:800px;
width:180px;
float:right;
}

.bottomlistingtable td
{
border-top:2px solid #7F7F7F;
padding:5px 0px;
}

.bottomlistingtable td.rightalign
{
text-align:right;	
}



/****************************** ORDER VIEW ********************************************
width:976px;
border:2px solid #857f7f;
padding:2px;
*/

#orderviewsmain
{
width:570px;
border:2px solid #857f7f;
padding:2px;
margin:0px 290px;
}

#orderview_order
{
padding:10px 0px 0px 0px; 	
}
.orderview_order_left
{
float:left;
width:385px;
text-align:left;
}

.orderview_order_right
{
float:left;
width:175px;
text-align:right;
}

.orderview_clear
{
clear:both;
}

.orderview_restdetails
{
float:left;
width:280px;

}

.orderview_custdetails
{
float:left;
width:280px;
}

#itemdetails th
{
text-align:left;	
}

#orderview_otheramount
{
padding-left:350px;
padding-right:10px;
border-bottom:1px solid #e6e6e6;
}

#orderview_otheramount .amount_div
{
text-align:right;
}
.editemp_label
{
color:#2C73EF;
padding-left:3px;
font-weight:bold;
font-size:12px;
cursor:pointer;
	
}

	

/****************************** ORDER VIEW *********************************************/
/********************************************************************************************/


/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:210px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #CCCCCC;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:16px;
	z-index:100;
}

#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#83C0FE;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

.buttominnerclass
{
padding:0px;	
}
.buttominnerclass td
{
border:none;
border-bottom:2px solid #000000;
padding:4px;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #CCC;
    text-align: center;
    font-size: smaller;
    z-index:9002;
}

span.tip {
    border-bottom: 1px solid #eee;
}
.cust_detail
{
	overflow:auto;
}


.delivery_charge_pop
{
float:left;
width:255px;
}

.delivery_charge_pop table {
    border-collapse: collapse;
    width: 100%;
}

.delivery_charge_pop th, td {
    text-align: left;
    padding: 8px;
}

.delivery_charge_pop tr:nth-child(even){background-color: #f2f2f2}

.linkLabel
{
cursor:pointer;	
}

.label
{
width:200px;	
}
.pagedesc
{
	
}
.clearclass
{
 clear:both;	
}

.innercontainer
{
margin:2px 0px;	
}
.innercontainer .from-label
{
 width:300px;	
}

#traveling_details
{
width:500px;
}
#traveling_details .main_traveling
{
margin:10px 0px 10px 150px;
}

#traveling_details .main_traveling div
{
 width:500px;
 text-align:center;
}

#traveling_details .main_traveling .distance
{
background-image:url(../images/down_arrow.png);
background-repeat:no-repeat;
width:100px;
height:35px;
border:none;
margin-left:195px;
padding-top:65px;
}

#traveling_details .main_traveling h1
{
 width:500px;
 text-align:center;
 margin-top:20px;
}
/********New Style********/
#headermenu i{
    font-size: 22px;
    transition: all .3s ease-in-out;
}
#headermenu i:hover{
    transform: rotate(180deg);
}
.commonHeader .container{
    box-shadow: 0px -2px 5px #c8c8c8;
}

/***Application Main Menu****/
.primMenuBox{
	
    background: #5BAEC9;
    height: 30px;
    color: #fff;
     
}
#primary_nav_wrap{
    margin-top:15px
}
#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:28px;
	padding: 0 10px;
	text-transform: capitalize;
	/*font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif*/
}

#primary_nav_wrap ul li
{
	
	position:relative;
	float:left;
	margin:0;
	padding:0;
        background-color: #5BAEC9;
        -webkit-transition: background 0.2s ease-in; /*For Safari 3.0 to 6.0*/
        
        -moz-transition: background 0.2s ease-in; /* For Mozilla */
        
        transition: background 0.2s ease-in; /* For modern browsers */
      
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	 background-color: #555;
}

#primary_nav_wrap ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#000;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}
#primary_nav_wrap ul ul li:hover{
    background-color: #555;
}
#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
	text-transform: capitalize;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
        z-index: 9999;
        transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}



/* new css added*/
/*  #txt_search{width:200px;} */
 .borderrightbox{border-right:1px solid #9c9c9c;min-height:330px;}
  .borderleftrightbox{border-right:1px solid #9c9c9c; border-left:1px solid #9c9c9c; min-height:370px;}
 .borderbottombox{border-bottom:1px solid #9c9c9c;margin-bottom:0px;}
 .paddingzero{padding:0px;}
 .textalign{ text-align: center;  }
 .margintb{margin:0px;}
 .paddinglr{padding:3px 8px;}
 .h3padding, .formcontainer .h3padding {padding:5px 0px 5px}
 .inputbottom{margin-bottom:10px;}
  
 input[type=submit], input[type=submit]:hover, input[type=submit]:focus, input[type=button], input[type=button]:hover, input[type=button]:focus
 {
	background-color: #000;
    border-color: #000;
    color: #fff;
    padding: 4px 13px 6px;
    font-size: 14px;
    font-family: "trebuchet MS", Arial;
    border-radius: 4px;
	border: 2px solid #000;
 }

#frmaddrestaurant label.commonwidth{width:170px; text-align:left;}

label.areawidth{width:140px; text-align:left;}

label.commonwidthtask{width:25%; text-align:left; padding:0px;margin-top: 5px;margin-bottom: 0px;}

label.locationwidth{width:80px; text-align:left; padding:0px;margin-top: 5px;margin-bottom: 0px;}

.reportwidth{width:57%;}

.prepaid-locationInput{ width: 120px; }

.prepaidcheck-date{ width: initial;vertical-align: sub; }

.prepaid-remark span{ padding-left: 3px; }

 label.commonwidtharea{
	width:131px;
	text-align:left;
	margin-top: 6px;
    margin-bottom: 0px;}
 .itemwidth{width: 210px;}
 .marginleft20{margin-left:20px;}
 .paddingrightzero{padding-right:0px;}
 .paddinglrtop{padding:0px 8px 0px 4px;}
 .form-horizontal label.textleft{text-align:left;font-size: 12px;
color: #000000; font-weight:400; padding-top:4px;}
color: #000000; padding-top:5px;}
.form-horizontal label.textleftadd{text-align:left;font-size: 12px;}
#frmaddrestaurant input[type=radio]{margin-top: 8px;
    vertical-align: text-bottom;}
 #frmaddrestaurant input[type=file]{margin-top: 5px;}



.rightalign{ text-align: right !important; }

.cashSubmitbackgrnd{ background-color: #7d7d7d !important;
    border: #7d7d7d !important; }