/***********************************************************************************************************
* 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.
* Please, do not remove this copyright information from the top of this page.
* If you want the copyright info to be removed from the script then you have to buy this script.
* This script must not be sold.
* All Copy Rights Reserved by Vasplus Programming Blog
*************************************************************************************************************/

#vpb-display-preview{margin-top: 10px;}
.vpb_wrapper {
	width: 50px;height: 50px;background: white;
	border: solid 1px #cbcbcb;
	padding:5px;margin: 0 8px 8px 0; 
    
	box-shadow: 0 0px 3px #cbcbcb;
	-moz-box-shadow: 0 0px 3px #cbcbcb;
	-webkit-box-shadow: 0 0px 3px #cbcbcb;
	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
	text-align:center;
	float:left;
	word-wrap: break-word;
    position: relative;
}
.vpb_image_style{
    width: 50px;height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.remove-images-upload{cursor:pointer;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 26px;height: 26px;}
.vpb_wrapper:hover{ text-decoration:underline; color:#039;}



.vpb_display_info{ width:300px;background:#FFFFEC; padding:8px; border:1px solid #EAEAEA;font-family:Verdana, Geneva, sans-serif; font-size:11px;}

.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; 
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:13px;
  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; 
}



/*Browse File button Style*/
.vpb_browse_file{ font-weight:bold; font-size:12px;font-family:Arial, Helvetica, sans-serif;
text-align:center;background:#f2f2f2 url('/images/addfile.png') no-repeat 8px 5px;color:green;
border:1px solid #ccc;height:30px;cursor: pointer;width:110px;-moz-border-radius:5px; -webkit-border-radius:5px;
float:left; margin:4px 0 0 110px;
}