/* CSS Document */
body {
	margin: 0px;
	padding: 0px;	
	background-color: #b0c4de;
}

body, td, th {
	font-family: Inherit;
	font-size: 12px;
}

BODY {
	background-color: White;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

H1 {
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	text-transform: capitalize;
}

H2 {
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	text-transform: capitalize;
}

H3 {
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: lighter;
	text-transform: capitalize;
}

/*Do not use commodityLine id.We are using this element only for commodityLine.*/
#commodityLine {
	height: auto;
}

.mainBackground {
	background: #507679;
}

/* below khaja added css */
.gradientbg {
	background-color: #F5F5F5;
	width: 100%;
}

.gradientbglyte {
	background: #999; /* for non-css3 browsers */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr= #3E6D8E,
		endColorstr= #EDF4A3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#3E6D8E',
		endColorstr= '#EDF4A3', GradientType=0);
	background: -webkit-gradient(linear, left top, left bottom, from(#3E6D8E),
		to(#EDF4A3));
	background: -moz-linear-gradient(top, #3E6D8E, #EDF4A3);
	background-image: -ms-linear-gradient(top, #3E6D8E 0%, #EDF4A3 100%);	 
}

.inputs {
	display: inline-block; 
	width : 85%; 
	vertical-align : middle;
	height: 25px;
	padding: 1px 0px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inputsPackage {
	background: #f5f5f5;
	font-size: 12px;
	color: black;
	padding: 0px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height: 25px;
}

.inputs:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height: 25px;
}

legend {
	color: #000;
	font-size: 1.4em;
	font-family: "Arial", Georgia, Sans-serif;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px 15px;
	margin-left: 20px display:table; /* Enable line-wrapping in IE8+ */
	white-space: normal;
	/* Enable line-wrapping in old versions of some other browsers */
}

fieldset {
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border: 2px solid #f2ca35;
	background: url(images\yellow.jpeg) top left no-repeat;
	border-radius: 10px;
	box-shadow: 0 0 10px #999;
}


.inputsOrderNmber {
	background: #FFF;
	font-size: 1.1rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;
	border: none;
	padding: 7px 5px;
	font-weight: bold;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.0);
	clear: both;
	text-align: center;
	width: 150px;
}

.inputsOrderNmber:focus {
	background: #fff;
	box-shadow: 0 0 0 1px #fff38e, inset 0 2px 3px rgba(0, 0, 0, 0.2), 0px
		5px 5px rgba(0, 0, 0, 0.15);
	outline: none;
}

.tablecss {
	border: 1px;
	border-radius: 10px;
	background: #C4C5AB;
}

.innertablecss {
	padding: 4px;
}

.tableheading {
	background: linear-gradient(#C4C5AB, #1D5157);
	border-bottom: 3px solid #E3E8CF;
	color: #fff;
	font-weight: bold;
	padding: 1px 5px;
	position: relative;
	text-shadow: 0 1px 0 #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.scLiteButton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed
		), color-stop(1, #bab1ba));
	background: -moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background: -webkit-linear-gradient(top, #326C8B 5%, #9ACA9F 100%);
	background: -o-linear-gradient(top, #326C8B 5%, #9ACA9F 100%);
	background: -ms-linear-gradient(top, #326C8B 5%, #9ACA9F 100%);
	background: linear-gradient(to bottom, #326C8B 5%, #9ACA9F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',
		endColorstr='#bab1ba', GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #d6bcd6;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;
	padding: 2px 13px;
	text-decoration: none;
	text-shadow: 0px 1px 50px #e1e2ed;
}

.scLiteButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #686A6B
		), color-stop(1, #9ACA9F));
	background: -moz-linear-gradient(top, #686A6B 5%, #9ACA9F 100%);
	background: -webkit-linear-gradient(top, #686A6B 5%, #9ACA9F 100%);
	background: -o-linear-gradient(top, #686A6B 5%, #9ACA9F 100%);
	background: -ms-linear-gradient(top, #686A6B 5%, #9ACA9F 100%);
	background: linear-gradient(to bottom, #686A6B 5%, #9ACA9F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba',
		endColorstr='#ededed', GradientType=0);
	background-color: #bab1ba;
}

.scLiteButton:active {
	position: relative;
	top: 2px;
	color: #000;
}

.inputsFullWidth {
	background: #f5f5f5;
	font-size: 0.8rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 2px 2px;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
	clear: both;
	width: 260px;
}

.costDisplay {
	background: #E2E9A6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	align: center;
}

.hrPackageSection {
	background: #BED192;
}

input[type=checkbox] {
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.2); /* IE */
	-moz-transform: scale(1.2); /* FF */
	-webkit-transform: scale(1.2); /* Safari and Chrome */
	-o-transform: scale(1.2); /* Opera */
	padding: 10px;
	align: center
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("ajax-loader-2.gif") 50% 50% no-repeat
		rgb(249, 249, 249);
	opacity: .8;
}

.row {
	margin: auto;
}

.style12 {
	font-weight: bolder;
	font-size: 12px;
}

input[type=text]:disabled {
	background-color: white;
	cursor: not-allowed;
}

textarea:disabled, select:disabled {
	background-color: white;
	cursor: not-allowed;
}

.footer, #footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #f2f2f2;
	z-index: 10001;
}

.dispalyFieldsWithOutBold {
	FONT-SIZE: 12px;
	FONT-FAMILY: Inherit;
}

.shipToTableHeader {
	background-color: #19b698;
	color: white;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	FONT-FAMILY: Inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
	height: 100%;	
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
#wrap>.container {
	padding: 60px 15px 0;
}

.container .text-muted {
	margin: 20px 0;
}

#footer>.container {
	padding-left: 15px;
	padding-right: 15px;
}

.footer>.container {
	padding-left: 15px;
	padding-right: 15px;
}

code {
	font-size: 80%;
}

.inputs_A {
	display: inline-block; 
	width : 100%; 
	vertical-align : middle;
	height: 25px;
	padding: 1px 0px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
}

.inputs_A:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height: 23px;
}

.icon-bar {
	overflow: hidden;
	width: auto;
	border-radius: 20px;
}

.icon-bar a {
	float: left;
	width: 7%;
	text-align: center;
	padding: 3px 0px;
	transition: all 0.3s ease;
	border-radius: 45px;
}

.icon-bar a:hover {
	border-radius: 55px;
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}