/* 
==========================
Add your custom CSS below
==========================
*/
html{ background-color:transparent;}
body {
	background-color: #eee;
    padding: 0 50px;
    background-size: 2%;
    background-repeat: repeat;
    background-image: url(img/tranpat.png);
    background-position: center;
}
.ficonti{ margin-top:0!important;}

.iconti{
	width: 100%;
    height: auto;
    float: left;
    margin:30px 0 10px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    
	}
.iconti b{
	background-color: #333;
    color: #eee;
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 2px;
    text-transform: uppercase;
	letter-spacing: 1px;
	}
		
.intabtable td li span{
	font-size: 12px;
    line-height: normal;
    display: block;
    text-transform: capitalize;
    min-height: 50px;
    padding: 0 6px;
	}	
#slate{
	float:left;
	width:100%;
	height:auto;
	position:relative;
	}
.section{
	float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
	border-radius:5px;
	}	
#subheading{
    color: orange;
    line-height: 1;
    margin: 10px 0;
    text-transform: uppercase;
	}
#foodbox{ width:100%;
float:left;
height:auto;
margin:40px 0;
}
#foodbox li.active{
	background-color: #fff;
    border-bottom: 1px solid #fff;
	}
#foodbox ul{
	margin: 0;
    padding: 0;
	}
#mybuttont {
    background-color: orange;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    max-width: 120px;
    padding: 12px;
    text-transform: capitalize;
    line-height: normal;
    margin-right: 5px;
}
#foodbox li i{
    font-style: normal;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #666;
	}
	
#mybuttont:hover {
    background-color: oranngered;
    transition: all .5s;
}	
#foodbox li{
    float: left;
    width: 100%;
    max-width: 16%;
    list-style: none;
    border: 1px solid #ddd;
    padding: 10px;
    margin-right: -1px;
	background-color:#eee;
	position:relative;
	text-align:center;
	}
#foodbox img{
	width: 50px;
    height: 50px;
	}

.tab {
  overflow: hidden;
}

.tab li {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.intabtable{ width:100%; height: auto; display: table;}
.intabtable td{
	vertical-align: middle;
    padding: 10px;
    text-align: center;
	}
	
.intabtable tr:nth-child(even) {
    background: #fff;
}
.intabtable td li{
    padding: 0px!important;
    background-color: transparent!important;
    overflow: hidden;
    margin: -1px -1px 0 0!important;
    max-width: 14.38%!important;
	border:1px solid #ddd!important;
}
		
.imgi{
	width: 100%;
    height: 75px;
    background-color: #f6f6f6;
    background-image: url(img/foodholder.jpg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    margin-bottom: 8px;
	}
.intabpic{
	width:100px!important;
    height:75px!important;
	transition:all .5s ease;
	}
.fitem1{
    padding: 6px 10px 4px 26px!important;
	position:relative;
    float: left;
    background-color: #eee;
    width: 100%;
    margin: 0!important;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
	}
.fosubmit{
	width:100px;
    padding: 10px!important;
    float: left;
    margin-top: -1px;
    text-transform: capitalize!important;
    margin-left: 5px;
	}
.intabtable td li:hover img{transform: scale(1.1); transition:all .5s ease;}

.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

a#mybuttont{ background-color:red!important;}
.tabcontent h3{
	font-size:16px;
    line-height: 1;
    margin: 0;
	float:left;
	}

.tabcontent {
    display: none;
    padding:0;
    float: left;
    width: 100%;
    border: 1px solid #eeee;
    margin-top: -1px;
}			
#foodbox a{
	float:left;
	height:auto;
	width:100%;
	}
#foodbox a:hover{}
	
#contentarea{
    
    text-align: center;
    float: left;
    width: 100%;
    height: 100vh;
    color: #fff;
	}
#dashfix{
	width:100%;
	float:left;
	display:table;
	}
#headon{
	float:left;
	width:100%;
	display:table;
	margin-bottom:10px;
	position:relative;
	}
#headon label{
    vertical-align: top;
    padding: 4px;
    float: left;
	font-size:14px;
	}
.titleh3{
    display: table;
    margin: 0 0 10px;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    line-height: normal;
	float:left;
	}
.label5 label:nth-of-type(6n) input[type="submit"]{margin-top: 0;}
#headon form{
	margin-left: -4px;
    width: 100.8%;
	}	
