
@import url("font-awesome-4.4.0/css/font-awesome.min.css");
@import url("bootstrap.css");
@import url("PopUP.css");
@import url("hover.css");
@import url("upload.css");
@import url("treefolder.css");

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	outline: none;
}

body {
	background: #eee url(../NPNImages/images/bg_dashboard.png) no-repeat;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	width: 100%;
	height: auto;
}

.header {
	width: 100%;
	height: 64px;
	background: #09428f url(../NPNImages/images/header_top.jpg) repeat-x;
	position: relative;
}

.logo {
	height: 59px;
	float: left;
	margin: 3px 0 0 0;
}

.header_right {
	float: right;
}

.right_inf {
	height: 28px;
	background: #ef2324;
	border: solid 1px #fff;
	border-radius: 2px;
	margin: 5px 8px 4px 0;
	float: right;
}

	.right_inf ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}

	.right_inf li {
		padding: 0 10px;
		float: left;
		color: #fff;
		line-height: 26px;
		font-size: 12px;
		border-right: solid 1px #fff;
	}

	.right_inf a {
		color: #fff;
		text-decoration: none;
	}

		.right_inf a:hover {
			text-decoration: underline;
		}

.icon {
	margin: 2px 5px 0 0;
	clear: both;
	float: right;
}

	.icon ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: right;
	}

	.icon li {
		padding: 0 5px;
		margin: 0;
		color: #fff;
		font-size: 12px;
		border-right: solid 1px #fff;
		display: inline-block;
		line-height: 20px;
		height: 20px;
		vertical-align: middle;
	}

	.icon img {
		margin: 0 0 0 0;
		padding: 0;
		width: 20px;
	}

.nav {
	clear: both;
	width: 100%;
	height: 30px;
	background: url(../NPNImages/images/nav_bg.jpg) repeat-x;
}

.news {
	float: left;
	width: 100%;
}

	.news h1 {
		color: #fbb600;
		float: left;
		margin: 0px 10px 0 21px;
		padding: 0px 10px 0 0;
		line-height: 30px;
		font-size: 15px;
		font-weight: bold;
		border-right: solid 1px #fff;
	}

	.news p {
		font-size: 12px;
		color: #fff;
		padding: 0px 0 0 5px;
		float: left;
		width: 90%;
		line-height: 30px;
		font-weight: 500;
	}

	.news ol {
		margin: 0;
		padding: 0 0 0 30px;
		display: inline-block;
	}

	.news li:before {
		content: "";
		display: inline-block;
	}

	.news .latest {
		font-size: 15px;
		font-weight: bolder;
		color: Yellow;
		margin: 0 4px 0 0;
	}

	.news ol li {
		margin: 0;
		padding: 0 0px 0 30px;
		display: inline-block;
	}

	.news a {
		color: #fff;
		text-decoration: none;
	}

		.news a:hover {
			color: Yellow;
			text-decoration: underline;
		}

.newsread {
	width: 100%;
	max-width: 900px;
	min-height: 700px;
	border: 10px Solid #ccc;
	margin: 10px auto;
	padding: 0 10px;
	overflow: hidden;
}

	.newsread h3 {
		text-align: center;
	}

	.newsread p {
		text-align: justify !important;
		font-family: Times New Roman;
	}

.language {
	float: right;
	margin: 2px 10px 0 0;
}

	.language p {
		font-size: 12px;
		float: right;
		color: #fff;
		font-weight: bold;
		color: #fff;
		font-size: 12px;
		line-height: 30px;
	}

.selectbox {
	width: 143px;
	height: 23px;
	background: #fff;
	border: solid 1px #ccc;
	margin: 0 10px;
	font-size: 12px;
	color: #0a428f;
}

.dashboard_bg {
	width: 100%;
	height: 41px;
	background: url(../NPNImages/images/dashboard_bg.png) repeat-x;
}

.home {
	font-size: 33px;
	color: #337ab7;
	display: inline-block;
}

.back {
	font-size: 33px;
	color: #337ab7;
	display: inline-block;
	content: "\f04a";
}

