@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MYRIADPROREGULAR.eot');
	src: url('../fonts/MYRIADPROREGULAR.woff') format('woff'), url('../fonts/MYRIADPROREGULAR.ttf') format('truetype');
}
body {
	font-family: 'Myriad Pro' !important;
	color:#231F20;
}
#page
{
background:#F1F1F2;
}
header, footer
{
	display: block;
	position: relative;
	background: #231F20;
	padding: 20px;
	color:#fff;
	
}
header
{
border-bottom:5px solid #F6A800;

}
header span.glyphicon
{
	font-size: 50px;
}
footer
{
    border-top:5px solid #F6A800;
	right: 0;
  	bottom: 0;
  	left: 0;
}
footer p
{
	font-size:14px;
}
footer h4
{
	font-size:20px;
}
.login-div input {
    border-radius: 5px;
    font-weight: normal;
    height: 45px;
    padding: 0 20px;
    width: 100%;
    background: #fff;
    margin-bottom: 12px;
}
.login h3
{
text-align:center;
font-size:20pt;
}
.login
{
padding:75px 0;
}
.login #login
{
font-size:18px;
border-radius:5px;
padding:11px 0;
background: #231f20;
border-color: #231f20;
color:#F6A800;
}
.login a
{
float:right;
font-size:16px;
padding:25px 0;
color: #231f20;
font-weight:bold;
}
.greet
{
font-size:15px;
font-weight:bold;
text-transform:uppercase;
padding-top:15px;
padding-bottom:15px;
}
.product-list
{
margin-top:30px;
}
.product-details
{
margin: 20px 0;
padding:0px;
}
.product-desc
{
padding: 0px;
background: #fff;
}
.product-title
{
padding: 8px;
background: #D1D3D5;
font-size: 14px;
font-weight: bold;
}
.productdet
{
text-transform:uppercase;
font-weight:bold;
font-size:13px;
}

.qtyinp
{
padding-right:0px;
padding-left:0px;
}
input.qty
{
height:22px;
width:38px;
padding:0px;
text-align:center;
border:2px solid #d1d3d4;
}
input.prce
{
height:22px;
width:65px;
padding:0px;
text-align:center;
border:2px solid #d1d3d4;
}
.stock, .price
{
padding:15px 0
}
.clientlabel
{
padding: 8px;
background: #D1D3D5;
font-size: 14px;
font-weight: bold;
text-align:center;
margin-bottom:0px;
}
.clientsub
{
padding: 8px;
background: #D1D3D5;
font-size: 14px;
font-weight: bold;
}
.clientcontent
{
background: #fff;
}
.clientform .form-group
{
padding: 0 30px;
}
.clientform .form-group input[type="text"], .clientform .form-group textarea
{
width:250px;
border:2px solid #d1d3d4;
padding: 0px 12px;
height: 30px;
}

.clientform .form-group textarea
{
height: 55px;
}
.clientform .form-group label
{
margin-bottom:0px;
}
#submit, #print
{
background-color:#231f20; 
border-color:#231f20; 
color: #ffa500;
font-size: larger;
width:430px;
height:45px;
margin: 0 auto;
}
div.submit
{
padding: 45px 0;
}
.borderless > tbody > tr > td,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > td,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > thead > tr > th {
    border: none;
}
.borderless > tbody > tr > th
{
background: #D1D3D5;
font-size: 14px;
font-weight: bold;
text-align:center;
}
.borderless > tbody > tr > td
{
background: #fff;
font-size: 14px;
text-align:center;
}
.tabprice
{
text-align:right;
}
.borderless > tbody > tr > td.total
{
border-top: 1px solid #000;
}
.error
{
color:red;
}