.contact-form label input[type="submit"] {
    margin-bottom: 0;
    width: 100%;
    padding: 9px;
	margin-top:20px;
}
#actiond a{
	color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
	}
.invis{
	background-color: transparent!important;
    border-bottom: 1px solid #eee!important;
    color: transparent!important;
	}	
#actiond a:hover{ transition:all .5s; color:#111; background-color:transparent;}

#cgreen{ background-color:#006600;border-color:#006600;}
#cblack{ background-color:#333333;border-color:#333333;}
#cred{ background-color:#CC0000;border-color:#CC0000;}
		
.label5 label{ width: 20%;}	
#contenton{
width:100%;
	float:left;
	width:100%;
	}		
#dashl{
	display:table-cell;
	width:80%;
	vertical-align:top;
	float:left;
	}
#dashr{
	display:table-cell;
	width:20%;
	vertical-align:top;
	padding-left:2%;
	float:right;
	}
#sleft22{
	float:left;
	width:30%;
	height:auto;
	}
	
#sright22{
	float:right;
	width:68%;
	height:auto;
	}
		
#boxin{
    background-color:orange;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
	float:left;
	width:100%;
	height:auto;
	margin-bottom:20px;
	}
#boxin h3{}
#boxin span{
    font-size: 80px;
    font-weight: bold;
    line-height: normal;
    padding: 20px 0 0;
    float: left;
    width: 100%;
	}	
.dashboard-tbl{
    width: 100%;
    height: auto;
    float: left;
    border: none;
    border-collapse: collapse;
	}
#cffix p{ margin:0; font-size:14px;}	
.dashboard-tbl td, .dashboard-tbl th{
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px;
    border-right: 1px solid #dedede;
    color: #333;
    font-size: 14px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
	line-height:normal;
	}
tfoot th{ color: #fff!important;}	
#printbt-area{
    min-height: 40px;
    float: left;
    width: 100%;
    height: auto;
	}

	
#printbt-area a{
    background-color: #333;
    padding: 10px 15px 8px;
    float: right;
    line-height: normal;
    border-radius: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
	border:1px solid #333;
	}
	
#printbt-area a:hover{ background-color:transparent; color:#333;}
	
tr:nth-child(even) {background: #f6f6f6;}
tr:nth-child(odd) {background: #ffffff;}
/*.detailb{ float:left;}
.printb{ float:right;}	*/	
.nozeb tr:nth-child(even) {background: #fff;}

#detailp-btn{
    background-color: lightcoral;
    color: #fff;
    padding: 4px 8px 4px 8px;
    width: 32.2%;
    border-radius: 3px;
    display: inline-block;
    line-height: normal;
    margin: 1.4px 0;
    text-align: left;
    font-size: 13px;
	}
.cell-customer{ text-align:left!important;}	
#detailp-btn i{
    margin-left: 2px;
    float: right;
    position: relative;
    bottom: -1px;
	}	
.th0s{}
		
.th1s{}
.th2s{}
.th3s{}
.th4s{}
.th5s{}
.th6s{}
.th7s{}
.th8s{}
.th9s{}
.radiofullarea label{ width: auto!important; display:table!important;}
.radiofullarea{padding: 10px 0!important;}

.radiofullarea label input[type="radio"] {
    margin:3px 10px 3px 12px!important;
}


#detailp-btn:hover{ transition:all .5s; background-color:crimson;}

.dashboard-tbl th{
background-color: #333;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    text-transform: uppercase;
	}	
.cell-table b{
	    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 2.6;
    border-radius: 50px;
	}
.cell-date{
    background-color: rgba(255,204,0,.4);
    text-align: left!important;
    border-color: #fff!important;
	}	
#content{
    display: table;
    margin: 155px auto 0;
    width: 100%;
	}
#loginboxbg{
	max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: table;
	height:100%;
	background-image: url(img/patterr.jpg);
    background-repeat: repeat;
    background-position: center;
    background-color: #555;
    padding: 40px;
	}
#loginbox{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
	}
#loginbox h1{
	text-transform: uppercase;
    line-height: 1;
    margin: 0 0 30px;
    font-size: 22px;
    color: #fff;
	}
#main-menu ul.horizontal-navigation > .menu-dashboard a:hover {
	background: transparent!important;
    transition: all .5s;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

