a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
}
a {
	color: #005e8d;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #002b41;
	text-decoration: underline;
}
hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
}
fieldset {
	border: 1;
}
legend {
	font-size: 14px;
	font-weight:bold;
	color: #666;
	border: 1;
}
legend small {
	font-size: 13.5px;
	color: #999;
}
label,
input,
button,
select,
textarea {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select {
	width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #D5CECE;
    -webkit-appearance: none;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-top: 1px 0;
    text-align: center;
}
select.nos{
	width: 18%
}
input[type=number],
input[type=text],
input[type=textfield]{
	width: 100%;
    background: transparent;
    border: none;
    border-top: none;
    border-bottom: 1px solid #D5CECE;
    -moz-appearance: textfield;
}
input[type=date]{
/*	width: 100%;*/
    background: transparent;
    border: none;
    border-top: none;
    border-bottom: 1px solid #D5CECE;
    -moz-appearance: textfield;
}

a.disabled,
a.disabled:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
	text-decoration: none;
}
h1 {
	font-size: 26px;
	line-height: 28px;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #CCC;
	background-color: #FFF;
}
body.modal-open {
	overflow: hidden;
	-ms-overflow-style: none;
}
  
#footer{
	position:sticky;
	bottom: 20px;
	right:0px;
	width:100%;
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:center;
	opacity: 1;
	text-align: center;
	filter: alpha(opacity=1); /* For IE8 and earlier */
}    


.editabl {
	background-color: #E3E3E3;
}

#ajaxloader{
	display: none;
	position:fixed;
	bottom: 0px;
	right:0px;
	width:100%;
	height:100%;
	background-color:#666;
	background-image:url('../img/ajaxloader.gif');
	background-repeat:no-repeat;
	background-position:center;
	z-index:10000000;
	opacity: 0.6;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}

.inactive_color{
	color: #A20000;
}

.active_color {
	color: #00FF00;
}

.amount {
	color: #0080ff;
	font-weight: bold;
}

table, span, input, .panel {
	font-size: 12px;
}

tr, td{
	vertical-align: middle;
	padding-bottom: 2px;
	padding: 2px 0;
}

.hidden{
	display: none;
}