.dashboard_bg h1 {
	color: #46464e;
	float: left;
	margin: 0px 0 0 21px;
	padding: 0px 0 0 0;
	line-height: 41px;
	font-size: 17px;
	font-weight: bold;
}

.footer {
	width: 100%;
	height: 30px;
	clear: both;
	text-align: center;
	background: #46464e;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	position: fixed;
	bottom: 0;
}

.content_div {
	width: 100%;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

	.content_div ul {
		margin: 26px 0 0 0;
		padding: 0px;
		list-style-type: none;
		display: inline-block;
	}

	.content_div li {
		padding: 0;
		margin: 0;
		border-bottom: solid 1px #fff;
		line-height: 20px;
		font-weight: bold;
		color: #fff;
		font-size: 14px;
	}

.dashboard_heading {
	border: none !important;
	margin: 13px 0 0 0;
}

.content_div img {
	margin: 5px 0 0 0;
	vertical-align: inherit;
}

.dashboard_orange {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #fa7b0c url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_yellow {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #fbb600 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_green {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #0fa6a6 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_blue {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #0fa6a6 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_red {
	width: 229px;
	height: 125px;
	text-align: center;
	background: red url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_darkgreen {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #066565 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_magenta {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #bf54ec url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_grey {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #bdc3c7 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_slati {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #34495e url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_navyblue {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #2a80b9 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_lightgreen {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #afcd08 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_bluegray {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #607d8b url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_download {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #673ab7 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_redish {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #A52A2A url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_olive {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #808000 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_oil {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #3B3131 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_cols {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #70ffe7 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.dashboard_dealer {
	width: 229px;
	height: 125px;
	text-align: center;
	background: #808000 url(../NPNImages/images/header_top.jpg) no-repeat;
	float: left;
	margin: 20px 10px;
	border-radius: 5px;
}

.btn_pad {
	padding: 0;
	float: left;
}

.marquee_bg {
	width: 100%;
	height: 30px;
	background: #f2f2f2;
}

.marquee_text {
	font-size: 12px;
	line-height: 30px;
}

.grid1 {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #fff;
	box-sizing: border-box;
}

	.grid1 th {
		border: 1px solid #ccc;
		box-sizing: border-box;
		font: bold 12px;
		color: #fff;
		background: #09428f;
		padding: 4px;
		text-align: center;
		font-size: 11px;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.grid1 td {
		border: 1px solid #acbac0;
		box-sizing: border-box;
		padding: 2px 5px;
		text-transform: uppercase;
		white-space: nowrap;
		font-size: 11px;
		text-transform: uppercase;
	}

	.grid1 img {
		margin: 0;
	}


.grid3 {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #fff;
	box-sizing: border-box;
}

	.grid3 th {
		border: 1px solid #ccc;
		box-sizing: border-box;
		font: bold 12px;
		color: #fff;
		background: #09428f;
		padding: 4px;
		text-align: center;
		font-size: 11px;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.grid3 td {
		border: 1px solid #acbac0;
		box-sizing: border-box;
		padding: 2px 5px;
		text-transform: uppercase;
		white-space: normal;
		font-size: 11px;
		text-transform: uppercase;
	}

	.grid3 img {
		margin: 0;
	}

.td_custom {
	white-space: normal !important;
}




.grid2 {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #fff;
	font-size: 12px;
}

	.grid2 th {
		border: 1px solid #ccc;
		font: bold 12px;
		color: #fff;
		background: #09428f;
		box-sizing: border-box;
		padding: 4px;
		text-align: center;
		font-size: 12px;
		white-space: nowrap;
	}

	.grid2 td {
		box-sizing: border-box;
		padding: 2px 5px;
		text-transform: uppercase;
		white-space: nowrap;
	}

.inputtext {
	width: 150px;
	height: 20px;
	background: #fff;
	line-height: 20px;
	font-size: 12px;
	border: solid 1px #a3a3a3;
	margin: 5px 0;
	padding: 0 0 0 5px;
}

.NormalTextDropDown {
	font: 11px Verdana;
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: 200px;
}

.GridPager a, .GridPager span {
	display: block;
	height: 15px;
	width: 35px;
	font-weight: bold;
	text-align: center;
}

.GridPager a {
	background-color: #f5f5f5;
	color: #969696;
	border: 1px solid #969696;
}

.GridPager span {
	background-color: #A1DCF2;
	color: #000;
	border: 1px solid #3AC0F2;
}

.GridPager td {
	padding: 3px;
}

.linkButton {
	color: Navy;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 10pt;
	cursor: hand;
}

and give .linkButton as Cssstyle and also specify in the css style visted color, hover and all, no need to specify directly for the linkbutton A:link {
	text-decoration: none;
	color: #3333cc;
}



.top_div {
	font-size: 12px;
	margin: 15px auto;
}

.view_req {
	font-size: 12px;
	margin: 0 12px 0 0;
	float: right;
}




.content_request {
	width: 98%;
	height: 100% !important;
	margin: 10px auto;
	border: solid 1px #ccc;
	background: #fff;
	overflow: hidden;
	padding-bottom: 20px;
}

	.content_request h1 {
		background: #09428f;
		font-size: 12px;
		color: #fff;
		text-align: left;
		line-height: 25px;
		padding: 0 0 0 5px;
		margin: 0;
	}

.button_click {
	background: url(../NPNImages/images/nav_bg.jpg) repeat-x;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 3px;
	padding: 5px 8px;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.content_request h3 {
	margin: 10px 0;
	padding-bottom: 5px;
}

.content_request p {
	text-align: center;
}

label {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	color #666;
	margin-bottom: 0;
	padding-right: 8px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 15px;
}

	label span {
		color: Red;
		font-size: 18px;
		position: absolute;
		top: -6px;
		right: 0;
	}

.input_search {
	text-align: left !important;
	width: 125px;
	height: 25px;
	border-radius: 5px;
	background: #fff;
	line-height: 25px;
	font-size: 10px;
	border: solid 1px #ccc;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 0px;
	cursor: text;
	text-transform: uppercase;
	text-indent: 5px;
}

.input_search_none {
	text-align: left !important;
	width: 125px;
	height: 25px;
	border-radius: 5px;
	background: #fff;
	line-height: 25px;
	font-size: 10px;
	border: solid 1px #ccc;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 0px;
	cursor: text;
	text-transform: uppercase;
	text-indent: 5px;
}

.input_search1 {
	text-align: left;
	width: 119px;
	height: 21px;
	border-radius: 5px;
	background: #fff;
	line-height: 20px;
	font-size: 10px;
	border: solid 1px #ccc;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 5px;
	cursor: text;
	text-transform: uppercase;
}

.input_search2 {
	text-align: left;
	width: 305px;
	height: 60px;
	border-radius: 5px;
	background: #fff;
	line-height: 20px;
	font-size: 10px;
	border: solid 1px #ccc;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 0px;
	resize: none;
	white-space: normal;
	cursor: text;
	text-transform: uppercase;
	text-indent: 5px;
}

select.input_search3::-ms-expand {
	display: none;
}

select.input_search3 {
	text-align: left;
	width: 127px;
	height: 28px;
	border-radius: 5px;
	background: #fff;
	line-height: 28px;
	font-size: 10px;
	border: solid 1px #ccc;
	margin: 5px 0 5px 5px;
	padding: 0 18px 0 5px;
	cursor: default;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: '';
	background: url(../NPNImages/droparrow.png) no-repeat right;
	color: black;
	text-transform: uppercase;
}

.remove_margin {
	margin: 0;
}

.row .price_col:first-child {
	padding: 0 15px 0 0;
	box-sizing: border-box;
}

.row .price_col:last-child {
	padding: 0 0 0 0;
	box-sizing: border-box;
}

.input_price {
	text-align: left !important;
	width: 100%;
	min-width: 125px;
	height: 25px;
	border-radius: 5px;
	background: #fff;
	line-height: 25px;
	font-size: 10px;
	border: solid 1px #ccc;
	margin: 5px 0 2px 0px;
	padding: 0 0 0 5px;
	cursor: text;
	text-transform: uppercase;
}

.input_price_lowercase {
	text-align: left !important;
	width: 100%;
	min-width: 125px;
	height: 25px;
	border-radius: 5px;
	background: #fff;
	line-height: 25px;
	font-size: 10px;
	border: solid 1px #ccc;
	margin: 5px 0 2px 0px;
	padding: 0 0 0 5px;
	cursor: text;
	text-transform: lowercase;
}

.input_price_textarea {
	text-align: left;
	width: 100%;
	min-width: 305px;
	height: 60px;
	border-radius: 5px;
	background: #fff;
	line-height: 20px;
	font-size: 10px;
	border: solid 1px #ccc;
	margin: 5px 0 2px 0px;
	padding: 0 0 0 5px;
	resize: none;
	white-space: normal;
	cursor: text;
	text-transform: uppercase;
}


.input_SetPrice {
	position: relative;
	min-width: 50px;
	margin: 5px 0 2px 0;
	padding: 0;
	border: solid 1px #ccc;
	border-radius: 5px;
	overflow: hidden;
}

	.input_SetPrice .input_pricecon {
		position: relative;
		width: 100%;
		line-height: 26px;
		margin: 0;
		padding: 0;
		display: table;
	}

	.input_SetPrice .input_currency {
		text-align: left !important;
		width: 98%;
		background: #fff;
		font-size: 10px;
		padding: 0;
		cursor: text;
		text-indent: 5px;
		text-transform: uppercase;
		display: table-cell;
		border: none;
		outline: none;
		color: #000;
		margin: 0;
		line-height: 10px;
	}

	.input_SetPrice span.input_dollar {
		margin: 0;
		padding: 0 5px;
		display: table-cell;
		font-size: 14px;
		border-right: solid 1px #ccc;
		background: #E0E0E0;
		width: 2%;
	}

	.input_SetPrice span.input_prcent {
		margin: 0;
		padding: 0 5px;
		display: table-cell;
		font-size: 14px;
		border-left: solid 1px #ccc;
		background: #E0E0E0;
		width: 2%;
	}

.input_currency::-webkit-input-placeholder { /* Safari, Chrome and Opera */
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.input_currency:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.input_currency::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.input_currency:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.input_currency::-ms-input-placeholder { /* Edge */
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.input_currency:placeholder-shown { /* Standard one last! */
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}



.input_price_drop {
	width: 100%;
	min-width: 100px;
	height: 28px;
	background: #fff;
	line-height: 28px;
	font-size: 10px;
	border-radius: 5px;
	border: solid 1px #ccc;
	margin: 5px 0 2px 0px;
	padding: 0 18px 0 5px;
	text-align: left;
	cursor: default;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: '';
	background: url(../NPNImages/droparrow.png) no-repeat right;
	color: black;
	text-transform: uppercase;
}

.input_error {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 25px;
}

	.input_error span {
		font-size: 12px;
		color: Red;
		padding: 0 0 0 8px;
		text-transform: capitalize !important;
	}

		.input_error span > span {
			padding: 0;
		}

		.input_error span.error-success {
			font-size: 12px;
			color: Green;
			padding: 0 0 0 8px;
			text-transform: capitalize !important;
		}

.grid_price {
	position: relative;
	min-width: 50px;
	margin: 2px 0;
	padding: 0;
	border: solid 1px #ccc;
	border-radius: 2px;
	overflow: hidden;
}

	.grid_price .grid_pricecon {
		position: relative;
		width: 100%;
		line-height: 17px;
		margin: 0;
		padding: 0;
		display: table;
	}

	.grid_price .grid_currency {
		text-align: center !important;
		width: 98%;
		background: #fff;
		font-size: 14px;
		padding: 0;
		cursor: text;
		text-indent: 0px;
		text-transform: uppercase;
		display: table-cell;
		border: none;
		outline: none;
	}

	.grid_price span.dollar {
		margin: 0;
		padding: 0 5px;
		display: table-cell;
		font-size: 14px;
		border-right: solid 1px #ccc;
		background: #E0E0E0;
		width: 2%;
	}

.grid_currency::-webkit-input-placeholder { /* Safari, Chrome and Opera */
	color: #000;
	font-weight: bold;
}

.grid_currency:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-weight: bold;
}

.grid_currency::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	font-weight: bold;
}

.grid_currency:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	font-weight: bold;
}

.grid_currency::-ms-input-placeholder { /* Edge */
	color: #000;
	font-weight: bold;
}

.grid_currency:placeholder-shown { /* Standard one last! */
	color: #000;
	font-weight: bold;
}


.grid_precentage {
	position: relative;
	min-width: 50px;
	margin: 2px 0;
	padding: 0;
	border: solid 1px #ccc;
	border-radius: 2px;
	overflow: hidden;
}

	.grid_precentage .grid_precentagecon {
		position: relative;
		width: 100%;
		line-height: 17px;
		margin: 0;
		padding: 0;
		display: table;
	}

	.grid_precentage .grid_precentaged {
		text-align: center !important;
		width: 98%;
		background: #fff;
		font-size: 14px;
		padding: 0;
		cursor: text;
		text-indent: 0px;
		text-transform: uppercase;
		display: table-cell;
		border: none;
		outline: none;
	}

	.grid_precentage span.precentage {
		margin: 0;
		padding: 0 5px;
		display: table-cell;
		font-size: 14px;
		border-left: solid 1px #ccc;
		background: #E0E0E0;
		width: 2%;
	}

	.grid_precentage::-webkit-input-placeholder { /* Safari, Chrome and Opera */
		color: #000;
	}

	.grid_precentage:-moz-placeholder { /* Firefox 18- */
		color: #000;
	}

	.grid_precentage::-moz-placeholder { /* Firefox 19+ */
		color: #000;
	}

	.grid_precentage:-ms-input-placeholder { /* IE 10+ */
		color: #000;
	}

	.grid_precentage::-ms-input-placeholder { /* Edge */
		color: #000;
	}

	.grid_precentage:placeholder-shown { /* Standard one last! */
		color: #000;
	}


.grid_currency_input {
	height: 21px;
}

.grid_currency_drop {
	width: 100%;
	min-width: 50px;
	height: 23px;
	background: #fff;
	line-height: 17px;
	font-size: 10px;
	border-radius: 2px;
	border: solid 1px #ccc;
	margin: 2px 0 2px 0px;
	padding: 0 18px 0 0px;
	text-align: left;
	cursor: default;
	text-indent: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: '';
	background: url(../NPNImages/droparrow.png) no-repeat right;
	color: black;
	text-transform: uppercase;
	text-indent: 1px;
}

.input_search4 {
	width: 105px;
	height: 17px;
	background: #fff;
	line-height: 17px;
	font-size: 10px;
	border-radius: 2px;
	border: solid 1px #ccc;
	margin: 1px 0;
	padding: 0 0 0 0px;
	text-align: left;
	cursor: default;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: '';
	background: url(../NPNImages/droparrow.png) no-repeat right;
	color: black;
	text-transform: uppercase;
	text-indent: 1px;
}

.input_grid {
	width: 90%;
	min-width: 100px;
	height: 17px;
	background: #fff;
	line-height: 20px;
	font-size: 10px;
	border-radius: 2px;
	border: solid 1px #ccc;
	margin: 1px 0;
	padding: 0 0 0 0px;
	text-align: left;
	cursor: text;
	text-indent: 5px;
	text-transform: uppercase;
}

	.input_grid::-webkit-input-placeholder { /* Safari, Chrome and Opera */
		color: #000;
		font-weight: bold;
	}

	.input_grid:-moz-placeholder { /* Firefox 18- */
		color: #000;
		font-weight: bold;
	}

	.input_grid::-moz-placeholder { /* Firefox 19+ */
		color: #000;
		font-weight: bold;
	}

	.input_grid:-ms-input-placeholder { /* IE 10+ */
		color: #000;
		font-weight: bold;
	}

	.input_grid::-ms-input-placeholder { /* Edge */
		color: #000;
		font-weight: bold;
	}

	.input_grid:placeholder-shown { /* Standard one last! */
		color: #000;
		font-weight: bold;
	}

.input_grid_drop {
	width: 90%;
	min-width: 100px;
	height: 19px;
	background: #fff;
	line-height: 20px;
	font-size: 10px;
	border-radius: 2px;
	border: solid 1px #ccc;
	margin: 1px 0;
	padding: 0 10px 0 5px;
	text-align: left;
	cursor: default;
	text-indent: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: '';
	background: url(../NPNImages/droparrow.png) no-repeat right;
	color: black;
	text-transform: uppercase;
}


.red_cs {
	color: Red;
	font-size: 13px;
}

.green {
	color: White;
	background: Green;
	padding: 2px 6px;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.approve {
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: url(../NPNImages/approve.png) no-repeat;
}

.grid_dash {
	background: #ccc;
	line-height: 20px;
	text-align: center;
	margin: 20px 0 0 0;
}

.white_content {
	display: none;
}

.popup_request {
	width: 98%;
	height: 300px;
	margin: 0 auto;
	border: solid 1px #ccc;
	background: #fff;
	overflow: hidden;
	padding-bottom: 5px;
}

	.popup_request h1 {
		background: #09428f;
		font-size: 12px;
		color: #fff;
		text-align: left;
		line-height: 25px;
		padding: 0 0 0 5px;
	}



.td_gridnew1 {
	font-size: 11px;
}

.upload_file {
	background: #fff;
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	border: solid 1px #ccc;
	position: relative;
	height: 20px;
	width: 170px;
}

.reset {
	background: #ccc;
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	text-align: center;
	margin: 3px;
	padding: 4px 6px;
	border: none;
	cursor: pointer;
	border: solid 1px red;
}

.reset_green {
	background: #ccc;
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	text-align: center;
	margin: 3px;
	padding: 4px 6px;
	border: none;
	cursor: pointer;
	border: solid 1px green;
}

.add {
	background: #ccc;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 3px;
	padding: 5px;
	border: none;
	cursor: pointer;
	border: solid 1px #666;
	width: 50px;
}

.pop_request {
	width: 98%;
	margin: 0 auto;
	border: solid 1px #ccc;
	background: #fff;
	overflow: hidden;
	padding-bottom: 5px;
}

	.pop_request h1 {
		background: #09428f;
		font-size: 12px;
		color: #fff;
		text-align: left;
		line-height: 25px;
		padding: 0 0 0 5px;
	}

.GridPager a, .GridPager span {
	display: block;
	height: 15px;
	min-width: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 0 2px;
}

.GridPager a {
}

.GridPager span {
	background-color: #A1DCF2;
	color: #000;
	border: 1px solid #3AC0F2;
}

.calender {
	position: relative;
}

	.calender img {
		position: absolute;
		top: -8px;
		left: -28px;
	}

.cal_Theme1 {
	position: absolute;
	z-index: 9999;
}

	.cal_Theme1 .ajax__calendar_container {
		background-color: #ffffff;
		border: solid 1px #cccccc;
		width: 208px;
	}

	.cal_Theme1 .ajax__calendar_header {
		background-color: #ffffff;
		margin-bottom: 4px;
	}

	.cal_Theme1 .ajax__calendar_title,
	.cal_Theme1 .ajax__calendar_next,
	.cal_Theme1 .ajax__calendar_prev {
		color: #004080;
		padding-top: 3px;
	}

	.cal_Theme1 .ajax__calendar_body {
		background-color: #e9e9e9;
		border: solid 1px #cccccc;
		width: 203px;
	}

	.cal_Theme1 .ajax__calendar_dayname {
		text-align: center;
		font-weight: bold;
		margin-bottom: 4px;
		margin-top: 2px;
	}

	.cal_Theme1 .ajax__calendar_day {
		text-align: center;
	}

	.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
	.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
	.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
	.cal_Theme1 .ajax__calendar_active {
		color: #004080;
		font-weight: bold;
		background-color: #ffffff;
	}

	.cal_Theme1 .ajax__calendar_today {
		font-weight: bold;
	}

	.cal_Theme1 .ajax__calendar_other,
	.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
	.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
		color: #bbbbbb;
	}

.edit {
	text-decoration: none;
	border: none;
	font-size: 16px;
	color: Navy;
}

.delete {
	text-decoration: none;
	border: none;
	font-size: 16px;
	color: Navy;
}

.view {
	text-decoration: none;
	border: none;
	font-size: 16px;
	color: Navy;
}

.All_Grid_btn {
	text-decoration: none;
	border: none;
	font-size: 16px;
	color: Navy;
	padding: 0;
}

.All_Grid_Link_Img {
	margin: 0;
	padding: 0;
}

	.All_Grid_Link_Img img {
		margin: 0;
		padding: 0;
	}


.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.white_popup {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 16px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}


/*New loader Style*/

.divWaiting {
	position: fixed;
	overflow: hidden;
	text-align: center;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
}

div.loader {
	width: 100%;
	padding: 0;
	display: table;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	background: url(../NPNImages/black_bg.png) repeat;
}

div.loaderTC {
	padding: 0;
	vertical-align: middle;
	display: table-cell;
	margin: 0;
	text-align: center;
}

div.content {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	display: inline-block;
	-webkit-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
	box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 2147483647 !important;
}

.just {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #fabe00;
	font-weight: bold;
}

/*New loader End*/


.modalDialog {
	padding: 10px;
	-webkit-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
	box-shadow: -4px 2px 27px 6px rgba(0,0,0,0.75);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
}

.modalBackground {
	/*background:url(../NPNImages/black_bg.png) repeat;*/
	background-color: black;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.mandotry {
	color: Red;
	font-size: 12px;
	padding: 4px 5px 0 0;
	text-align: right;
}

.date {
	display: inline-block;
	background: url(../NPNImages/calendar-1.png) no-repeat right;
	line-height: 24px;
	vertical-align: middle;
	cursor: pointer;
}

.date_grid {
	width: 96px;
	margin-left: 0;
	font-size: 11px;
}

.ajax__calendar .ajax__calendar_container {
	z-index: 9999;
}

.ajax__calendar th {
	border: 0;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	text-transform: none;
	white-space: normal;
}

.ajax__calendar td {
	border: 0;
	padding: 0;
	text-transform: none;
	white-space: normal;
	font-size: 10px;
	text-transform: none;
}


.row_custom {
	text-align: center;
}

.master {
	width: 22%;
	text-align: center;
	margin: 3px 0;
	display: inline;
}

.master1 {
	width: 30% !important;
	
}

.floatinherit {
	float: inherit;
}

.master-margin {
	margin: 20px 0;
}

.master-margin1 {
	text-align: center;
}

.master-dash {
	width: 200px;
	height: 100px;
	background: #4aa9d5;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	vertical-align: middle;
	line-height: 100px;
	color: #fff;
}

	.master-dash:hover {
		color: #000;
		background: #e1e1e1;
		text-decoration: none;
	}

		.master-dash:hover[disabled="disabled"] {
			color: #fff;
			background: #4aa9d5;
			text-decoration: none;
			cursor: not-allowed;
			border: none;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}

	.master-dash[disabled="disabled"] {
		color: #fff;
		background: #4aa9d5;
		text-decoration: none;
		cursor: not-allowed;
		border: none;
		opacity: 0.4;
		filter: alpha(opacity=40);
	}

.boot-lable {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0px;
	margin-left: 1px;
	font-weight: 700;
	float: none;
	font-size: 12px;
}

.colwidth {
	width: 48%;
	padding: 0 1%;
}

	.colwidth .rows2 {
		overflow: hidden;
	}

	.colwidth span {
		font-size: 11px;
		float: right;
		text-transform: uppercase;
		color: Green;
	}


.colwidth-1 {
	width: 99%;
	padding: 0;
}

	.colwidth-1 .rows2-1 {
		overflow: hidden;
	}

	.colwidth-1 span {
		font-size: 11px;
		float: right;
		text-transform: uppercase;
		color: Green;
	}

.input_boot {
	text-align: left !important;
	width: 99%;
	height: 25px;
	border-radius: 5px;
	background: #fff;
	line-height: 25px;
	font-size: 12px;
	border: solid 1px #ccc;
	margin: 0;
	padding: 0;
	text-indent: 5px;
	cursor: text;
}

select.input_drop_boot {
	text-align: left !important;
	width: 100%;
	height: 25px;
	border-radius: 5px;
	line-height: 25px;
	font-size: 12px;
	border: solid 1px #ccc;
	margin: 0;
	padding: 0 10px 0 0px;
	cursor: default;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-overflow: '';
	background: url(../NPNImages/droparrow.png) no-repeat right;
	color: black;
	text-transform: uppercase;
	text-indent: 5px;
}

	select.input_drop_boot option {
		text-transform: uppercase;
		font-size: 11px;
		margin: 0;
		padding: 2px 0 0 0px;
		color: Black;
		text-indent: 5px;
	}

.input_descrp_boot {
	text-align: left !important;
	width: 99%;
	height: 88px;
	border-radius: 5px;
	background: #fff;
	line-height: 25px;
	font-size: 12px;
	border: solid 1px #ccc;
	margin: 0;
	padding: 0 0 0 0px;
	cursor: default;
	resize: none;
	text-indent: 5px;
}

.input_radio_boot {
	text-align: left !important;
	width: 100%;
	height: 14px;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
	border: solid 1px #ccc;
	margin: 0;
	padding: 5px 0;
	cursor: default;
}

.top-margin {
	margin-top: 8px;
}

.accept {
	background: url(../NPNImages/accept.png) no-repeat;
	width: 17px;
	height: 15px;
	margin: 0;
	padding: 0;
}

table.details {
	margin: 0;
	padding: 0;
}

.details th {
	margin: 0;
	padding: 0;
}

.details td {
	margin: 0;
	padding: 0;
}

	.details td span {
		font-size: 11px;
	}


.mobile {
	position: relative;
	width: 119px;
	margin: 5px 0 5px 5px;
	padding: 0 0 0 6px;
	border: solid 1px #ccc;
	border-radius: 5px;
}

	.mobile .mobcon {
		position: relative;
		width: 100%;
		line-height: 25px;
		margin: 0;
		padding: 0;
		display: table;
	}

	.mobile .mobno {
		text-align: left !important;
		width: 98%;
		background: #fff;
		font-size: 11px;
		padding: 0;
		cursor: text;
		text-indent: 5px;
		text-transform: uppercase;
		display: table-cell;
		border: none;
		outline: none;
	}

	.mobile span.prefix {
		margin: 0;
		padding: 0 5px 0 0;
		display: table-cell;
		font-size: 11px;
		border-right: solid 1px #ccc;
	}

	.mobile span.reqmesg {
		font-size: 11px;
		position: absolute;
		white-space: nowrap;
		color: Red;
		top: 5px;
		right: -131px;
	}

	.mobile span.reqmesg1 {
		font-size: 11px;
		position: absolute;
		white-space: nowrap;
		color: Red;
		top: -5px;
		right: -11px;
	}

.email {
	text-transform: lowercase;
	font-size: 11px;
}

.username {
	text-transform: none;
}

.password {
	text-transform: none;
}

.downloads {
	position: relative;
	display: inline-block;
}

	.downloads img {
		outline: none;
		border: none;
	}

		.downloads img:hover {
			outline: none;
			border: none;
			text-decoration: none;
		}

.actve-x {
	margin-right: 3px;
}

	.actve-x:last-child {
		margin-right: 0px;
	}

.test + .tooltip > .tooltip-inner {
	background-color: #FBF622;
	color: #000;
	border: 1px solid black;
	padding: 5px;
	font-size: 11px;
	white-space: nowrap;
	max-width: 100%;
	-webkit-box-shadow: -2px 2px 10px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: -2px 2px 10px 2px rgba(0,0,0,0.4);
	box-shadow: -2px 2px 10px 2px rgba(0,0,0,0.4);
}

/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
	border-top: 5px solid black;
}
/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid black;
}
/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow {
	border-left: 5px solid black;
}
/* Tooltip on right */
.test + .tooltip.right > .tooltip-arrow {
	border-right: 5px solid black;
}


.cmpname {
	display: inline-block;
	width: 44px;
}

.compname {
    display: inline-block;
    width: 44px;
}