#main-menu ul.horizontal-navigation > li a:hover {
	background: #eee;
    transition: all .5s;
    color: #000;
}	
	
#loginbox .submitb{
	background-color: orange;
    color: #fff ;
    margin: 30px 0 0;
    width: 100%;
    text-transform: uppercase ;
    max-width: 200px;
    border-radius: 5px;
    border: none;
	}
#footer{
    background-color:transparent;
    padding: 10px 0;
    display: block;
    width: 100%;
    font-size: 12px;
    color: #333;
    float: left;
    min-height: 50px;
	}	
#loginbox .submitb:hover{ transition:all .5s; opacity:0.6;}
	#footer .copyright{ width:100%; text-align:right;}
#loginbox h1 sup{
    position: relative;
    top: -8px;
    font-weight: normal;
}	
#uicon{
    float: left;
    width: 100%;
    text-align: center;
	}
#uicon img{ max-width: 280px;}	
#loginbox input[type="text"], #loginbox input[type="password"]{
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 12px 12px 12px 40px;
    color: #fff;
    width: 100%;
    margin: -1px 0 0 0!important;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
	}
#loginbox input[type="text"]{ border-radius:10px 10px 0 0!important; background-image: url(img/user1.png);}
#loginbox input[type="password"]{ border-radius: 0 0 10px 10px!important; background-image: url(img/user2.png);}
	
#loginbox input[type="text"]:focus, #loginbox input[type="password"]:focus{
	background-color:rgba(255,255,255,0.2);
	transition:all .5s;
	}				
#sleft{
	float:left;
	width:38%;
	height:auto;
	}
.leftformhead{
	float: left;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
	}	
#sright{
	float:right;
	width:60%;
	height:auto;

	}
#sleft-two{
	float:left;
	width:40%;
	height:auto;

	}
	
#sright-two{
	float:right;
	width:58%;
	height:auto;
	}		
#headh3{
    float: left;
    width: 100%;
    height: auto;
    line-height: normal;
    font-size: 20px;
    margin: 0 0 10px;
    color: orange;
    text-align: left;
    font-weight: 400;
	}

#namelink{
    float: left;
    padding: 0 10px;
    color: #333;
	}
#namelink i{ margin-right:10px;}	
#namelink:hover{ letter-spacing:1px; text-decoration:none; transition:all .5s;}

#headh3 span{
    background-color: #0099ff;
    color: #fff;
    padding: 4px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    width: 100%;
    max-width: 68px;
    text-align: center;
    font-weight: bold;
    float: right;
	}
		
#scenter{
	float:left;
	width:50%;
	height:auto;
	padding:12px 30px;
	}
#leftformhead{
	float:left;
	height:auto;
	width:100%;
	}	
#masthead {
    color: #fff;
    background-color: #555;
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    
    background-image: url(img/patterr.jpg);
    background-repeat: repeat;
    background-position: center;
	}
#branding {
    margin: 0 auto;
    float: none;
    display: table;
    padding:20px 0 10px;
	}
#branding img{
    max-width: 45px;
    float: left;
    margin-right: 10px;
	}
#headdate{
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    margin: 0 0 10px;
	}
.lforb{max-width: min-content!important;}	
.datefind{
	padding: 11px!important;
    text-transform: capitalize!important;
    line-height: 1;
	}
.datefind:hover{}
#headdate label{
    display: inline-block;
    max-width: 200px;
    width: 100%;
	}
	
#message{
	position: absolute;
    top: -40px;
    text-align: center;
    width: max-content;
    text-transform: capitalize;
    font-size: 15px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    padding-left: 30px;
    line-height: normal;
    display: table;
    margin: 0 auto;
    left: 0;
    right: 0;
	}
.headonprint{
	width: auto!important;
    float: right!important;
    position: relative;
    padding-top: 26px;
	}
			
