@charset "UTF-8";
/* CSS Document */

.text-area{border:1px solid #999999;border-radius:4px;color:#cccccc;}

/* JQUERY CUSTOM INPUTS CSS*/
.nice {
	/* the container div	*/
	background: #ffffff;
	height: 35px;
	width: 100%;
	}
.nice  .NFI-button {
	background:#cdcdcd;
	width:150px;
	height:35px;
	color:#4f4f4f;
	line-height:35px;
	font-size:13px;
}
.nice  .NFI-filename {
	background:#ffffff;
	width:150px;
	height:35px;
	color:#4f4f4f;
	line-height:33px;
	font-size:13px;
	/*the text input element which collects and shows the value*/
}
/*----------*/
 
 .input-container {
	background: #ffffff;
	height: 35px;
	border: 1px solid #666666;
	border-radius: 4px;
	width: 98%;
}
.input-container .styled-input{
	width: 98%;
	height: 35px;
	line-height: 35px;
	float: left;
}


.input-container input{
	height: 35px;
	line-height: 35px;/*results in nice text vertical alignment*/
	border: none;
	background: transparent;
default
	margin: 0 0 0 20px;/*don't start input text directly from the edge*/
	width: 98%;/*full width - grey on the side - 2*10px padding*/
	font-size: 15px;
	color: #cccccc;
	margin-left: 15px;
}
.submit-button{
	background: #94cc9d;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	height: 30px;
	width: 100%;
	margin-top: 15px;
	border: 0;
	cursor: pointer;
}

 
 
 
 
 /* LOGIN */
 .login-input-container {
	background: #ffffff;
	height: 54px;
	border: 1px solid #999999;
	border-radius: 4px;
	width: 100%;
}
.login-input-container .styled-input{width:100%;height:54px;line-height:35px;float:left;}


.login-input-container input{
	height: 54px;
	line-height: 35px;/*results in nice text vertical alignment*/
	border: none;
	background: transparent;
default
	margin: 0 0 0 20px;/*don't start input text directly from the edge*/
	width: 85%;/*full width - grey on the side - 2*10px padding*/
	font-size: 15px;
	color: #aaaaaa;
	margin-left: 60px;
}
.login-submit-button{
	background: #94cc9d;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	margin-top: 15px;
	cursor: pointer;
	border: 0;
}



/*  SELECTS */

.styled-select {
   width: 98%;
   height: 38px;
   overflow: hidden;
   background: url(../new_arrow.png) no-repeat right #ffffff;
   border: 1px solid #ccc;
   border-radius:4px;
   line-height:38px;
   background-image:url(/images/select-arrow.png);background-position:right;
   }
.styled-select select {
   background: transparent;
   width: 100%;
   padding: 0 5px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
/********* ESPECIAL ************/

 .input-container-finder {
	background: #efefef;
	height: 30px;
	/*border: 1px solid #ccc;*/
	border-radius: 8px;
	width: 300px;
	float:right;
	/*border-bottom: 1px solid #ccc;*/
	margin-top:2px;
}
.input-container-finder .styled-input-finder{
	width: 280px;
	height: 30px;
	line-height:30px;
	float: left
	background:url(file:///HDD/Web/img/finder.png) left no-repeat;
	background-position:5px 0px;
}


.input-container-finder input{
	height: 20px;
	line-height: 20px;/*results in nice text vertical alignment*/
	border: none;
	background: transparent;
	width: 280px;
	font-size: 15px;
	color: #666666;
	margin:5px 15px 5px 35px;
	
}



/****************BUTTONS ***************/

.button-generic{width:100%;height:30px;line-height:30px;font-size:14px;text-align:center;margin-top:10px;border-radius:4px;cursor:pointer;}
.button-generic-no-click{width:100%;height:30px;line-height:30px;font-size:14px;text-align:center;margin-top:10px;border-radius:4px;}