@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");

a {
   outline: 0;
}
a:hover, a:active, a:focus, select, option {
  outline: 0;
}
body {
	font-family: 'open_sansregular'!important;
}

/* ----------------- Login css ---------------- */
.login-bg{
	background-color:#f0f0f0;	
}

.login-container{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	height: 334px;
	bottom: 0;
	right: 0;
	width: 80%;
	margin: auto;
}

.login-box{
	background-color: #f8f8f8;
	height: 100%;
	-webkit-box-shadow: 4px 3px 9px -1px rgba(0,0,0,0.41);
	-moz-box-shadow: 4px 3px 9px -1px rgba(0,0,0,0.41);
	box-shadow: 4px 3px 9px -1px rgba(0,0,0,0.41);
	border: 1px solid #e9e9e9;
	background-image:url(../etender-images/login_03.png);
	background-repeat:no-repeat;
	background-position: 17px 61px;
}


/* ----------------- Header css ---------------- */
header > .container {
	background-color: #fff;
	border-bottom: 1px solid transparent;
	border-bottom-color: #dfdfdf;
	height: 70px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top:25px;
}

.container > .logo{
	position:relative;
	height:100%;
	}
	
.container > .logo > a {
	border:0;
}
		
.container > .logo > a > img{
	position:absolute;
	top:17%;
	}	
	
.notify{
	/*height: 100%;*/
	position: relative;
}	
	