.okmsg{ color:#31af91;background-image: url(img/okmsg.png);}
.nomgs{ color:#ff4949;background-image: url(img/nomsg.png);}
#branding #uicon{width: auto;}
#branding  h1{
	margin: 5px 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
	}
.lasttd{border-left: 1px dashed #ccc!important;}	
#printblock{
	width:100%;
	max-width:400px;
	margin:0 auto;
	}
.print-tbl{ width:100%; float:left; height:auto; border-collapse:collapse; margin-bottom:40px;}
.print-tbl thead th{ border-top:1px solid #000; border-bottom:2px solid #000;}
.print-tbl td, .print-tbl th{
    padding: 6px;
    border: none;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
	}
.onprintp{
	float: none!important;
    margin: 0 auto;
    display: table!important;
    width: 100%!important;
    padding: 10px!important;
	}
		
.print-tbl td h5{
    text-align: center;
    padding: 10px 0;
    line-height: 1;
    margin: 0;
	}	
.print-tbl td p{
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #000;
    line-height: 1.4;
	}
.print-tbl td p b{
    padding: 0 5px;
	}
		
#title-page{
    padding: 10px 0;
    min-height: 50px;
    float: left;
    width: 100%;
	}
.entry-title{
	font-size: 30px;
    font-weight: 100;
    line-height: 36px;
    margin: 0;
    text-align: center;
    position: relative;
    color: rgba(0,0,0,.6);
    text-shadow: 1px 1px 2px #fff;
	}
.entry-title span{
    float: right;
    font-size: 13px;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    right: 0;
    padding: 12px 0;
	color:#000;
	}	
#branding  h1 sup{
    position: relative;
    top: -4px;
    font-weight: normal;
    font-size: 14px;
	}
.usenav{
	margin: 0 auto!important;
    position: relative;
    bottom: 0;
    float: none!important;
    display: table;
	}
#menufix{
    display: table;
    width: auto;
    margin-top: -10px;
    margin: -10px auto 0;
	}
	
.handle{
    width: 100%;
    text-align: center;
    padding: 10px 10px 8px;
    cursor: pointer;
    color: white;
    box-sizing: border-box;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
	position:relative;
    }
/*.hide {display: none;}*/
.hide {
visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	}
.regnav:hover ul{
 visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
  }	
.regnav:hover{background-color:orangered; } 

.regnav ul li{
    list-style: none;
    width: 100%;
    float: left;
	}
.regnav ul li a:hover{ background-color:orange; transition:all 1s;}	
.regnav ul li a{
	background-color:orangered;
	color:#ffffff;
	font-size:14px;
	padding:5px 10px;
	width:100%;
	float:left;
	border-top:1px solid rgba(255,255,255,0.4);
	}
	
.regnav{
	margin:0 0 0 1px!important;
    display: table-cell;
    float: left!important;
    min-width: 180px;
    position: relative;
    background-color: orange;
	z-index:11;
	}
	
ul.horizontal-navigation {
    display: table;
    width: 100%;
    float: left;
}
.container{ width:100%; max-width:100%;}
#main-menu ul.horizontal-navigation > li {
	margin: 0 auto;
    padding: 0;
    text-align: center;
    display: table-cell;
    float: none;
}
.handle i{
	font-weight: normal;
    margin-right: 5px;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 8px;
	}
.usenav .menu-dashboard{}
.usenav .menu-dashboard a{
    padding: 10px !important;
    border: none!important;
    line-height: normal!important;
    letter-spacing: 0!important;
	}
#main-menu ul.horizontal-navigation > li:first-child a{border-left:1px solid rgba(255,255,255,0.4);}
#main-menu ul.horizontal-navigation > li > a{
    font-size: 14px;
    font-weight: 400;
    padding: 6px 7.7px;
	border-top:1px solid rgba(255,255,255,0.4);
	border-right:1px solid rgba(255,255,255,0.4);
	border-bottom:none;
	border-left:none;
	letter-spacing:.5px;
	position:relative;
	z-index:1;
	}
#main-menu ul.horizontal-navigation > li a:hover{
    transition: all 1s ease;
	}
	
	
#main-menu ul.horizontal-navigation > li{
	position:relative;
	transition: all 1s ease;
	}			
#slatehead2{
	float: left;
    height: auto;
    width: 100%;
    background-color: #eee;
    padding: 10px 0;
    margin: 20px 0;
    display: table;
}
#endbox{
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 10px;
    width: 16%;
	}
#ebdisplay{
	color: #fff;
    padding: 10px 20px;
    background-color: #333;
    text-align: right;
    border-radius: 4px;
    min-height: 46px;
    font-size: 26px;
    line-height: 1;
	}
#page-title {
    padding: 64px 0;
    padding: 1rem 0;
}	
#slatehead{
    float: left;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
	}
