/***********************************************************************************************************
* Preview and upload multiple files using Jquery and PHP
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* Email: vasplusblog@gmail.com or info@vasplus.info

**********************************Copyright Information*****************************************************
* This script has been released with the aim that it will be useful.
*************************************************************************************************************/


body 
{
	font-family:arial;
	font-size:14px;
	background-color:#1977cc !important;
}

.vpb_wrapper {
	max-width:120px;
	border: solid 1px #cbcbcb;
	 background-color: #FFF;
	 box-shadow: 0 0px 10px #cbcbcb;
	-moz-box-shadow: 0 0px 10px #cbcbcb;
	-webkit-box-shadow: 0 0px 10px #cbcbcb;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	text-align:center;
	padding:10px;
	padding-bottom:3px;
	line-height:25px;
	float:left;
	margin-right:20px; 
	margin-bottom:20px;
	word-wrap: break-word;
}
.vpb_wrapper:hover{ text-decoration:underline; color:#039;}

.vpb_image_style{ width:100px; height:100px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; border:0px solid;}
.vpb_image_style img { width:100px; height:100px; border:0px solid;}

.vpb_display_info{ width:300px;background:#FFFFEC; padding:10px; border:1px solid #EAEAEA;}

.vpb_pagination_button_clicked
{
 background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 2px solid #63a62f;box-shadow: 0 2px 3px #666666;-moz-box-shadow: 0 2px 3px #666666;-webkit-box-shadow: 0 2px 3px #666666;
 color: #fff; 
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  min-width: 20px;
  width:auto;
  padding:6px;
  text-decoration:none;
  padding-left:10px; padding-right:10px;
  margin-left:10px;
  line-height:20px;
  float:right;
}
.vpb_pagination_button_clicked:hover 
{
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    box-shadow: 0 2px 3px #666666;
	-moz-box-shadow: 0 2px 3px #666666;
	-webkit-box-shadow: 0 2px 3px #666666;
    cursor: pointer; 
}

.loading {
	display: inline-block;
	color: #000;
	border: 1px solid #ddd;
	padding: 8px 15px;
	background-color: #fff;
	margin:0px;
	margin-top:15px;
	border-radius:20px;
}

/*Browse File button Style*/
.vpb_browse_file{ font-weight:bold; text-align:center;background:#f2f2f2 url('../images/addfile.png') no-repeat 12px 9px;color:green;border:1px solid #ccc;height:30px;cursor: default;width:106px;-moz-border-radius:5px; -webkit-border-radius:5px;float:left; margin-top:4px;}