.notify-container{
	/*height: 69px;
	position: absolute;
	width: 100%;
	padding: 12% 0 0% 6%;8*/
	position: relative; margin:20px 0; padding:0; background:transparent!important; float:right;
}
.notify-container a{ color:#666;  display:inline-block; margin:0 5px; padding:0; text-align:center; }
.notify-container a .fa {color:#666; font-size:20px;}
.notify-container a .fa-bell {font-size:14px!important;}
.notify-container a:hover { color:#288CAB!important;}
.notify-container a:hover .fa{ color:#288CAB!important;}

.notify-icons{
	width: auto !important;
	height: auto !important;
	float: none!important;
	margin-right: 0!important;
	}

.symbol {
     background-color: #288CAB;
    border: 0 none;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    left: 40px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 15px;
}

.welcome-container{
	position:relative;
	height:100%;
	float: right;
	}

.welcome{
	font: 14px/30px arial;
	color: #333;
	font-weight: bold;
	height: 69px;
	padding-top: 14px;
}

.welcome > img{
	width: 33px;
	border-radius: 50%;
	border: 2px solid #288cab;
}



/* ----------------- Sub header css ---------------- */
.dashboard-sub-header{
	height:40px;
	border-bottom: 1px solid transparent;
	border-bottom-color: #dfdfdf;
}

.create-event-link{
	font: 13px/35px arial;
	font-weight: bold;
	color: #288cab;
	float: right;
}

.create-event-link > img{
	margin-left:5px;
}

.breadc-divider{
	font: 27px/40px arial;
	color: #ccc;
	margin: 0px 8px;
}

.breadc-event > img{
	float:left;
}

.breadc-event > span{
	float: left;
	margin-left: 25px;
	font-weight: bold;
	font: 13px/20px arial;
}


.subheadernavul{
	margin: 0;
	list-style: none;
	padding: 0;
}

.subheadernavul > li{
	float: left;
	margin: 0px 8px;
	font: 14px/38px ;
}

.subheadernavul > li > a:active{
	color: #288cab;
	text-decoration:none;
}

.subheadernavul > li > a{
	color: #666;
	text-decoration:none;
}

.subheadernavul > li > a:hover{
	color: #288cab;
	text-decoration:none;
}


/* ----------------- MIS Dashboard Content css ---------------- */

.mis-dashboardstatus{
	width: 100%;
}

.mis-statusalign{
	font: 15px/20px arial;
	color: #666;
}

.mis-statusalign img{
	margin-right: 5px;
    margin-top: 12px;
}

.mis-statusalign span{
	margin-left:5px;
	display:inline-table;
}

.mis-statusalign span h4{
	font-family: ;
    font-size: 18px;
    margin: 3px 0;
}

.mis-headertxt h4{
	font-family: ;
    font-size: 18px;
    margin: 18px 0;
	display: inline-block;
}

.mis-dashboardgrbox{
	background-color:#fff;
	border:1px solid #ccc;
	padding:15px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 1px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 1px 0px rgba(153,153,153,0.5);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	display: inline-block;
	margin: 15px 0;
	width: 100%;
}

.mis-headergrbox{
	border-bottom:1px solid #ccc;
}

.mis-graphcont{
	border-right: 1px solid #ccc;
    margin: 10px 0;
}

.mis-graphcontsearch{
	margin: 10px 0;
}

/* ----------------- Dashboard Content css ---------------- */
.content-area > .container{
	background-color:#ecf2f6;
	padding: 0 0px!important;
}

.dashboardstatus{
	width: 100%;
	float: left;
	padding: 5% 10%;
}


.dashbstatus-text{
	font: 15px/20px arial;
	color: #666;
	text-align: center;
	float: left;
	margin-left: 8px;
}

.box-container{
	background: #fff;
	border: 1px solid #d2d3d4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.box-header{
	height: 50px;
	background-color: #288cab;
	color: #fff;
	font: 16px/50px arial;
	padding: 0px 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.calender-padding{
	padding: 6% 2%;
	width: 100%;
}

.table-container{
	border:1px solid rgba(211,211,211,1);
	background-color:#fff;
	padding:15px 0px;
	display: inline-block;
	width: 38%;
	height: 10vw;
	overflow-y: scroll;
	margin: 15px 0px;
}

.view-more{
	background-color: #f9f9f9;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font: 14px/40px arial;
	color: #777;
	text-align: right;
	padding: 0px 20px;
}


thead {
	color:#666;
}

tbody {
	color:#777;
}


/* ----------------- Creation event css ---------------- */
.help-txt{
	font: 12px/20px ;
	margin: 0px 5px;
	float: left;
}

.multi-select-container{
	background: #fff;
	border: 1px solid #e9e9e9;
	margin-top: 5px;
}

.tab-content{
	margin:20px;
}

.nav-tabs>li.active>a {
	border-bottom:2px solid #288cab;
	color: #288cab;
}

.nav-tabs>li.active>a>span {
	border: 2px solid #288cab;
	color: #288cab;
}

.nav-tabs>li:first-child{
	margin-left: 7px;
}
.nav-tabs>li:last-child {
border-right: 0;
}

.nav-tabs>li.done>a>span{
	border: 2px solid #288cab;
	color: #fff;
	background: #288cab;
}

.fileinput-filename {
	font: 12px/20px ;
	color: #333;
	margin-left: 10px;
}

.multi-step-foo{
	font:14px/20px arial;
	color:#999;
}

.multi-step-foo a{
	color:#288cab;
	text-decoration:underline;
}

.fileinput-filename{
	margin: 10px 0px;
	width: 80%;
}

/* ----------------- Create Lot css ---------------- */
.form-horizontal .control-label-value {
	text-align: left;
	font: 13px/20px arial;
	color: #333;
	padding-top: 7px;
}

.greybg{
	background: #f6f6f6;
	margin-bottom: 5px;
	padding: 15px 15px 0px 15px;
}

/* ----------------- Item info css ---------------- */
.iteminfoaddon > .row > .form-group {
	margin-bottom: 0px;
}

.iteminfoaddon > .row > .addlabel > label{
	text-align: left;
	font: 13px/20px arial;
	color: #333;
	font-weight: bold;
}

.input_fields_wrap > .row > .addfield{
		margin-bottom: 5px;
}

.invitevendorsbtn{
	margin-left: 37px;
	margin-top: 15px;
	}
	

.ii02-inputfield{
	margin-right: 15px;
    width: 42%;
	
}

.ii02-col-cont{
	margin:20px 0px;
}

.ii02-checktxt{
	color: #31708f;
    display: inline;
    font-size: 12px;	
}

.input_fields_wrap02 > .row > .addfield{
		margin-bottom: 5px;
		margin-right: 0;
}

/* ----------------- Users info css ---------------- */

.usersinfocont > h4 > b {
	font-size:14px !important;
}

.users-box{
	height: 216px;
	border: 1px solid #ccc;
	margin: 5px 0px;
	overflow-y: auto;
}

.usersbtnalign{
	margin-top: 4%;
	margin-left: 0 !important;
}

.usersbtnalign > button{
	margin: 15px 0px;
}

.move-right {
	margin-left: 40px;
}

.move-left{
	margin-right: 22px;
}

.bootstrap-duallistbox-container select option{
	padding:25px 0px;
}

.checkboxusersinfo{
	font-weight: normal;
	font: 14px/20px arial;
	color: #666;
}

.bootstrap-duallistbox-container select option {
    padding: 2px 0px;
	outline:0;
}

/* ----------------- Pricing Info css ---------------- */

.collapsed > img{
	  transition: all 1s ease-in;
	transform: rotateX(180deg);
}

.panel-title > a > span {
	font-size:13px;
}

.pricinginfoh4 > h4{
	font-size:15px;
	font-weight:bold;
	color:#288cab;
}

.pricingscrolhead{
	color: #333;
	font: 13px/24px arial;
	font-weight: bold;
}

.pricingscrolcont{	
}

.vendorname{}
.venorinput{}
.pricingscrolcont > .vendorname > span{
	width: 100%;
	clear: both;
	display: block;
	font: 13px/27px arial;
	padding: 12px 0px 0px 0px;
}
.pricingscrolcont > .venorinput > input{
	margin:6px 0px;
}

.inputpricingline{
	padding: 1px 0px 1px 5px;
	width: 52px;
	float: right;
}


/* ----------------- Schedule screen css ---------------- */
.scedule-txtlatr{
	float: left;
	width: 16%;
}

#left-container{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* ----------------- closed auction list screen css ---------------- */
.containerlisting{
	background-color: #fcfcfc;
	border: 1px solid #e0e1e1;
	width: 100%;
	height: 100%;
	float: left;
}

.cals-searchcont{
	background-color: #fcfcfc;
	height: 100%;
	border-bottom: 1px solid #e0e1e1;
	min-height: 112px;
}

.cals-searchbtn{
	margin-top: 2px;
}

.cals-searchdetail p{
	font: 12px/25px ;
	color: #666;
	margin: 0px;
}

.cals-searchadv{
	height:100%;
}

.cals-searchadv a{
	font: 13px/44px ;
	color: #288cab;
}

.cals-searchadv a:hover{
	color: #288cab;
	text-decoration:underline;
}

.containernew{
	display:block;
}

.cals-leftsearc{
	width:240px;
	float:left;
	/*display:block;*/
	/*background-color:#f9f9f9;*/
	padding:10px;
/*	-webkit-box-shadow: inset -41px 15px 21px -37px rgba(176,176,176,1);
	-moz-box-shadow: inset -41px 15px 21px -37px rgba(176,176,176,1);
	box-shadow: inset -41px 15px 21px -37px rgba(176,176,176,1);*/
}

.cals-rightlist{
	/*width: 100%;*/
	overflow: hidden;
	/*display: table-cell;*/
	background: #fff;
	-webkit-box-shadow: -6px 0px 10px -6px #888 ;
	-moz-box-shadow:-6px 0px 10px -6px #888 ;
	box-shadow: -6px 0px 10px -6px #888 ;
}

.cals-filternm{
	font:15px/24px ;
	color:#666;
	float: left;
}

.cals-filternmspan{
	font:12px/24px ;
	color:#666;
	float: right;
	width: 100%;
}

.cals-filternmspan a{
	float:right;
}

.cals-formgroup{
	margin: 12px -15px !important;
}

.cals-formgroup > label{
	padding-top:0px !important;
}

.cals-tabs{
	background:#fff;
}

.cals-tabs > ul{
	background:#fff;
}

.cals-tabs > ul > li{
	background:#f3f3f3;
	border-right: 1px dotted #fff;
	height: 55px;
	margin-bottom: 0;
}

.cals-tabs > ul > li:first-child{
	margin-left: 0px;
}

.cals-tabs > ul > li.active>a, .cals-tabs > ul > li.active>a:hover, .cals-tabs > ul > li.active>a:focus{
	background-color:#e8e8e8;
}

.cals-sortareatxt{
	float: left;
	font: 12px/54px ;
	color: #666;
	margin-right: 10px;
}

.cals-sortareaselec{
	float: left;
	margin-top:8px;
}

.cals-sortareasortaz{
	float: left;
	font: 12px/54px ;
	color: #666;
	margin-left: 10px;
}

.cals-sortareasortaz > a > img{
	margin-left:5px;
}

.cals-tabs-cont{
	margin:0px;
}

.cals-accord{}
.cals-accord > .panel-group{
	margin-bottom:15px;
	display: inline;
}
.cals-accord > .panel-group > .panel{
	border: 2px solid #7faebd;
	border-radius: 0;
	border-top: 0;
	margin-top: 1px;
	display: block;
}

.cals-accord > .panel-group > .panel > .panel-heading {
	color: #fff;
	background-color: #7faebd;
	border-radius: 0;
	padding: 10px 0px;
	width: 100%;
	display: -webkit-box;
	display: flex;
}
.cals-accord > .panel-group > .panel > .panel-heading > .panel-title > a{
	color:#fff;
}

.cals-listacchead > a{
	color:#fff;
	font:14px/20px ;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cals-listacchead > a:hover{
	color:#fff;
}

.cals-listacchead > span{
	color:#fff;
	font:12px/20px arial;
	margin-left: 34px;
	position: relative;
	bottom: 7px;
	display: flex;
}

.cals-listacchead > a > span{
	width: 100%;
	display: inline-block;
	color: #fff;
	font: 12px/20px arial;
	margin-left: 34px;
}

.cals-listacchead > a > span img{
	margin-right:8px;
}

.newdivdisp{

}

.cals-circlecotxt{
	color:#fff;
	margin-right: 15px;
	float: left;
	width: 67px;
}

.cals-number{
	font:18px/25px ;
	color:#fff;
	width: 100%;
	display: block;
	position: relative;
	top: 15px;
	text-align: center;
}
.cals-txt{
	font:11px/25px ;
	color:#fff;
	width: 100%;
	display: block;
	position: relative;
	top: 18px;
	text-align: center;
}

.cals-txtlink{
	font:12px/25px ;
	color:#fff;
	width: 100%;
	display: block;
	position: relative;
	top: 18px;
	text-align: center;
}

.cals-editdel{
	float:right;
}

.cals-editdel > a > .editicons{
	display: block;
	position: relative;
	top: 18px;
	text-align: center;
}
.cals-accord > .panel-group > .panel-default > .panel-heading+.panel-collapse > .panel-body {
	padding:0px;
}

.cals-tabs-cont > .tab-pane{
	min-height: 1000px;
	max-height: 100%;
}

.cals-listinsidebody{
	display: inline-block;
    width: 100%;
}

.cals-listinsidebody ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.cals-listinsidebody ul li{
	background-color:#f5f5f5;
	color:#333;
	padding: 10px 0px;
	width: 100%;
	display: -webkit-box;
	margin-bottom: 1px;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
}

.cals-listinsidebodylisthead > a{
	color: #333;
}

.cals-listinsidebodylisthead > a:hover{
	color: #333;
}

.cals-listinsidebodylisthead > a > span {
	width: 100%;
	display: inline-block;
	color: #333;
	font: 12px/20px arial;
}

.cals-listinsidebodylisthead > a > span img{
	margin-right:8px;
}
.cals-greenbg{	background-color: #4fc281;}
.cals-bluebg{	background-color: #4b98dc;}
.cals-listinside-smalclr{
	border: 2px solid #fff;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	font: bold 13px/31px arial;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 26%;
}

.cals-listinside-smalclrbox{
	margin-right: 15px;
	width: 75px;
}

.cals-listinside-smalclrbox > a{
	color:#666;
}

.cals-listinside-smalclrbox > a:hover{
	color:#288cab;
}

.cals-txtlinksmalclrbox {
	font: 12px/25px ;
	width: 100%;
	display: block;
	text-align: center;
}

.cals-txtlinklist {
	font: 12px/25px ;
	width: 100%;
	display: block;
	position: relative;
	top: 8px;
	text-align: center;
}

.cals-numberlist {
	font: 18px/25px ;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
}

.cals-listdatime{
	font:12px/20px ;
	color:#666;
}

.cals-listdatime > span{
	display: block;
	text-align: center;
}

.cals-circlecotxt > a:hover > span > .setting-grey{
	background-position: -361px -154px ;
	width: 28px;
	height: 27px;
}

.cals-circlecotxt > a:hover > span > .monitor-grey{
	background-position: -360px -280px ;
	width: 31px;
	height: 18px;	
}

.cals-circlecotxt > a:hover > span > .download-grey{
	background-position: -362px -193px ;
	width: 28px;
	height: 25px;	
}


.loadmore{
	text-align: center;
	margin: 4px 0px;
}

.loadmore > a{
	color:#288cab;
}

.loadmore > a:hover{
	color:#288cab;
	text-decoration:underline;
}

.scrolltop > a > img{
	float: right;
	margin: 0px 14px 14px 0px;
}




/* ----------------- monitor auction list css ---------------- */
.mals-heading{
	font: 18px/26px ;
	padding: 18px 25px;
}

.mals-maincont{
	width:100%;
	background-color: #EBEBEB;
	padding: 10px 15px;
	display: -webkit-box;
	float: left;
}

.mals-alert{
	color:#e70000;
	font:12px/24px ;
}

.mals-containerbox{
	border:1px solid #288cab;
	background-color:#fff;
	padding:15px 0px;
	display: inline-block;
	width: 100%;
	margin: 15px 0px;
}

.mals-boxlotheadin{
	font: 12px/24px ;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border: 0px solid #000000;
	background-color: #288cab;
	color: #fff;
	line-height: 46px;
	width: auto;
	padding:0 20px;
}

.mals-spnboldhead{
	width: 100%;
	font: bold 12px/20px ;
	color: #333;
	display: block;
	text-transform: uppercase;
}

.mals-spnboldhead img{
	position: relative;
	top: -3px;
	margin-right: 5px;
}

.mals-spnboldhead2{
	color: #666;
	font: 12px/20px ;
}

.mals-boxheadinbluhr {
	margin-top: 10px;
	margin-bottom: 18px;
	border-top: 2px solid #288cab;
}

.mals-boxheadin{
	font: 12px/36px ;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.5px;
}

.mals-boxheadinhr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #D5D5D5;
}

.mals-action-strtcont{
	font: 13px/24px ;
	color: #666;
	padding-left: 7px;
}

.mals-action-strtcont > .action-strthead{
	color: #288cab;
}

.mals-action-strtcont > .action-strthead > img{
	margin-right:15px;
}

.mals-action-strtbottom{
	margin-left:38px;
	font:bold 18px/24px arial;
	color:#666;
}


.mals-actions-list{
}

.mals-actions-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font: 13px/24px ;
	color: #666;
}

.mals-actions-list ul li{
	margin: 6px 0px;
}

.mals-actions-list ul li a{
	color:#666;
}

.mals-actions-list ul li a:hover{
	color:#288cab;
}

.mals-actions-list ul li a:hover .action-message-icon{
	background-position: -575px -11px ;
	width: 34px;
	height: 34px;
}

.mals-actions-list ul li a:hover .action-log-vendor-icon{
	background-position: -580px -145px ;
	width: 34px;
	height: 34px;
}

.mals-actions-list ul li a:hover .action-bid-summary-icon{
	background-position: -577px -191px ;
	width: 34px;
	height: 34px;
}

.mals-actions-list ul li a:hover .action-comparison-icon{
	background-position: -577px -274px;
	width: 34px;
	height: 34px;
}

.mals-actions-list ul li a:hover .action-item-docu-icon{
	background-position: -353px -12px ;
	width: 34px;
	height: 34px;
}

.mals-actions-list ul li a:hover > .action-item-img-icon{
	background-position: -577px -103px ;
	width: 34px;
	height: 34px;
}

.mals-actions-list ul li img{
	margin-right:10px;
}

.mals-savingssection{
	text-align: center;
	font: bold 18px/24px arial;
	display: block;
	margin: 10px 0px;
}

.mals-savingssection span{	
	font: bold 14px/26px arial;
	color: #fff;
	padding: 8px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	width: 43px;
	height: 43px;
	margin-right: 15px;
}

.mals-qtysection{
	text-align: center;
	font: bold 18px/24px arial;
	display: block;
	margin: 10px 0px;
}

.mals-qtysection span {
    border-radius: 35%;
    color: #fff;
    display: inline-block;
    font: bold 14px/26px arial;
    height: 43px;
    margin-right: 15px;
    padding: 8px;
    text-align: center;
    width: 43px;
}

.colorbrown{color:#ee7a54;}
.colorgreen{color: #33cc00;}
.colorpurple{color:#9724d3;}
.colorcyan{color:#339999;}
.colorblue{color: #0070b5;}
.colorgold{color:#f0c400;}
.bgcolorgreen{background-color: #33cc00;}
.bgcolorcyan{background-color: #669999;}
.bgcolorblue{background-color:#00b6b3;}
.bgcolorgrey{ background-color:#999999;}
.bgcolormuddishbrown{ background-color:#fe8a61;}


.mals-latestbidsbox{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #d6d6d6;
	background-color: #fbfbfb;
	padding: 10px;
}

.rankbg{
	display: block;
	text-align: center;
	vertical-align: middle;
	font: bold 20px/24px ;
	color: #333;
	float:left;
	margin-right: 10px;
}

.rankbg span{
	top: 14px;
	position: relative;
}

.rankbg-big{
	display: block;
	text-align: center;
	font: bold 28px/24px arial;
	color: #666;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.rankbg-big span{
	top: 30%;
	position: relative;
}

.vlas-spnboldrank {
	width: 100%;
	font: bold 12px/20px ;
	color: #333;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding-right: 23px;
	margin-bottom: 25px;
}

.mals-latestbidname{
	font: bold 12px/20px ;
	color: #333;
	display: inline;
}

.mals-latestbidtime{
	font: bold 12px/20px ;
	color: #666;
	display: block;
}

.mals-latestbidtime-boq{
	font: bold 12px/28px ;
	color: #666;
	display: block;
}

.mals-latestbidtime-boq > a  > img{
	margin-left:15px;
}

.mals-latestbidtime-boq > a:hover  > img{
	background-position: -485px -218px;
}

.download-iconsmall > a > img{
	margin-left:8px;
}

.download-iconsmall > a:hover > img{
	background-position: -485px -218px;
}

.mals-latestbidsprice{
	display: block;
	text-align: left;
	margin: 0px;
	font: bold 18px/24px arial;
}

.mals-clock{
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
}

.mals-clockbg{
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	font:bold 22px/24px arial;
	color:#fff;
	padding: 5px 8px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(179,179,179,1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(179,179,179,1);
	box-shadow: 1px 1px 2px 0px rgba(179,179,179,1);
}

.mals-clocktxtd{
	display: block;
	font: bold 15px/24px arial;
	color: #8e8e8e;
	text-align: center;
	margin-top: 7px;
}

.vlas-curencytxt{
	margin-top:5px;
	font: bold 12px/20px ;
	color: #666;
	display: block;
}

.vlas-curencytxtgreen {
	margin-top: 5px;
	font: 12px/20px ;
	color: #016c30;
	display: block;
}

.bidbutton{ margin-top: 30px;}

.bidbutton img{
	margin-right: 10px;
}

.bidbutton span{
	/*margin-top: 5px;*/
}

/* ----------------- trader bidding css ---------------- */

.tb-boqrank{}
.tb-savingssection{
	text-align: center;
	font: bold 18px/24px arial;
	margin: 10px 0px;
}

.tb-rank-bg{
	color: #666;
    font: bold 22px/24px arial;
    text-align: center;
}

.tb-rank-bg span{
	top: 15%;
	position: relative;
}

.tb-rankbg-small {
    color: #666;
    display: block;
    font: bold 28px/18px arial;
    margin-bottom: 10px;
    margin-top: 8px;
    text-align: center;
}

.tb-rankbg-small span{
	top: 30%;
	position: relative;
}

.tb-re-rank{
	text-align:center;
	display: inline-block;
}

.tb-dotted-lines {
    border-top: 0 none !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.tb-table > .table > tbody > tr > td{
	line-height: 3.429;
}

.tb-table > .table > tbody > tr > td > input{
	margin-top:7px;
}

.tb-table > .table > tbody > tr {
	border-bottom:1px solid #ddd;
}

.tb-table > .table > thead  {
	background-color:#288cab;
	color:#fff;
}

.tb-table > .table > tbody > .tb-table-foo  {
	background-color:#f6f6f6;
	color:#333;
	font:13px/24px ;
	line-height: 24px !important;
}

.tb-table > .table > tbody > .tb-table-foo > td > button  {
	font:12px/24px ;
}

.tb-border-btm0{
	border-bottom:0 !important;
}

.numberinwords{
	font:12px/20px ;
	color:#016c30;
	display:block;
}

.wdth30{
	width:30px;
}

.wdth60{
	width:60px;
}

.wdth80{
	width:80px;
}

.wdth110{
	width:110px;
}

.wdth140{
	width:140px;
}

.comparison-bold-color {
	color: #33cc00;
    font-weight: bold;
}

.comparison-table > .table > tbody > tr > td{
	line-height: 1.8;
}

.comparison-table > .table > tbody > tr > td > input{
	margin-top:7px;
}

.comparison-table > .table > tbody > tr {
	border-bottom:1px solid #ddd;
}

.comparison-table > .table > thead  {
	background-color:#288cab;
	color:#fff;
}

.comparison-table > .table > tbody > .comparison-table-foo  {
	background-color:#f6f6f6;
	color:#333;
	font:13px/24px ;
	line-height: 24px !important;
}

.comparison-table > .table > tbody > .comparison-table-foo > td > button  {
	font:12px/24px ;
}

/* ----------------- observer summary css ---------------- */

.obsboq-tabs-cont {
	margin:0px;
}

.obsboq-tabs-cont > .tab-pane{
	max-height: 100%;
	padding: 15px 10px;
	border:1px solid #ddd;
}

.obsboq-greybg {
    background: none repeat scroll 0 0 #f6f6f6;
    margin-bottom: 5px;
    padding: 12px;
}

.child > td{
	padding:20px !important;
	background-color:#f5f5f5;
}

.parent{
	cursor:pointer;
}

.obsboq-maincont {
    background-color: #ebebeb;
    float: left;
    padding: 12px;
    width: 100%;
}

.aucsummaryboq-maincont {
    background-color: #fff;
    float: left;
    padding: 12px;
    width: 100%;
	margin-bottom: 15px;
}

.bidding-hist-cont01{
    width: 100%;
}

.obsboq-panelbody{
	padding:10px;
}

.obsboq-table > .table > tbody > tr > td{
	line-height: 3.429;
}

.obsboq-table > .table > tbody > tr > td > input{
	margin-top:7px;
}

.obsboq-table > .table > tbody > tr {
	border-bottom:1px solid #ddd;
}

.obsboq-table > .table > thead  {
	background-color:#288cab;
	color:#fff;
}

.obsboq-table > .table  {
	border:1px solid #ddd;
}

.obsboq-table > .table > tbody > .tb-table-foo  {
	background-color:#d1d1d1;
	color:#333;
	font:13px/24px ;
	line-height: 24px !important;
}

.obsboq-table > .table > tbody > .tb-table-foo > td > button  {
	font:12px/24px ;
}


.summary-details > .form-group{
	margin-bottom:10px;
}

.acronymblk{
	color: #555;
    display: inline-block;
    font: 11px/20px ;
    margin: 10px 0;
}

.acronymblk p{
	background-color: #d1d1d1;
    float: left;
    margin:10px 15px 0 0;
    padding: 3px 5px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


/* ----------------- Vendor Invitations css ---------------- */
.vi-bgforcontacts{
	background-color: #d1d1d1;
    border-radius: 3px;
    float: left;
    margin: 10px 15px 0 0;
    padding: 3px 5px;
}

.vi-contacttxt{
	font: bold 13px/20px arial;
    text-align: left;
	padding-top: 7px;
	color:#333;
}

.vi-accord{
}

.vi-accord > .panel-group > .panel-default > .panel-heading > a > .panel-title {
    color: #fff;
	font:16px/28px ;
}

.vi-accord > .panel-group > .panel-default > .panel-heading > a > .panel-title, .vi-accord > .panel-group > .panel-default > .panel-heading > a:hover > .panel-title  {
    color: #fff;
}

.vi-accord > .panel-group > .panel-default > .panel-heading {
    background-color: #288cab;
    border-color: #ddd;
    color: #fff;
}

.vi-spnboldhead {
    color: #333;
    font: bold 12px/20px ;
    margin-right: 20px;
    margin-top: 8px;
}

.vi-greybg{
	background: none repeat scroll 0 0 #f6f6f6;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding: 15px 10px;
}

.vi-table > .table > tbody > tr > td{
	line-height: 3.429;
}

.vi-table > .table > tbody > tr > td > input{
	margin-top:7px;
}

.vi-table > .table > tbody > tr {
	border-bottom:1px solid #ddd;
	background-color:#fff;
}

.vi-table > .table > thead  {
	background-color:#288cab;
	color:#fff;
}

.vi-table > .table > tbody > .tb-table-foo  {
	background-color:#999;
	color:#fff;
	font:bold 13px/24px ;
	line-height: 24px !important;
}

.vi-table > .table > tbody > .tb-table-foo > td > button  {
	font:12px/24px ;
}

.vi-form-leftduraton {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 50%;
}

.vi-form-mins {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 35%;
}

.vi-form-group {
    margin-bottom: 15px !important;
}

.scrollit-head {
    color: #333;
    font: 16px/24px ;
    margin: 10px;
}

.scrollit{

}

.scrollit > .panel >  table, .scrollit > .div-table-content > table   {
    table-layout:fixed;
	border:1px solid #ddd;
}

.bdr-ryt-1d{
border-right: 1px solid #ddd;
}

.div-table-content {
  border: 1px solid #ddd;
  height: 197px;
  overflow-y:auto;
}


/* ----------------- button icons css ---------------- */

.upload-btn-icon{
	margin-left: 11px;
}
.cal-time-icon{
	z-index: 99999;
	display: block;
	position: absolute;
	top: 3px;
	left: 86%;
}


/* ----------------- Footer css ---------------- */
footer{
	height:100%;	
	margin-bottom: 30px;
}

.foo{
	position:relative;
	min-height:70px;
	background-color:#333;
	text-align:center;
	color:#fff;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", , sans-serif;
	font-size:12px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.foo > p{
	position: absolute;
	left: 44%;
	top: 40%;
}



/* ----------------- Common css ---------------- */
.mgntp-8{margin-top: 8px;}
.mgntp-15{margin-top: 15px;}
.mgntp-30{margin-top: 30px;}
.mgntp-5{ margin-top:5px;}
section > .container{background-color:#fff;}
.divider{ border-bottom:1px solid #b8bbbc}
.mgnbtm0{ margin-bottom:0px !important;}
.mgntpbtm-12{margin: 12px 0px;}
.mgntpbtm-30{margin: 30px 0px;}
.mgntpbtm-10{margin: 10px 0px;}
.mgntpbtm-20{margin: 20px 0px !important;}
.clrboth{ clear:both;}
.mgnbtm-30{ margin-bottom:30px;}
.mgnbtm-10{ margin-bottom:10px !important;}
.expand{ position:relative; top:25%;}
.mgnrytlft{margin:0px 5px;}
.mgntplft5{margin-left: 5px;margin-top: 5px;}
.formhr{margin: 30px 0px;}
.bdr-ryt-dot{border-right: 1px dotted #999;}
.fontweightnormal{ font-weight:normal;}
.pdnbtm25{padding-bottom: 25px;}
.mgnryt15{ margin-right:15px;}
.hgt26{height:26px;}
.pdn0{padding:0px;}
.wdtauto{width:auto;}
.txtrytalign{ text-align:right;}
.txtlftalign{ text-align:left;}
.txtcentalign{ text-align:center;}
.mgnlftryt15{ margin-right:15px; margin-left: 15px;}
.mgnlft15{ margin-left:15px;}
.wdt100{ width:100%}
.dispblk{ display:block;}
.clrbothflotlft{ clear:both; float:left;}
.dotted-lines{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.table-borderddd{ border:1px solid #ddd;}
.fontbold{font-weight:bold;}
.lineheight42{ line-height:42px;}


/* ----------------- css for all the icons and if there are any new icons it should be added here ---------------- */

.action-log-vendor-icon-lot, .accept-btm-icon, .decline-btm-icon, .circle-yellow, .download-small-icon, .dashboard-icon-01, .rank-bg-xs, .rank-bg-green-xs, .rank-bg-s, .rank-bg-green-s, .bob-procure-logo, .rank-bg, .rank-bg-green, .calender-s-icon, .create-btn-icon, .dark-blackup, .create-icon, .sort-a-z-down, .plus-btn-icon, .checkbox-unchecked, .sub-head-latest-bid-icon, .upload-btn-icon, .actions-strt-price-icon, .minus-btn-icon, .logout-icon, .document-blue, .document-darkblue, .document-grey, .check-multistep, .expand, .sub-head-bid-count-icon, .sub-head-qty-icon, .submit-btn-icon, .radio-unchecked, .checkbox-checked, .alert-icon, .move-top, .sub-head-myprice-icon, .help-icon, .sub-head-strt-price-icon, .breadc-home, .breadc-home:hover, .action-bid-diff-icon, .move-left, .search-btn-icon, .move-right, .notification, .breadc-event, .breadc-event:hover, .sub-head-leading-price-icon, .radio-checked, .edit-icon, .monitor-darkblue, .icons_119, .monitor-blue, .navygreen-bg-circle, .bid-btn-icon, .monitor-grey, .message, .sub-head-saving, .accordian-down, .accordian-up, .sub-head-time-icon, .download-blue, .download-darkblue, .download-grey, .icons_78, .action-quantity-icon, .action-comparison-icon:hover, .action-bid-summary-icon:hover, .slide-left, .slide-right, .setting-blue, .setting-darkblue, .green-bg-circle, .setting-grey, .action-comparison-icon, .action-bid-summary-icon, .calander-icon, .blue-bg-circle, .document-darkblue-circle, .action-log-vendor-icon, .document-grey-circle, .light-green-bg-circle, .view, .document-blue-circle, .action-log-vendor-icon:hover, .relaunch-icon-blue, .action-item-img-icon, .dynamic-icon-blue, .relaunch-icon-darkblue, .dynamic-icon-darkblue, .action-message-icon, .action-item-img-icon:hover, .dashboard-icon-03, .relaunch-icon-grey, .participant-msg-blue, .participant-msg-darkblue, .msgg-icon-darkblue, .dynamic-icon-grey, .action-item-docu-icon, .duplicate-icon-darkblue, .participant-msg-grey, .dashboard-icon-02, .dashboard-icon-04, .msgg-icon-grey, .action-message-icon:hover, .msgg-icon-blue, .duplicate-icon-grey, .action-item-docu-icon:hover, .duplicate-icon-blue, .cal-time-icon, .circle-orange, .circle-purple, .delete-icon, .add-icon{
	background:url(../etender-images/sprites.png) no-repeat;
}


.accept-btm-icon{
	background-position: -473px -253px;
    height: 25px;
    width: 27px;
}

.decline-btm-icon{
	background-position: -516px -259px;
    height: 25px;
    width: 27px;
}

.download-small-icon{
	background-position: -516px -218px;
    height: 18px;
    width: 20px;
}

.add-icon {
	background-position: -172px -240px;
	width: 28px;
	height: 26px;
}

.circle-yellow{
	background-position: -682px -293px ;
	width: 67px;
	height: 68px;
}

.dashboard-icon-01{
	background-position: -43px -184px ;
	width: 33px;
	height: 34px;
}

.rank-bg-xs{
	 background-position: -316px -474px;
    height: 46px;
    width: 54px;
}

.rank-bg-green-xs{
	 background-position: -384px -474px;
    height: 46px;
    width: 54px;
}

.rank-bg-s{
	background-position: -462px -446px ;
	width: 73px;
	height: 65px;
}

.rank-bg-green-s{
	background-position: -546px -443px ;
	width: 73px;
	height: 65px;
}

.bob-procure-logo{
	background-position: -33px -14px ;
	width: 161px;
	height: 47px;
}

.rank-bg{
	background-position: -638px -379px ;
	width: 132px;
	height: 117px;
}

.rank-bg-green{
	background-position: -785px -377px ;
	width: 132px;
	height: 117px;
}

.calender-s-icon{
	background-position: -519px -188px ;
	width: 17px;
	height: 17px;
}

.create-btn-icon{
	background-position: -915px -209px ;
	width: 26px;
	height: 27px;
}

.dark-blackup{
	background-position: -519px -162px ;
	width: 14px;
	height: 8px;
}

.create-icon{
	background-position: -724px -222px ;
	width: 25px;
	height: 26px;
}

.sort-a-z-down{
	background-position: -516px -134px ;
	width: 16px;
	height: 15px;
}

.plus-btn-icon{
	background-position: -167px -346px ;
	width: 20px;
	height: 19px;
}

.checkbox-unchecked{
	background-position: -193px -204px ;
	width: 20px;
	height: 19px;
}

.sub-head-latest-bid-icon{
	background-position: -865px -245px ;
	width: 21px;
	height: 26px;
}


.upload-add-btn-icon{
	background:url(../etender-images/upload-add-btn-icon.png) no-repeat;
	width: 20px;
	height: 18px;
	margin-left: 11px;
}
.upload-btn-icon{
	background-position: -914px -116px ;
	width: 20px;
	height: 18px;
}

.actions-strt-price-icon{
	background-position: -514px -49px ;
	width: 21px;
	height: 22px;
}

.minus-btn-icon{
	background-position: -191px -346px ;
	width: 20px;
	height: 19px;
}

.logout-icon{
	background-position: -168px -279px ;
	width: 24px;
	height: 28px;
}

.document-blue{
	background-position: -376px -413px ;
	width: 15px;
	height: 21px;
}

.document-darkblue{
	background-position: -306px -413px ;
	width: 15px;
	height: 21px;
}

.document-grey{
	background-position: -419px -411px ;
	width: 15px;
	height: 21px;
}

.check-multistep{
	background-position: -173px -320px ;
	width: 20px;
	height: 15px;
}

.expand{
	background-position: -88px -331px ;
	width: 22px;
	height: 22px;
}

.sub-head-bid-count-icon{
	background-position: -861px -201px ;
	width: 30px;
	height: 26px;
}

.sub-head-qty-icon{
	background-position: -802px -201px ;
	width: 30px;
	height: 26px;
}

.submit-btn-icon{
	background-position: -913px -63px ;
	width: 29px;
	height: 25px;
}

.radio-unchecked{
	background-position: -192px -125px ;
	width: 23px;
	height: 23px;
}

.checkbox-checked{
	background-position: -164px -204px ;
	width: 20px;
	height: 19px;
}

.alert-icon{
	background-position: -802px -88px ;
	width: 22px;
	height: 21px;
}

.move-top{
	background-position: -134px -500px ;
	width: 40px;
	height: 41px;
}

.sub-head-myprice-icon{
	background-position: -860px -108px ;
	width: 24px;
	height: 25px;
}

.help-icon{
	background-position: -728px -187px ;
	width: 21px;
	height: 21px;
}

.sub-head-strt-price-icon{
	background-position: -861px -65px ;
	width: 27px;
	height: 28px;
}

.breadc-home{
	background-position: -190px -160px ;
	width: 20px;
	height: 19px;
}

.breadc-home:hover{
	background-position: -165px -160px ;
	width: 20px;
	height: 19px;
}

.action-bid-diff-icon{
	background-position: -725px -144px ;
	width: 22px;
	height: 23px;
}

.move-left{
	background-position: -94px -251px ;
	width: 28px;
	height: 28px;
}

.search-btn-icon{
	background-position: -94px -221px ;
	width: 26px;
	height: 25px;
}

.move-right{
	background-position: -91px -290px ;
	width: 28px;
	height: 28px;
}

.notification{
	background-position: -799px -21px ;
	width: 20px;
	height: 22px;
}

.breadc-event{
	background-position: -627px -242px ;
	width: 18px;
	height: 19px;
}

.breadc-event:hover{
	background-position: -589px -240px ;
	width: 18px;
	height: 19px;
}

.sub-head-leading-price-icon{
	background-position: -856px -159px ;
	width: 36px;
	height: 20px;
}

.radio-checked{
	background-position: -166px -122px ;
	width: 23px;
	height: 23px;
}

.edit-icon{
	background-position: -721px -60px ;
	width: 22px;
	height: 22px;
}

.monitor-darkblue{
	background-position: -305px -277px ;
	width: 31px;
	height: 18px;
}

.icons_119{
	background-position: -173px -240px ;
	width: 26px;
	height: 26px;
}

.monitor-blue{
	background-position: -360px -280px ;
	width: 31px;
	height: 18px;
}

.navygreen-bg-circle{
	background-position: -69px -502px ;
	width: 44px;
	height: 44px;
}

.bid-btn-icon{
	background-position: -908px -10px ;
	width: 28px;
	height: 31px;
}

.monitor-grey{
	background-position: -411px -278px ;
	width: 31px;
	height: 18px;
}

.message{
	background-position: -798px -56px ;
	width: 26px;
	height: 23px;
}

.sub-head-saving{
	background-position: -863px -13px ;
	width: 22px;
	height: 28px;
}

.accordian-down{
	background-position: -97px -107px ;
	width: 28px;
	height: 28px;
}

.accordian-up{
	background-position: -96px -73px ;
	width: 28px;
	height: 28px;
}

.sub-head-time-icon{
	background-position: -721px -23px ;
	width: 27px;
	height: 26px;
}

.download-blue{
	background-position: -362px -193px ;
	width: 28px;
	height: 25px;
}

.download-darkblue{
	background-position: -308px -194px ;
	width: 28px;
	height: 25px;
}

.download-grey{
	background-position: -409px -193px ;
	width: 28px;
	height: 25px;
}

.icons_78{
	background-position: -722px -101px ;
	width: 20px;
	height: 24px;
}

.action-quantity-icon{
	background-position: -514px -13px ;
	width: 21px;
	height: 22px;
}

.action-bid-summary-icon:hover{
	background-position: -577px -191px ;
	width: 34px;
	height: 34px;
}

.action-comparison-icon:hover{
	background-position: -577px -191px ;
	width: 34px;
	height: 34px;
}

.slide-left{
	background-position: -95px -180px ;
	width: 28px;
	height: 28px;
}

.slide-right{
	background-position: -97px -147px ;
	width: 28px;
	height: 28px;
}

.setting-blue{
	background-position: -361px -154px ;
	width: 28px;
	height: 27px;
}

.setting-darkblue{
	background-position: -306px -150px ;
	width: 28px;
	height: 27px;
}

.green-bg-circle{
	background-position: -19px -503px ;
	width: 43px;
	height: 42px;
}

.setting-grey{
	background-position: -417px -151px;
	width: 28px;
	height: 27px;
}

.action-bid-summary-icon{
	background-position: -619px -191px ;
	width: 34px;
	height: 34px;
}

.action-comparison-icon{
	background-position: -619px -274px;
	width: 34px;
	height: 34px;
}

.calander-icon{
	background-position: -803px -158px ;
	width: 21px;
	height: 22px;
}

.blue-bg-circle{
	background-position: -615px -317px ;
	width: 42px;
	height: 43px;
}

.document-darkblue-circle{
	background-position: -303px -230px ;
	width: 34px;
	height: 34px;
}

.action-log-vendor-icon-lot{
	background-position: -580px -145px ;
	width: 34px;
	height: 34px;
}

.action-log-vendor-icon{
	background-position: -621px -142px ;
	width: 34px;
	height: 34px;
}

.document-grey-circle{
	background-position: -409px -229px ;
	width: 34px;
	height: 34px;
}

.light-green-bg-circle{
	background-position: -556px -320px ;
	width: 43px;
	height: 43px;
}

.view{
	background-position: -166px -74px ;
	width: 28px;
	height: 29px;
}

.document-blue-circle{
	background-position: -360px -230px ;
	width: 34px;
	height: 34px;
}

.action-log-vendor-icon:hover{
	background-position: -580px -145px ;
	width: 34px;
	height: 34px;
}

.relaunch-icon-blue{
	background-position: -357px -109px ;
	width: 34px;
	height: 34px;
}

.action-item-img-icon{
	background-position: -618px -99px ;
	width: 34px;
	height: 34px;
}

.dynamic-icon-blue{
	background-position: -361px -358px ;
	width: 34px;
	height: 34px;
}

.relaunch-icon-darkblue{
	background-position: -306px -103px ;
	width: 34px;
	height: 34px;
}

.dynamic-icon-darkblue{
	background-position: -299px -362px ;
	width: 34px;
	height: 34px;
}

.action-message-icon{
	background-position: -624px -11px ;
	width: 34px;
	height: 34px;
}

.action-item-img-icon:hover{
	background-position: -577px -103px ;
	width: 34px;
	height: 34px;
}

.dashboard-icon-03{
	background-position: -45px -133px ;
	width: 32px;
	height: 39px;
}

.relaunch-icon-grey{
	background-position: -410px -105px ;
	width: 34px;
	height: 34px;
}

.participant-msg-blue{
	background-position: -359px -310px ;
	width: 34px;
	height: 34px;
}

.participant-msg-darkblue{
	background-position: -304px -309px ;
	width: 34px;
	height: 34px;
}

.msgg-icon-darkblue{
	background-position: -307px -55px ;
	width: 34px;
	height: 34px;
}

.dynamic-icon-grey{
	background-position: -407px -361px ;
	width: 34px;
	height: 34px;
}

.action-item-docu-icon{
	background-position: -620px -55px ;
	width: 34px;
	height: 34px;
}

.duplicate-icon-darkblue{
	background-position: -307px -12px ;
	width: 34px;
	height: 34px;
}

.participant-msg-grey{
	background-position: -407px -313px ;
	width: 34px;
	height: 34px;
}

.dashboard-icon-02{
	background-position: -45px -74px ;
	width: 33px;
	height: 42px;
}

.dashboard-icon-04{
	background-position: -39px -257px;
    height: 35px;
    width: 39px;
}

.msgg-icon-grey{
	background-position: -410px -57px ;
	width: 34px;
	height: 34px;
}

.action-message-icon:hover{
	background-position: -575px -11px ;
	width: 34px;
	height: 34px;
}

.msgg-icon-blue{
	background-position: -354px -57px ;
	width: 34px;
	height: 34px;
}

.duplicate-icon-grey{
	background-position: -407px -11px ;
	width: 34px;
	height: 34px;
}

.action-item-docu-icon:hover{
	background-position: -353px -12px ;
	width: 34px;
	height: 34px;
}

.duplicate-icon-blue{
	background-position: -577px -56px ;
	width: 34px;
	height: 34px;
}

.cal-time-icon{
	background-position: -509px -90px ;
	width: 33px;
	height: 30px;
}

.circle-orange{
	background-position: -768px -293px ;
	width: 67px;
	height: 68px;
}

.circle-purple{
	background-position: -849px -291px ;
	width: 67px;
	height: 68px;
}

.delete-icon{
	background-position: -722px -101px;
	width: 20px;
	height: 24px;
}


/* ----------------- Notification DD css ---------------- */

.opennotification{
    text-align: center;
	z-index: 99;
}

.opennotification i{
    cursor: pointer;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	padding: 4px;
	font-family: 'fontawesome-webfont';
	color: #000;
	font-size: 25px;
	border: 3px solid #000;
	border-radius: 50%;
	margin: 6px;
}

.opennotification i:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.active-links {
	position:relative;
}

i#signin-link {
	position:relative;
}

#signin-dropdown {
	background-color: #ffffff;
	min-width: 320px;
	position: absolute;
	border: 1px solid #ccc;
	border-top: 0;
	right: 0;
	top:-1000px;
	display: none;
	color:#565656;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.arrow-up {
	width: 0px;
	height: 0px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #288cab;
	position: relative;
	bottom: 23px;
	right: 115px;
	top: -11px;
	float: right;
}

.notify-bx-head{
	padding: 10px;
	position: relative;
	top: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.notify-txt{
	text-align: right;
}

.notify-num{ 
	font-size: 13px;
	font-family: arial;
	float: left;
	line-height: 24px;
}

.notifylist ul{
	margin: 0px;
	list-style: none;
	text-align: left;
	font-size: 100%;
	min-height: 148px;
	overflow-y: auto;
	padding: 0;
}

.notifylist ul li{
	font-size: 12px;
	line-height: 26px;
	padding: 8px 15px;
	width: 100%;
	float:left;
}

.notifylist ul li a{ 
	color:#000; 
	text-decoration:none;
}

.notifylist ul li a:hover{ 
	color:#000; 
	text-decoration:none;
}

.notifylist ul li:hover{ 
	background-color: #F0F0F0;
}

.mesg-icon{
	float:left;
}
	
.mesg-icon > img{
	width: 40px;
	border-radius: 50%;
	border: 1px solid #969696;
}

.mesg-txt{
	margin-left:50px;
}

.mesg-txt > h4{
	font:14px /20px arial;
	font-weight:bold;
	margin:0;
}

.mesg-txt > p{
	font: 12px/14px arial;
}


/* arrow css */
.notch {
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 0;
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

.callout {
    position: relative;
}
.callout .notch {
    position: absolute;
	top: 27px;
	left: 43px;
	margin: 0;
	border-top: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFFFFF;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	_border-right-color: pink;
	_border-left-color: pink;
	_filter: chroma(color=pink);
	transform: rotateX(180deg);
}

.border-callout .border-notch { 
	border-bottom-color: #dfdfdf;
	top: 29px; 
}


/* -------------------- for slide down ---- */
.showButton {
    /*padding: 5px;
    margin: 5px;*/
	cursor:pointer;
}
.targetDiv {
    display: none;
}

.bluebgslidedwn{
	background: #8ba9b3;
	-webkit-box-shadow: inset 0px 9px 16px -2px rgba(82,104,112,1);
	-moz-box-shadow: inset 0px 9px 16px -2px rgba(82,104,112,1);
	box-shadow: inset 0px 9px 16px -2px rgba(82,104,112,1);
	padding: 12px 10px;
	color: #fff;
	/*float: left;*/
	clear:both;
	width: 100%;
}

.bluebgslidedwn ul{
	margin: 0;
	padding: 0;
	list-style: none;
	 clear: both;
    display: inline-block;
    height: 100%;
}

.bluebgslidedwn ul li{
	float: left;
	font: 12px/25px ;
	margin-right:25px;
}

.bluebgslidedwn ul li img{
	margin-right:5px;
}


.greybgslidedwn{
	background: #e8e8e8;
	-webkit-box-shadow: inset 0px 9px 16px -2px rgba(150,150,150,1);
	-moz-box-shadow: inset 0px 9px 16px -2px rgba(150,150,150,1);
	box-shadow: inset 0px 9px 16px -2px rgba(150,150,150,1);
	padding: 12px 10px;
	color: #666666;
	float: left;
	width: 100%;
}

.greybgslidedwn ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.greybgslidedwn ul li{
	float: left;
	font: 12px/25px ;
	margin-right: 25px;
	background: inherit;
	color: #666;
	padding: 0;
	width: inherit;
	display: block;
	margin-bottom: 0;
	border: 0;
}

.greybgslidedwn ul li img{
	margin-right:5px;
}


.alert-close {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #0b4866;
	cursor: pointer;
	font-size: 12px;
	height: 23px;
	line-height: 20px;
	border: 2px solid #0b4866;
	position: relative;
	z-index: 99999;
	float: right;
	text-align: center;
	top: 6px;
	width: 23px;
	font-weight: bold;
}



/* -------------------- Marqueee ---- */

/* Make it a marquee */
.marquee {
    width: 100%;
    /*margin: 0 auto;*/
    overflow: hidden;
	text-align:left;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
	-webkit-animation: marquee 50s linear infinite;
	margin-bottom: 0;
	
}

.marquee:hover {
    animation-play-state: paused;
	-webkit-animation-play-state:paused;
	
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 95em }
    100% { text-indent: -105em }
}

@-webkit-keyframes marquee {
    0%   { text-indent: 95em }
    100% { text-indent: -105em }
}



/* New Icons Sprite */
.audit-icon, .cancel-red-icon, .close-red-icon, .delete-red-icon, .extension-icon, .extension-icon-hover, .lot-bid-history-icon, .lot-re-run-icon, .pause-icon, .restart-icon, .stop-extension-icon, .stop-extension-icon-hover, .strt-post-bid-icon, .terminate-red-icon{
	background: url(../etender-images/new-sprite-icons.png) no-repeat;
}

.audit-icon{
	background-position: -249px -50px ;
	width: 32px;
	height: 32px;
}

.cancel-red-icon{
	background-position: -399px -51px ;
	width: 32px;
	height: 32px;
}

.close-red-icon{
	background-position: -398px -3px ;
	width: 32px;
	height: 32px;
}

.delete-red-icon{
	background-position: -351px -48px ;
	width: 32px;
	height: 32px;
}

.extension-icon{
	background-position: -47px -51px ;
	width: 32px;
	height: 32px;
}

.extension-icon-hover{
	background-position: 0 -51px ;
	width: 32px;
	height: 32px;
}

.lot-bid-history-icon{
	background-position: -250px -3px ;
	width: 32px;
	height: 32px;
}

.lot-re-run-icon{
	background-position: -196px -51px ;
	width: 34px;
	height: 32px;
}

.pause-icon{
	background-position: -198px -3px ;
	width: 32px;
	height: 32px;
}

.restart-icon{
	background-position: -148px -51px ;
	width: 32px;
	height: 32px;
}

.stop-extension-icon{
	background-position: -46px 0;
	width: 32px;
	height: 32px;
}

.stop-extension-icon-hover{
	background-position: 0 0;
	width: 32px;
	height: 32px;
}

.strt-post-bid-icon{
	background-position: -149px -1px ;
	width: 32px;
	height: 32px;
}

.terminate-red-icon{
	background-position: -350px -1px ;
	width: 32px;
	height: 32px;
}
/*-----------------  login rel -----------------*/
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    /*font-size: 18px;*/
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

/* created by chirag 16-02-2016 */
.icon { margin:0; padding:0; background:url(../etender-images/plus-minus-icon.png) no-repeat left top; width:24px; height:24px; display:inline-block;}
.icon.icon-plus{ background-position: 0 0;}
.icon.icon-plus:hover{ background-position: 0 -24px;}

.icon.icon-minus{ background-position:-25px 0;}
.icon.icon-minus:hover{ background-position:-25px -24px;}

.searchby-div { margin:0; padding:0;}
.searchby-div fieldset{ margin:10px; padding:0 0 10px 0; border:1px solid #ddd;}
.searchby-div legend{ margin:10px; padding:10px; border:0; width:auto; display:inline-block; font-size:20px; color:#222;}

.search-tbl { margin:10px; padding:0; font-size:12px;}
.search-tbl th{ color:#222; background:#ccc; padding:8px;}
.search-tbl td{ border-bottom:1px solid #ddd; padding:5px 8px;}
.search-tbl .alt-row{ background:#f2f2f2;}

.page-title { margin:0 0 20px 0; padding:0 0 5px 0; border-bottom:1px solid #ddd; font-size:16px; color:#288cab;}
.tbl { margin:0px; padding:0; font-size:12px;}
.tbl th{ color:#222; background:#ecf2f6 ; padding:8px;}
.tbl td{ border-bottom:1px solid #ddd; padding:5px 8px;}
.tbl .alt-row{ background:#f2f2f2;}

.small{left: 72%;}

.tender-creation-container { margin:10px 0; padding:10px; background:#fff;}

.step-to-step-container { margin:0 0 10px 0; padding:0;}
.step-to-step-container ul{ margin:0; padding:0;}
.step-to-step-container ul li{ margin:0; padding:8px 20px; background:#ddd; border-radius:2px; display:inline-block; font-size:14px;  color:#666;}
.step-to-step-container ul li span { font-size:16px;}
.step-to-step-container ul li.active { background:#288cab; color:#fff;}

.no-margin-hr { margin:0; padding:0;}

.tender-creation-top-box{background: #f6f6f6; margin:0 0 20px 0; padding: 10px 0 15px 0; border-top: 1px solid #b8babc;border-bottom: 1px solid #b8babc}

.white-block-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    margin: 5px 0;
	padding:10px;
}
.white-block-container .head-title { margin:0 0 20px 0; padding:0 0 5px 0; border-bottom:1px solid #ddd; font-size:20px; color:#222; font-weight:700;}
.no-btm-bdr { border-bottom:0!important;}

.head-title { margin:0 0 20px 0; padding:0 0 5px 0; border-bottom:1px solid #ddd; font-size:20px; color:#222; font-weight:700;}
.no-btm-bdr { border-bottom:0!important;}

.full-block { margin:0 0 10px 0; padding:0; width:100%;}

.aside-container { margin:0; padding:0px;}
.aside-container .form-group { margin-bottom:10px;}
.aside-container h3 { margin:0 0 0px 0; padding:8px; font-size:18px; text-transform:uppercase; color:#fff; background:#288cab;  border-radius:8px 8px 0 0;}

.login-block { margin:10px 0 20px 0; padding:0; font-size:13px; border:1px solid #ddd; background:#fff; border-radius:8px;}
.login-block label { margin-top:8px;}
.login-block .login-div { margin:0; padding:20px 0 0 0;}
.login-block p{ margin:0; padding:0; }
.login-block a{ color:#288cab;}

.support-block { margin:0 0 20px 0; padding:0; font-size:13px; border:1px solid #ddd; background:#fff; border-radius:8px;}
.support-block .support-div { margin:0; padding:30px 0; background:url(../etender-images/contact-bg.jpg) no-repeat left top; width:330px; background-size:cover;}
.support-block p{ text-align:center; font-size:16px; font-weight:700;}
.support-block a{ color:#288cab;}

.resource-block { margin:0 0 20px 0; padding:0; font-size:13px; border:1px solid #ddd; background:#fff; border-radius:8px;}
.resource-block .resource-div { margin:0; padding:10px 0;}
.resource-block li{ line-height:24px;}
.resource-block a{ color:#666;}

.search-bar-block { margin:0; padding:10px; background:#f1f1f1; border:1px solid #ddd;}
.search-bar-block a{ color:#ed272f;}

.landing-tender-listing { margin:10px 0; padding:0;}
/*.landing-tender-listing h4{ margin:0; padding:10px; font-size:18px; color:#fff; background:#288cab;}
.landing-tender-listing h4 span a { color:#fff; font-size:12px;}
*/
.landing-tender-listing .more-link { margin:20px 0 0 0; padding:0; position:relative; display:inline-block;}

.tender-tbl { margin: 0; padding:0; font-size:12px;}
.tender-tbl th{ color:#222; background:#ecf2f6; padding:8px;border-bottom:1px solid #ddd;}
.tender-tbl td{ border-bottom:1px solid #ddd; padding:5px 8px;}
.tender-tbl .alt-row{ background:#f2f2f2;}

.adv-search-bar-block{ margin:0; padding:10px; background:#f1f1f1; border:1px solid #ddd; font-size:12px;}
.adv-search-bar-block a{ color:#ed272f;}
.search-txt { margin:0; padding:10px 0; font-size:12px;}

.supplier-registration-block { margin:0; padding:0; position:relative; font-size:12px;}
.supplier-registration-block .form-div{ margin:0 0 20px 0; padding:10px; position:relative; border:1px solid #ddd; border-radius:0 0 4px 4px;}
.supplier-registration-block fieldset{ margin:10px; padding:10px; border:1px solid #ddd;}
.supplier-registration-block legend{ margin:10px; padding:10px; border:0; width:auto; display:inline-block; font-size:16px; color:#666; font-weight:700;}
.phone-1{float:left; width:20%; margin-right:5px;}
.phone-2{float:left; width:20%; margin-right:5px;}
.phone-3{float:left; width:56%; }

.captcha-img { margin:0; padding:0; border:1px solid #ddd; display:inline-block;}

.edit { margin:0 10px 0 0; padding:0; background:url(../etender-images/sprites.png) no-repeat -722px -61px; height: 20px; width: 20px; display:inline-block;}
.corrigendum { margin:0 10px 0 0; padding:0; background:url(../etender-images/sprites.png) no-repeat -725px -223px; height: 24px; width: 22px; display:inline-block;}
.delete { margin:0; padding:0; background:url(../etender-images/sprites.png) no-repeat -722px -102px; height: 23px; width: 20px; display:inline-block;}

.add-item-div { margin:0; padding:0; color:#288cab; font-size:16px;}
.add-item-div a{ color:#fff; font-size:16px; background:#288cab; display:inline-block; margin:0; padding:5px 20px; border-radius:2px;}
.add-item-div a:hover { background:#1c9bc3!important; color:#fff;}

.bid-opening-block { margin:0; padding:0; font-size:12px;}
.bid-opening-block fieldset{ margin:0 0 10px 0; padding:0 10px; border:1px solid #ddd;}
.bid-opening-block legend{ margin:10px; padding:10px; border:0; width:auto; display:inline-block; font-size:16px; color:#666; font-weight:700;}
.bid-opening-block .bid-opening-div{ margin:0; padding:0;}

.view-icon { margin:0; padding:0; background:url(../etender-images/sprites.png) no-repeat -412px -279px; width:30px; height:15px; display:inline-block; text-indent:-9999px;}
.view-icon:hover { background-position:-361px -281px;}

.search-link { margin:0; padding:5px 40px; background:#288cab; color:#fff!important; font-size:14px; display:inline-block; border-radius:2px;}
.search-link:hover {background:#1c9bc3!important;}
.top-bar-div { margin:5px 0 0 0!important; padding:0; position:relative;}

.overflow-y { margin:0; padding:0; overflow-y:auto; height:200px;}

.page-block-title{ margin:0 0 0px 0; padding:0 0 5px 0; font-size:18px; color:#288cab; border:0px solid #ddd; border-radius:4px 4px 0 0;}
.page-block-title span a { color:#fff; font-size:12px;}

.small-round-block { margin:0; padding:0; display:inline-block;}
.small-round-block a{ margin:0; padding:0; text-align:center; width:15px; height:15px; line-height:14px; display:block; color:#fff!important; font-size:11px; border-radius:50%; background:#666;}
.small-round-block a:hover { background:#288cab;}

.info-block-txt { margin:0; padding:0; display:inline-block;}
.info-block-txt a{ margin:0; padding:0; text-align:center; width:15px; height:15px; line-height:14px; display:block; color:#fff!important; font-size:11px; border-radius:50%; background:#288cab;}
.info-block-txt a:hover { background:#000;}

.tender-view-block { margin:0; padding:0; position:relative; font-size:12px;}
.tender-view-block .form-div{ margin:0 0 20px 0; padding:10px; position:relative; border:1px solid #ddd; border-radius:0 0 4px 4px;}
.tender-view-block .form-group { margin:0 5px 10px 5px; border-bottom:1px solid #ddd;}

.top-search-bar { margin:0; padding:0; position:relative;}
.top-search-bar i{ margin:0; padding:0; position:absolute; top:2px; left:5px; color:#666;}
.top-search-bar .form-control{ width:40%; display:inline-block; padding-left:20px;}

#marqueecontainer {
    height: 100px;
    left: -2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 2px;
    width: 100%;
}
#marqueecontainer1 {
    height: 100px;
    left: -2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 2px;
    width: 100%;
}

.tender-breakup-block { margin:0 -15px; padding:0;}
.tender-breakup-block .form-control{ margin:0; padding:5px; font-size:12px;}
.tender-breakup-block .tender-breakup-tbl{ margin:0; padding:0;  font-size:12px;}
.tender-breakup-block .tender-breakup-tbl th{ color:#222; background:#ecf2f6; padding:8px;border-bottom:1px solid #ddd;}
.tender-breakup-block .tender-breakup-tbl td{ border-bottom:1px solid #ddd; padding:5px 8px;}
.tender-breakup-block .tender-breakup-tbl .alt-row{ background:#f2f2f2;}

.tech-doc-block { margin:0; padding:0;}
.tech-doc-block .form-group { margin-bottom:0;}
.tech-doc-block fieldset{ margin:0 0 10px 0; padding:0 10px; border:1px solid #ddd;}
.tech-doc-block legend{ margin:10px; padding:0 10px; border:0; width:auto; display:inline-block; font-size:16px; color:#666; font-weight:700;}
.tech-doc-block .tech-doc-div{ margin:0; padding:0;}

.price-label-block { margin:0; padding:0;}
.price-label-block .form-group-fieldset { margin-bottom:0;}
.price-label-block fieldset{ margin:0 0 10px 0; padding:0 10px; border:1px solid #ddd;}
.price-label-block legend{ margin:10px; padding:0 10px; border:0; width:auto; display:inline-block; font-size:16px; color:#666; font-weight:700;}
.price-label-block .price-label-div{ margin:0; padding:0;}


.price-uload-div{margin-bottom: 15px; padding: 0; }
.price-label-tbl{ margin:0; padding:0;  font-size:12px;}
.price-label-tbl th{ color:#222; background:#ecf2f6; padding:8px;border-bottom:1px solid #ddd;}
.price-label-tbl td{ border-bottom:1px solid #ddd; padding:5px 8px; line-height:normal;}
.price-label-tbl .alt-row{ background:#f2f2f2;}

.tender-dates-block { margin:0; padding:0; position:relative;}
.date-position { margin:0; padding:0; position:relative; display:block; z-index:10;}

.tender-summary-block { margin:0; padding:0; font-size:12px;}
.tender-summary-block .tender-basic-detail-div{ margin:0; padding:0;}
.tender-summary-block .tender-basic-detail-div h4{ margin:0; padding:0 0 5px 0;  color:#288cab; font-size:14px; font-weight:700;}
.tender-summary-block .tender-basic-detail-div h4 span a { font-weight:4000; font-size:12px;}
.tender-summary-block .tender-basic-detail-div .tender-basic-detail-box{ margin:0 0 20px 0; padding:0; border:1px solid #ddd;}
.tender-summary-block .tender-basic-detail-div .tender-basic-detail-box .form-group { border-bottom:1px solid #ddd; margin:0; padding:5px 0;}
.tender-summary-block .tbl .fa  { color:#288cab;}

.download-blue-icon{ margin:0 0 0 10px; padding:0; background:url("../etender-images/sprites.png") no-repeat -362px -193px ;width: 26px; height: 25px; display:inline-block; vertical-align:middle; position:relative;}

.tbl .fa { font-size:16px; margin-right:5px;}

.supplier-tender-list-block { margin:0; padding:0;}
.supplier-tender-list-block h4{ margin:0; padding:5px; background:#f2f2f2; color:#288cab; font-size:14px; font-weight:700;border:1px solid #ddd;}
.supplier-tender-list-block h4 span a { font-weight:4000; font-size:12px;}

.supplier-tender-list-block .tender-details { margin:0; padding:10px; border-top:1px solid #ddd; border-right:1px solid #ddd; border-left:1px solid #ddd; font-size:12px;}
.supplier-tender-list-block .tender-details .fa { font-size:16px; margin-right:5px; color:#288cab;}
.supplier-tender-list-block .fa { color:#288cab;}

.dates-docs-block{ margin:0 0 10px 0; padding:0;}
.dates-docs-block h4{ margin:0; padding:5px; background:#f2f2f2; color:#288cab; font-size:14px; font-weight:700;border:1px solid #ddd;}
.dates-docs-block .dates-doc-box{ margin:0 0 20px 0; padding:10px; border:1px solid #ddd; font-size:12px;}
.dates-docs-block .dates-doc-box .form-group { border-bottom:1px solid #ddd; margin:0; padding:5px 0;}
.dates-docs-block h5{ margin:0; padding:5px; background:#f2f2f2; color:#222; font-size:13px; font-weight:700;border-right:1px solid #ddd; border-left:1px solid #ddd;}

.price-bid-submission-block{ margin:0 0 10px 0; padding:0; font-size:12px;}
.price-bid-submission-block .price-bid-submission-box { margin:0 0 10px 0; padding:10px 10px 0 10px; border:1px solid #ddd;}
.blue-link { color:#288cab;}
.blue-link:hover { color:#D81921;}

.acceptance-block .price-bid-submission-box { margin:0 0 10px 0; padding:10px 10px 0 10px; border:1px solid #ddd; font-size:12px;}
.acceptance-block .price-bid-submission-box .form-group {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 5px 0;
}

.price-bid-submission-block .price-bid-submission-box .form-group {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 5px 0;
}

.final-bid-submission-block{ margin:0 0 10px 0; padding:0; font-size:12px;}
.final-bid-submission-block .final-bid-submission-box { margin:0 0 10px 0; padding:10px 10px 0 10px; border:1px solid #ddd;}
.final-bid-submission-block .final-bid-submission-box .form-group {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 5px 0;
}

.opener-view-block{ margin:0 0 10px 0; padding:0; font-size:12px;}
.opener-view-block .opener-view-box { margin:0 0 10px 0; padding:10px 10px 0 10px; border:1px solid #ddd;}

.gray-txt { color:#b5b5b5;}

.step-round-container { margin:20px auto; margin-bottom:30px; padding:0; position:relative; text-align:center; }
.step-round-container ul { margin:0; padding:0; list-style:none; text-align:center; position:relative; }
.step-round-container ul li{ margin:0 20px; width:15%; vertical-align:middle; padding:0; list-style:none; text-align:center; display:inline-block; position:relative; border:0px solid red; height:120px; }
.step-round-container .round-box{ margin:0; padding:0; position:relative; text-align:center; background:#ccc; border-radius:50%; width:60px; height:60px; display:inline-block;}
.step-round-container .txt{ margin:0; padding:0; position:relative; text-align:center;  display:block; color:#666; font-size:13px; font-weight:700; height:50px;}
.step-round-container .line-step { position:absolute; top:-50px; left:-10px; text-align:center; display:block; color:#666; font-size:14px;}
.step-round-container .bdr-step { margin:0; padding:0; border-top:1px solid #ccc; height:1px; width:75%; position:absolute; top:30%; left:150px;}
.step-round-container .bdr-step.small { width:75%; left:120px;}
.step-round-container .round-box.active { background:#288cab;}
.step-round-container .round-box.completed { background:#20df68;}

.step-round-container .bdr-step-span { margin:0; padding:0; display:block; border-top:1px solid #ccc; position:absolute; left:0; top:25%; width:100%;}

.opener-tbl-box { margin:0 auto; padding:0; width:40%; position:relative;}

.step-round-step-container { margin:20px auto; margin-bottom:30px; padding:0; position:relative; text-align:center; }
.step-round-step-container ul { margin:0; padding:0; list-style:none; text-align:center; position:relative;}
.step-round-step-container ul li{ width:15%; height:110px; vertical-align:middle; margin:0 20px; padding:0; list-style:none; text-align:center; display:inline-block; position:relative; border:0px solid red; height:120px; }
.step-round-step-container .round-box{ margin:0; padding:0; position:relative; text-align:center; background:#ccc; border-radius:50%; width:60px; height:60px; display:inline-block;}
.step-round-step-container .txt{ margin:0; padding:0; position:relative; text-align:center;  display:block; color:#666; font-size:13px; font-weight:700; height:50px;}
.step-round-step-container .line-step { position:absolute; top:-50px; left:-10px; text-align:center; display:block; color:#666; font-size:14px;}
.step-round-step-container .bdr-step { margin:0; padding:0; border-top:1px solid #ccc; height:1px; width:75%; position:absolute; top:30%; left:150px;}
.step-round-step-container .bdr-step.small { width:40%; left:300px;}
.step-round-step-container .round-box.active { background:#288cab;}
.step-round-step-container .round-box.completed { background:#20df68;}

.sample-questionnaire-block{ margin:0 0 10px 0; padding:0; font-size:12px;}
.sample-questionnaire-block h4 { margin:0; padding:10px; background:#f2f2f2; color:#288cab; font-size:13px; font-weight:700; border:1px solid #ddd;}
.sample-questionnaire-block .sample-questionnaire-box{ margin:0 0 20px 0; padding:10px; border:1px solid #ddd;}
.sample-questionnaire-block .sample-questionnaire-box .mark-txt{ margin:0; padding:5px 10px; border:1px solid #ddd; display:inline-block;}
.sample-questionnaire-block .sample-questionnaire-box .mark-txt-txt{ margin:0; padding:0; display:inline-block;}
.sample-questionnaire-block .sample-questionnaire-box .form-group { margin-bottom:10px;}
.sample-questionnaire-block .sample-questionnaire-box .formhr { margin:10px 0;}
.sample-questionnaire-block .sample-questionnaire-box .radio, .sample-questionnaire-block .sample-questionnaire-box  .checkbox { margin:0; padding:0;}

.vendor-rfi-comparison-block{ margin:0 0 10px 0; padding:0; font-size:12px;}
.vendor-rfi-comparison-block h4 { margin:0; padding:10px; background:#f2f2f2; color:#288cab; font-size:13px; font-weight:700; border:1px solid #ddd;}
.vendor-rfi-comparison-block ..vendor-rfi-comparison-box{ margin:0 0 20px 0; padding:10px; border:1px solid #ddd;}
.vendor-rfi-comparison-block .formhr { margin:10px 0;}
.vendor-rfi-comparison-block .form-group { margin-bottom:10px;}

.note-txt { margin:0 0 10px 0; padding:0; font-size:14px; color:#288cab; font-style:normal;}

.tech-doc-block .page-title { margin-bottom:10px; color:#288cab;}

.bdr-right { border-right:1px solid #ddd;}

.multi-select-container .nav > li > a { margin:0; padding:10px 0 0 10px; width:180px;}
.multi-select-container .nav-tabs > li > a:hover { padding:10px 0 10px 10px;}

.tender-summary-block label span { font-weight:normal;}

.blue-block { margin:0 10px; padding:10px; background:#288cab; font-size:13px; color:#fff; display:inline-block; border-radius:4px;}
.blue-block:hover { background:#08b2e6; color:#fff;}

.sign-cert { margin:0; padding:0;}
.sign-cert p{ margin:100px; padding:0; text-align:center;}

.tender-creation-div { font-size:12px;}

.alert { padding:5px; margin-bottom:10px;}

.clarification-block { margin:0; padding:0; font-size:12px;}
.clarification-block .clarification-div{ margin:0; padding:0;}
.clarification-block .clarification-div h4{ margin:0; padding:0 0 5px 0;  color:#288cab; font-size:14px; font-weight:700;}
.clarification-block .clarification-div h4 span a { font-weight:4000; font-size:12px;}
.clarification-block .clarification-div .clarification-box{ margin:0 0 20px 0; padding:0;}
/*.clarification-block .clarification-div .clarification-box .form-group { border-bottom:1px solid #ddd; margin:0; padding:5px 0;}*/
.clarification-block .tbl .fa  { color:#288cab;}

.supplier-registration-view-block { margin:0; padding:0; position:relative; font-size:12px;}
.supplier-registration-view-block .form-div{ margin:0 0 20px 0; padding:10px; position:relative; border:1px solid #ddd; border-radius:0 0 4px 4px;}
.supplier-registration-view-block .form-group { margin:0 5px 10px 5px; border-bottom:1px solid #ddd;}

.read-mail a .fa{ color:#ccc!important;}
.mr10 { margin:0 10px 10px 10px;}
.mb20 { margin-bottom:20px;}


.icon-sign-certificate { margin:0; padding:0; background:url(../etender-images/plus-minus-icon.png) no-repeat left top; width:24px; height:24px; display:inline-block;}

.tender-summary-block-div { margin:0 0 20px 0; padding:10px; border:1px solid #ddd;}
.page-block-title { margin:0; padding:0; font-weight:700;}

.view-user-top { margin-bottom:20px;}

.add-template-container { margin:0; padding:10px; position:relative; background:#f1f1f1;}
.add-template-container .form-group { margin-bottom:5px;}
.add-template-container .formhr { margin:10px 0;}
.add-template-container .span-fa { margin:10px 0 0 0; padding:0; display:inline-block;}
.add-template-container .span-fa .fa { font-size:16px;}

.admin-dashboard-container { margin:0; padding:0;}
.admin-dashboard-div .col-md-2 { padding:0 10px; width:16%;}
.admin-dashboard-div .admin-dashboard-box{ margin:0 0 20px 0; padding:0; text-align:center; border:1px solid #c9c9c9; border-radius:2px; height:160px;}
.admin-dashboard-div .admin-dashboard-box:hover { border:1px solid #666;}
.admin-dashboard-div .admin-dashboard-box .img{ margin:0 auto; padding:25px 0 10px 0; text-align:center;}
.admin-dashboard-div .admin-dashboard-box h3{ margin:0; padding:10px 0; color:#666; font-size:14px; text-align:center; font-weight:700; text-transform:uppercase;}
.admin-dashboard-div .color-1 { background:#dbe5f1;}
.admin-dashboard-div .color-2 { background:#f2dddc;}
.admin-dashboard-div .color-3 { background:#eaf1dd;}
.admin-dashboard-div .color-4 { background:#e5e0ec;}
.admin-dashboard-div .color-5 { background:#dbeef3;}
.admin-dashboard-div .color-6 { background:#fde9d9;}

.admin-dashboard-div .admin-dash { margin:0; padding:0; list-style:none;}
.admin-dashboard-div .admin-dash li{ margin:0 10px 0 0; padding:0; list-style:none; float:left; width:9.7777%; display:inline-block; }
.admin-dashboard-div .admin-dashboard-box-1 { margin:0 0 10px 0; padding:0; text-align:center; border:1px solid #c9c9c9; border-radius:2px; height:110px;}
.admin-dashboard-div .admin-dashboard-box-1:hover { border:1px solid #666;}
.admin-dashboard-div .admin-dashboard-box-1 .img{ margin:0 auto; padding:15px 0 10px 0; text-align:center;}
.admin-dashboard-div .admin-dashboard-box-1 .img img { height:40px;}
.admin-dashboard-div .admin-dashboard-box-1 h3{ margin:0; padding:10px; color:#666; font-size:12px; text-align:center; font-weight:700; text-transform:uppercase;}


/* responsive */
@media only screen and (max-width: 767px){
	html, body { overflow-x:hidden;}
	.container { width:100% !important; }	
	.canvas { margin:0!important; padding:0!important;}
	
	.support-block .support-div  { width:100%;}
	
	.admin-dashboard-div .col-md-2 { padding:0; width:100%;}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {

	

}
@media only screen and (min-width: 480px) and (max-width: 640px) {

}
/*
@media only screen and (min-width: 640px){
	.header-section .logodiv img { max-width:28%; }
}*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	html, body { overflow-x:hidden;}
	.container { width:100% !important; }	
	.canvas { margin:0!important; padding:0!important;}
	
	.admin-dashboard-div .col-md-2 { width:20%;}
	.admin-dashboard-div .admin-dashboard-box h3 { font-size:13px;}
	.admin-dashboard-div .admin-dashboard-box { height:160px;}
}




.tree-data-container { margin:0; padding:0;}
/* CSS Tree menu styles */
.tree-data-container ol.tree{ padding: 0 0 0 30px; 	width: 100%;}
.tree-data-container li { position: relative; margin: 0 0 10px -15px; padding::0; line-height:normal; list-style: none; font-size:13px; color:#000;}
.tree-data-container li.gen-li { margin:5px 0 8px 0;}
.tree-data-container li.file
	{
		margin-left: -1px !important;
	}
.tree-data-container li.file a		{
			background: url(../etender-images/document.png) 0 0 no-repeat;
			color: #000;
			padding-left: 21px;
			text-decoration: none;
			display: block;
		}
.tree-data-container li.file a[href *= '.pdf']	{ background: url(../etender-images/document.png) 0 0 no-repeat; }
.tree-data-container li.file a[href *= '.html']	{ background: url(../etender-images/document.png) 0 0 no-repeat; }
.tree-data-container li.file a[href $= '.css']	{ background: url(../etender-images/document.png) 0 0 no-repeat; }
.tree-data-container li.file a[href $= '.js']		{ background: url(../etender-images/document.png) 0 0 no-repeat; }
.tree-data-container li input
	{
		position: absolute;
		left: 0;
		margin: 0;
		padding:0;
		opacity: 0;
		z-index: 2;
		cursor: pointer!important;
		height: 1em;
		width: 1em;
		top: 0;
	}
.tree-data-container li input + ol
		{
			background: url(../etender-images/toggle-small-expand.png) 40px 0 no-repeat;
			margin: -1.170em 0 0 -44px; /* 15px */
			height: 1em;
			
		}
.tree-data-container li input + ol > li { display: none; margin-left: -14px !important; padding-left: 1px;}
.tree-data-container li label
	{
		
		cursor: pointer;
		display: block;
		padding: 0 0 0 15px; margin:0;
	}

.tree-data-container li input:checked + ol
	{
		background: url(../etender-images/toggle-small.png) 40px 5px no-repeat;
		margin: -1.55em 0 0 -44px; /* 20px */
		padding: 1.93em 0 0 80px;
		height: auto;
	}
.tree-data-container li input:checked + ol > li { display: block;   /* 2px */}
.tree-data-container li input:checked + ol > li:last-child {  /* 1px */ }

.tree-data-container .round-box{ margin:0 10px 0 0; padding:0; display:inline-block; float:right; border-radius:50%; width:20px; height:20px; text-align:center; 
background:#555; color:#fff; font-size:11px; line-height:20px;}

.gen-eval-icon { display:inline-block; position:relative; top:7px; left:-5px;}
.tech-div-main { margin:0 0 5px 0; padding:0 0 10px 0; border-bottom:1px solid #ddd; }
.pre-div-main1 { margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #ddd; }

.award-tbl { margin:0; padding:10px;}
.award-tbl table th { background:#288CAB; color:#fff; font-size:13px; }
.award-tbl table td { font-size:13px; padding:5px!important;}
.award-tbl .checkbox { margin:0; padding:0;}
.award-tbl .award-comments{ margin:10px 0; padding:10px; border-top:1px solid #ddd;}
.award-tbl .trophy-icon .fa { font-size:16px;}

.supplier-gen-price-comp-tbl{ margin:0; padding:10px;}
.supplier-gen-price-comp-tbl table th { background:#288CAB; color:#fff; font-size:13px;}
.supplier-gen-price-comp-tbl table td { font-size:13px; padding:5px!important; }
.supplier-gen-price-comp-tbl  .checkbox { margin:0; padding:0;}


.cust-tbl{ margin:0; padding:10px;}
.cust-tbl table th { background:#288CAB; color:#fff; font-size:13px;}
.cust-tbl table td { font-size:13px; padding:5px!important; }
.cust-tbl .checkbox { margin:0; padding:0;}
.cust-tbl .total-bg { background:#C8EFEA;}

.btn-group-sm > .btn, .btn-sm { border:0!important;}

.plus-right { display:inline-block; float:right; text-align:right;}


.tender-search-div { margin:5px 0 0 0; padding:0;}
.tender-search-div input[type="text"]{ display:inline-block; width:250px;}
.tender-search-div select{ display:inline-block; width:150px;}
.tender-search-div button{ display:inline-block;}
.tender-search-div .fa { color:#fff!important;}

.welcome-container { margin:10px 0 0 0; text-align:right;}
.logo { margin:10px 0 0 0; padding:0;}
.client-logo { margin:10px 0 0 0; padding:0;}
.welcome-container .welcome-title{ margin:0; padding:0; display:block; font-size:12px; font-weight:700; color:#000;}
.welcome-container .orgname-title{ margin:0; padding:0; display:block; font-size:12px; color:#000;}
.welcome-container .top-date-span{ margin:0; padding:0; display:block; font-size:12px; color:#666;}





@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold_0-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular_0-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.doc-download-radio { border:1px solid red;}


.radio .doc-download-radio input[type="radio"]:checked + label::before,
.radio-inline .doc-download-radio input[type="radio"]:checked + label::before

 {
    line-height: 16px!important;
}

.doc-download-radio label::before{
    bottom: auto!important;
}

.doc-download-radio label::before, .custumrc .radio .doc-download-radio label::before, .custumrc > .radio .doc-download-radio label::before {bottom: auto!important;}






.price-label-tbl .span-txt { margin:0; padding:0; display:inline-block;}
.duration-span-txt{
    color: rgb(0, 102, 204);
    font-size: 13px;
    text-align: right;
    float: right;
    margin: 0px 210px 0px 0px;
}

.width-20{width:20% !important}

.multiselect-box .btn-group{width:100% !important;text-align:left !Important;}
.multiselect-box .multiselect-container{width:100% !important;text-align:left !Important;}
.multiselect-box .multiselect{width:100% !important;text-align:left !Important;}
.multiselect-box .multiselect-item  { font-weight:normal!important; font-size:13px!important}

.multiselect-box .btn-default:hover, .multiselect-box .btn-default:focus, 
.multiselect-box .btn-default:active, 
.multiselect-box .btn-default.active, 
.multiselect-box .open > .dropdown-toggle.btn-default {
    background-color: transparent!Important;
    border-color: transparent!Important;
}

.multiselect-box .multiselect-container > li > a > label {
    font-weight: normal !important;
}
.multiselect-box .multiselect-selected-text { text-align:left !Important;}


.control-label52 {
	text-align: left;
	font: 13px/20px arial;
	color: #333;
	padding-top: 7px;
	font-weight: bold;
}




.custumrc > .radio.top-radio label::before { vertical-align:top; top:0;}
.text-wrap1 {word-break:breakall !important; white-space:normal !important;}

