#popupMemberPicture {
	width: 50%;
    height: auto;
   	padding: 10px 40px;
   	border-radius: 10px;
    transition: all .3s;
}


@media (min-width: 1200px) and (max-width: 1440px) {
	#popupMemberPicture {
		width: 60%;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#popupMemberPicture {
		width: 90%;
		padding: 10px 0;
	}
	.fancybox-button.svg.path {
		color: white;
	}
}
#popupMemberPicture .panel-default {
	background-color: rgb(0,0,0,0.8);
}

#popupMemberPicture .panel-heading, #popupCoverPicture .panel-heading {
	color: white;
    min-height: 50px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;



}
#Picdata, #coverSubmit {
	background-image: url(../img/save.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
    padding-left: 50px;
    min-height: 60px;
    background-size: 30px;
}
#popupCoverPicture {
	width: 70%;
    height: auto;
    padding: 10px 40px;
    border-radius: 10px;
    transition: all .3s;
}
#popupCoverPicture .panel-default {
	background-color: rgb(0,0,0,0.8);
}
.popupMemberPicture td {
	vertical-align: middle;
}
div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
}
.vanilla-rotate.btn, .btn.upload-result  {
   
	color: #fff;
    background-color: #398439;
    border-color: #255625;
    padding: 10px 20px;
}
.vanilla-rotate.btn {
	height: 100px;
	width: 100px;
}
.btn.upload-result {
	float: right;
    margin-right: 20px;
}
.vanilla-rotate.rotate-left {
	background-image: url(../img/rotate_left.png);
	background-repeat: no-repeat;
}
.vanilla-rotate.rotate-right {
	background-image: url(../img/rotate_right.png);
	background-repeat: no-repeat;
}
.panel-body .styled-file {
	display: none;
}
div.uploader span.filename {
	display: none;
}
div.uploader {
	opacity: 0;
}
.btn-picture, .btn-cover {
	width: 120px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    text-align: center;
    border: 1px dashed;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 30px;
	color: white;
    text-transform: none;
    padding: 0;
    letter-spacing: .1px;
	background-image: url(../img/upload.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
#picProfil_ajax_loader, #cover_ajax_loader {
	 position: fixed;
  	top: 0px;
  	left: 0px;
  	display: none;
  	opacity: 0.6;
  	height: 100%;
  	width: 100%;
  	background: #333;
 	z-index: 100;
  	height: 100%;
  	width: 100%;
}
#picProfil_ajax_loader img, #cover_ajax_loader img {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 10000;
}
#post_ajax_loader {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 10000;
}

@media (max-width:480px) {
	#popupCoverPicture, #popupMemberPicture {
		width: 100%;
		padding: 0;
	}
	#popupCoverPicture .panel-heading, #popupMemberPicture  .panel-heading {
		font-size: 1em;
	}
	.btn-picture, .btn-cover {
		width: 60px;
     	height: 60px;
	}
	.vanilla-rotate.btn {
		background-size: 50px;
    	height: 50px;
    	width: 50px;
	}
	.croppie-container .cr-boundary {
		margin: 0;
	}
	.fancybox-button svg {
		color: white;
	}
	
	
}