/****** logout *********/
#welcome {
	float:right;
	width:300px;
	height:41px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; color:#1a1a1a;
	padding-top:10px;
	color:#fff;
	}
	
		#welcome a{
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#f7a733;
			text-decoration:none;
	
	}
/****** logout *********/

#spinner 
{
	background: url(../images/ajax-loader-resp.gif) no-repeat center center transparent;
	display: none;
	height: 100%;
	left: 0%;
	opacity: 0.8;
	position: fixed;
	top: 0%;
	width: 100%;
	z-index: 1000;
}

/*********Textarea Font********/
.txtarea-1,.txtarea-3
{
font-family: 'Roboto',sans-serif !important;
}
/*****************************/
/*****************auction bidding ********************/


.form-table-3{ width:100%;  margin-right:10px; background: none repeat scroll 0 0 #fff; border: 1px solid #ccc; margin-bottom: 10px;}
.form-table-3{ width:100%; margin-right:0px; background: none repeat scroll 0 0 #fff; border: 1px solid #ccc; margin-bottom: 10px;}
.form-table-3 td { padding:5px;  border-bottom:dotted 1px #CCC; border-right:dotted 1px #CCC; text-align:center}
.form-table-3-img{ width:90px; height:70px;}
.form-table-3-txtbox-btn{background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px;
	
    }
	
	.form-table-4-txtbox-btn{background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px;
	width:160px;}
.c-4{ }
.form-table-3 label{ margin-right:8px;}
.btn-bid{ background:#e8843a url(../images/icon-bid.png) left no-repeat; cursor:pointer; color:#FFF; border:none; padding: 7px 10px 7px 30px; margin-top:10px; font-size:12px; }
.btn-bid:hover{background:#f59d5b url(../images/icon-bid.png) left no-repeat;}
 .table-responsive-2{overflow-x: auto;
    width: 100%;
}


/**************auction bidding****************************/

/****************(Login page) index.php file css************************/
.application-login-head{ width:180px; height:92px;}
.application-login-logo{ text-align:center; margin-bottom:10px;}
.application-login-left{ float:left; width:48%; text-align:center; }
.application-login-right{ float:right; text-align:left; padding:20px 0px; width:40%; margin-top:30px;}
.application-login-textbox{background:#F1F1F1; box-shadow:0 0 3px #CCC inset; clear:both; border:1px solid #CCC; width:80%; padding:5px; height:30px; margin-bottom:20px;}
.tagline{ color:#113198; text-shadow:0px 2px #CCC;text-align:center; font-weight:bold; font-size:20px; margin-bottom:10px;}

/*******************************login page *********************************/



/**************************************Scrolling Menu***************************************/
.gallery__controls {
   /*  float: right;
    width: 5%; */
}

.gallery__controls-prev {
    /* cursor: pointer;
    float: left;
    left: 0;
    position: relative;
    width: 50%; */
	float: left;
    margin-top: 7px;
}

.gallery__controls-next {
    float: right;
    margin-top: 7px;
   /*  cursor: pointer;
    float: left;
    position: relative;
    right: 0;
    width: 50%; */
}

.gallery__controls-prev.prev_class > img , .gallery__controls-next.next_class > img {
   /*  width: 60%; */
}

.main_ul
{
border:2px solid #ccc;
  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  -ms-border-radius: 2px;

  -o-border-radius: 2px;

  border-radius: 2px;
  
  height: 45px;

  background-color: #ffffff;

  background-image: -moz-linear-gradient(bottom,#f7f7f7 0%,#fff 99.46%,#fff 100%);

  background-image: -o-linear-gradient(bottom,#f7f7f7 0%,#fff 99.46%,#fff 100%);

  background-image: -webkit-linear-gradient(bottom,#f7f7f7 0%,#fff 99.46%,#fff 100%);

  background-image: linear-gradient(bottom,#f7f7f7 0%,#fff 99.46%,#fff 100%);
}
#main-nav{overflow:hidden;margin: 0 auto 0 15px;position: relative;width: 99.7%;}
#main-nav {
	width: 95% !important;
	margin:0 auto;
	background-color: transparent !important;
    background-image: none !important;
    border: medium none !important;
}

@media only screen and (max-width: 479px) {
	.gallery__controls{display:none !important;}
}
@media only screen and (min-width:767px) and (max-width:1024px) {
	#main-nav {width: 90% !important;}
}
/**************************************Scrolling Menu***************************************/

.container-user {
    min-height: 475px; /*!important*/
}