
label.custom-file-upload
{
	
	cursor:pointer;	
}


.p_media {
  border: 2px solid #d9d9d9;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  padding: 10px 10px 5px;
  position: relative;
  width: 125px;
}
.p_media:first-child{
	border-color:#009966;
}
.product_media {
    margin-bottom: 10px;
}

.p_media img{width:100%; height:100%;}

.p_media div.btn-container
{
	 background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 30px;
    left: 0;
	bottom: -45px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;	
}




div.product_media .p_media:hover .btn-container,
.p_media:hover .btn-container{
    bottom: 0;
    opacity: 1;
}
.p_media .btn i.fa{
	color: #ffffff;
    font-size: 18px;
}
.p_media .btn:hover i.fa{
	color: #FF0000;
}
.imageUpload,
.imageUpload1{
	text-align:center;
	border:1px solid #f0f0f0; 
	padding:15px;
	margin:0 0 15px;
}
.imageUpload i.fa,
.imageUpload1 i.fa{
	color: #d9d9d9;
    display: block;
    font-size: 60px;
    margin-bottom: 11px;
}
.imageUpload .custom-file-upload span,
.imageUpload1 .custom-file-upload span  {
    color: #999999;
    font-family: "OpenSans";
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
	display:block;
}

.progress-bar {
    background-color: #337ab7;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
}
.progress-animated,
.progress-animated1 {
    height: 10px;
    margin: 5px 5px 10px;
    position: relative;
}

.fileDelete-process {
	background:rgba(0,0,0,0.4) url(../images/del-loader.gif) no-repeat scroll center center ;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.avatar-view {
  display: block;
  margin: 15% auto 5%;
  height: 220px;
  width: 220px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  cursor: pointer;
  overflow: hidden;
}

.avatar-view img {
  width: 100%;
}

.avatar-body {
  padding-right: 15px;
  padding-left: 15px;
}

.avatar-upload {
  overflow: hidden;
}

.avatar-upload label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}

.avatar-upload input {
  display: block;
  margin-left: 110px;
}

.avatar-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.avatar-wrapper {
  height: 364px;
  width: 100%;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  background-color: #fcfcfc;
  overflow: hidden;
}

.avatar-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.avatar-preview {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.avatar-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.avatar-preview img {
  width: 100%;
}

.preview-lg {
  height: 184px;
  width: 184px;
  margin-top: 15px;
}

.preview-md {
  height: 100px;
  width: 100px;
}

.preview-sm {
  height: 50px;
  width: 50px;
}

@media (min-width: 992px) {
  .avatar-preview {
    float: none;
  }
}

.avatar-btns {
  margin-top: 30px;
  margin-bottom: 15px;
}

.avatar-btns .btn-group {
  margin-right: 5px;
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("../img/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}