#slatehead h4{
	float: left;
    width: 100%;
    margin: 0;
	}
	
#slatehead h4 span{ float:right;}
.leftform{
    width: 100%;
    height:372px;
    overflow: auto;
    float: left;
    /*border: 1px solid #e2e2e2;*/
	}
.centerform{
	float:left;
	width:100%;
	height:auto;
	}
.cfrow{
	float:left;
	width:100%;
	height:auto;
	display:table;
	}
			
#cffix{
    display: table-cell;
    vertical-align: middle;
	padding:2px;
	}
#cffix label{
	font-size: 14px;
    line-height: normal;
    font-weight: bold;
	color:#777777;
	}
.checkboxed { padding:21px 2px 10px!important;}	
.checkboxed label{display: block;padding:3px 0;}
.checkboxed input{
    margin: 0 4px 0 0;
    position: relative;
    bottom: -2px;
	}
#mybutton i{ padding-right:5px;}	
#sright input{ text-align:right;}	
.checkboxed b{ color:#777777;}
select{
    width: 100%;
    padding: 16px;
    padding: 0.5rem;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 0.825rem;
    color: #333;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -1px 0 0 0!important;
	height:35px;
	}
#slright{
    float: right;
    width: 73%;
	height:auto;
	}
	
#cffix input[type="text"]{}
#cffix input[type="button"]{
    background-color: #999;
    border-radius: 2px;
    margin: 0px 0 0 0;
    padding: 2px 5px;
    width: 100%;
    line-height: normal;
    font-size: 18px;
    min-height: 26px;
	}
#cffix input[type="button"]:hover{ background-color:#666; transition:all .5s;}	
.cf1{width: 140px;}
.cf2{
	width: 60px;
    vertical-align: bottom!important;
	}
.tbareafix{
    float: left;
    width: 100%;
    height: auto;
	}
.tbarea{
	float: left;
    width: 100%;
    overflow: auto;
    min-height: 250px;
    background-color: #ddd;
    position: relative;
	}
#slright .tbarea{ min-height: 370px;}	
#incffix {
    display: table-cell;
    vertical-align: middle;
}
.dashbutton{ max-width:200px;}
.incf1{ width:80px;}	
#mybutton{
    background-color:orange;
    border-radius: 4px;
    display: block;
    width: 100%;
    max-width: 160px;
    padding: 10px;
    text-transform: capitalize;
	}
.cftcenter{ text-align:center;}	
#mybutton:hover{ background-color:oranngered; transition:all .5s;}

		
.tbarea table{
	float: left;
    width: auto;
    border: none;
    border-collapse: collapse;
    background-color: #f9f9f9;
    color: #333;
    position: absolute;
    min-width: 800px;
	}
.tbarea table td{}
.tbarea table td, .tbarea table th{
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    color: #333;
	}
.tbarea table th{}	
#branding p{
    margin: 0;
    line-height: normal;
    font-size: 13px;
	}
#branding p b{}	
.cf3{}
.cf4{width: 120px;}
.cffull{ min-width:316px;}	
.radioarea label{
    min-width: 80px;
    display: table-cell;
	padding-right:20px;
	}
.radioarea label:last-child{ padding-right:0;}	
.radioarea label span{
font-size: 14px;
    position: relative;
    top: -2px;
	font-weight:normal;
	}
.radioarea label input[type="radio"]{margin: 8px 0;}
input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="date"], input[type="password"], input[type="date"]{
    width: 100%;
    padding: 16px;
    padding:0.5rem;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 0.825rem;
    color: #333;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:-1px 0 0 0!important;
	height:35px;
}

textarea {
    width: 100%;
    padding: 16px;
    padding:0.5rem;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 0.825rem;
    color: #333;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:-1px 0 0 0!important;

}
#headinput label{
    width: 50%;
    height: 100%;
    display: table-cell;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
	}

#headinput input{
    height: 100%;
    display: table-cell;
	}
#headinput{
    width: 100%;
    float: left;
    height: auto;
	}
#hiright{
	width: 50%;
		height: auto;
    display: table;
    vertical-align: middle;
    float: right;
	}
.leftform h5{
	padding: 0.5rem;
    text-align: center;
    font-size: 13px;
	}
		
#hileft{
    width: 50%;
    height: auto;
    display: table;
    vertical-align: middle;
    float: left;
	padding-right:6px;
	}	