
*
{
    font-size : 14px ;
    font-family:Arial, Helvetica, sans-serif;
}



.style1 {
	background: #ffffff url(../images/icns/product_gradient.png) repeat-x
		left bottom;
}

.style2 {
	background: #fefefe;
}
/****************************************END HTML********************************************/
	/****************************************HRULE**VRULE********************************************/
.hrule {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #cccccc;
	margin: 10px 0;
}

.vrule {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #cccccc;
	margin: 0px 10px;
	width: 1px;
	height: 100%;
}

/***********************************END**HRULE**VRULE********************************************/
	/******************************************UPLOADIFY********************************************/
#fileQueue {
	width: 400px;
	height: 300px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}

.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel {
	float: right;
}

.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}

.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

/**************************************END UPLOADIFY********************************************/
#loadinfo {
	width: 100%;
	height: 100%;	
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	overflow: auto;
	z-index: 998;
	position: absolute;
	background : rgba(0,0,0,0.4);
	
}
#loadinfo img
{
	width: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 32px;
	margin-left: -22px;
	margin-top: -22px;
	z-index: 999;
	overflow: auto;
}
.loading_img_c {
	width: 70px;
	height: 70px;
	text-align: center;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

/**************************************************************************************************/
/*******************************************MENU BOX ******************************************/
.bordure {
	border: 1px solid #9EA7B1;
	margin-bottom: 10px;
	padding-bottom: 7px;
	box-shadow: 1px 1px 3px #DDDDDD;
	-moz-box-shadow: 1px 1px 3px #DDDDDD;
	-webkit-box-shadow: 1px 1px 3px #DDDDDD;
	border-radius: 4px 4px 0px 0px;
	background: #ffffff url(../images/icns/product_gradient.png) repeat-x
		left bottom;
}

.bordure table {
	width: 100%;
}

.bordure h4 {
	background: #ffffff url(../images/icns/product_gradient.png) repeat-x left bottom;
	border-bottom : 1px solid #9EA7B1;
	/*color: #40577a!important;*/
	font-size: 11px;
	padding-left: 10px;
	height: 22px;
	line-height: 20px;
	font-weight: bold;
	text-transform: capitalize;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	border-radius: 4px 4px 0px 0px;
	background: #9EA7B1;
	color: #fff;
}

h4 img {
	vertical-align: middle;
	margin: 3px;
}

.bordure-box {
	padding-bottom: 7px;
	/*border:1px solid #085274;*/
	border: 1px solid rgba(204, 204, 204, 0.5);
	min-width: 10px;
	box-shadow: 0px 0px 3px #DDDDDD;
	-moz-box-shadow: 0px 0px 3px #DDDDDD;
	-webkit-box-shadow: 0px 0px 3px #505050;
	background: #ffffff url(../images/icns/product_gradient.png) repeat-x
		left bottom;
}

.bordure-box h4 img {
	height: 16px;
	width: 16px;
}

.bordure-box h4 {
	font-size: 14px;
	padding-left: 10px;
	height: 22px;
	line-height: 20px;
	/*color: rgb(104, 104, 104) !important;*/
	text-transform: capitalize;
	font-family: arial, helvetica;
	font-weight: bold !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	color: white;
	background: #9EA7B1;
}

.bordure-right {
	padding: 10px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

/*******************************************END MENU BOX ******************************************/
	/************************************************PAGINATION ******************************************/
.paginator {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.paginator a {
	
}

.active-pgn {
	cursor: pointer;
	background-image: url(../images/pgn/fond_vert.jpg);
	padding: 3px 7px 3px 7px;
	box-shadow: 0px 0px 3px #AAAAAA;
	-moz-box-shadow: 0px 0px 3px #AAAAAA;
	-webkit-box-shadow: 0px 0px 3px #AAAAAA;
	color: White;
	margin: 10px 5px 10px 5px;
	border: 1px solid #67831d;
	font-weight: bold;
}

.noactive-pgn {
	cursor: pointer;
	background-image: url(../images/pgn/fond_orange.jpg);
	padding: 3px 7px 3px 7px;
	box-shadow: 0px 0px 3px #AAAAAA;
	-moz-box-shadow: 0px 0px 3px #AAAAAA;
	-webkit-box-shadow: 0px 0px 3px #AAAAAA;
	color: White;
	margin: 10px 5px 10px 5px;
}

.pred-pgn,.suiv-pgn,.pred-pgn:hover,.suiv-pgn:hover {
	cursor: pointer;
	font-weight: normal;
	color: #3b4b11;
	margin: 10px 10px 10px 10px;
}

/*******************************************END*PAGINATION ******************************************/
.ui-spinner {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
	text-align: left;
	background: #FEFEFE url(./images/spinner-bg.gif) repeat-x left bottom;
	padding: 0 10px 0px 0px;
}

.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}

.ui-spinner-box {
	width: 90%;
	height: 100%;
	float: left;
	font-size: 125%;
	border: none;
	background: none;
	padding: 0;
}

.ui-spinner-up,.ui-spinner-down {
	width: 15px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	float: left;
	cursor: default;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}

.ui-spinner-down {
	bottom: 0;
	border-bottom: 0;
}

.ui-spinner-pressed {
	background: #FEFEFE;
}

.ui-spinner-list,.ui-spinner-listitem {
	margin: 0;
	padding: 0;
}
.loading
{
	display :none;
}



.FormItem .value
{
	float: left;
}
.tilescontainer
{
	display: block;
	position: relative;
}
.metro .tilescontainer:after {
	content: "";
	clear: both;
	display: block;
}
.filterRow
{
	padding:2px;
}
.filterRow label {
	display: block;
	width: 160px;
	float: left;
	ont-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
}
.filterRow input {
float: left;
margin-right:15px;
}
.clear {
	clear: both;
}
.filterRow .nonFixed
{
	width: 40px;
}
.filterCheckboxList {
	clear: both;
	padding: 0 0 0 8px;
	max-width : 410px;
}
.filterCheckboxListItem {
	float: left;
}
#noticeFilter .filterRow .noticeTypeLabel {
	display: table;
	float: left;
	margin-right: 10px;
	white-space: nowrap;
	width: 190px;
}
.filterCheckboxList label * {
	font-size: 11px;
}
.filterBasic td 
{
	vertical-align: top;
}
.procfilter
{
	border:1px solid #ccc;
	padding: 10px;
	margin: 10px;
}
.metro .grid .row {

	margin-top: 0px !important;
}
.procfilter *
{
	font-size: 12px;
}
.procfilter  .input-control.text, .procfilter .input-control.password, .procfilter .input-control.file, .procfilter .input-control.email, .procfilter .input-control.tel, .procfilter .input-control.number
{
	height: 25px !important;
}
.procfilter .btn-clear
{
	top : 2px !important;
}

body{
  position: relative;
}
html, body{
  min-height: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);

}
.modal img
{
	width: 32px;
	position: fixed;
	top: 50%;
	left: 50%;
	height: 32px;
	margin-left: -22px;
	margin-top: -22px;
	z-index: 999;
	overflow: auto;
}
.FormItem
{
	display: block;
	margin: 10px;
	padding: 5px;
}
.FormItem label
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	width: 200px;
	margin: 10px;
	
}
.FormItem .value
{
	margin-left: 10px;
}
#procleftmenu
{
	border: 1px solid #aaa;
	background: #fff;
}
#procleftmenu *
{
	font-size: 12px;
	text-decoration: none;
	color:#303030;
}
#procleftmenu a:active
{
	font-size: 12px;
	color:#909090;
}
#procleftmenu a:hover
{
	font-size: 12px;
	color:#aaaaaa;
}
.procfilter, #proclisthome,#procleftmenu
{
	background: #fff;
	border: 1px solid #aaa;
}
.myvendorregistration 
{
	font-size: 12px ;
	
}
.myvendorregistration .row
{
	margin-bottom:0px;
}
.myvendorregistration .span7
{
	margin-bottom:5px;
	padding:5px;
	float:left;
}
.myvendorregistration .validationHint
{
	opacity : 1;
	font-size: 11px;
	color: #909090;
}
.myvendorregistration .validationHint:hover
{
	opacity : 1;
	font-size: 11px;
	color: #909090;
}
.myvendorregistration .row select,.myvendorregistration .row input
{
	margin-right:20px;
	width: 200px;
} 
.myvendorregistration .row label 
{
	font-size: 12px;
	font-weight: bold;
	width:150px;
}
.frames
{
	border: 1px #909090 solid !important;
	background: #fff;
}
.myvendorregistration  .input-control.text, .myvendorregistration  .input-control.password, .myvendorregistration  .input-control.file, .myvendorregistration  .input-control.email, .myvendorregistration  .input-control.tel, .myvendorregistration  .input-control.number
{
	height: 24px !important; 
	margin-bottom:2px  !important;
}
.myvendorregistration  .btn-clear
{
	top: 3px !important;
	
}
#frmDeclarationOfEligibility *
{
	font-size: 12px !important;
}
#userOptions *
{
	float:left;
}
.warning
{
	color: red !important;
}
.condition label
{
	width:100% !important;
	float:left;
}
.condition input
{
	float:left !important;
}
.procitem
{
	cursor:pointer;
}
.pure-form legend
{
	font-size : 18px !important;
	font-weight: bold;
}
.pure-form input,.pure-form select
{
	width: 300px;
}