.avatar-view {display: block;margin: 5px;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-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;}
.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("../images/loader.gif") no-repeat center center;opacity: .75;filter: alpha(opacity=75);z-index: 20140628;}

/* New Css */

body {font-family: 'Open Sans', sans-serif;color:#727272;}
.main-wrapper {background: rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat scroll 0 0;}
.crop-image {margin-bottom: 60px;text-align: center;}
.footer {background-color: #7e7e7e;padding:25px 0;}
.footer-cont > p {color: #fff;font-size: 18px;font-weight: 600;margin-bottom: 0;text-align: center;}
.logo {text-align:center;margin-top:50px; margin-bottom:75px;}
.logo img {height: auto;max-width: 100%;}
.upload-btn {margin-bottom:70px;}
.upload-btn > a {background-color: #2ea2db;border-color: #2ea2db;border-radius: 8px;font-size: 24px;padding: 12px 25px;text-transform: uppercase;}
.upload-btn > a:hover {background-color:#218ec4;border-color:#218ec4;}
.crop-image > h4 {color: #a3a3a3;margin: 0;}
.crop-content {margin-bottom: 70px;}
.crop-content h4 {font-weight: 600;}
.img-cropper {background: #e0e0e0 url("../images/img-icon.png") no-repeat scroll center center;border-radius: 10px;margin: 0 auto 40px;position: relative;width: 250px;height: 250px;}
.crop-area {color: inherit;overflow: hidden;width: 100%;}
.crop-result {overflow: hidden;position: absolute;bottom: 0;left: 0;right: 0;top: 0;}
.crop-result img {display: block;left: 0;position: absolute;top: 0;width: 100%;}
.img-cropper img {height: auto;width: 100%;}
.crop-action {	bottom:5px;left: 0;overflow: hidden;position: absolute;right: 0;z-index: 3;}
.crop-delete {
	background-image: url("../images/delete.png");
    background-color: rgba(0, 0, 0, 0.7);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 36px;
    outline: medium none;
    position: relative;
    width: 36px;
	cursor:pointer;
	display:inline-block;
	margin:0 2px;
}
.crop-download{
	background-image: url("../images/download.png");
    background-color: rgba(0, 0, 0, 0.7);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 36px;
    outline: medium none;
    position: relative;
    width: 36px;
	cursor:pointer;
	display:inline-block;
	margin:0 2px;
}
.crop-edit{
	background-image: url("../images/edit.png");
    background-color: rgba(0, 0, 0, 0.7);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    height: 36px;
    outline: medium none;
    position: relative;
    width: 36px;
	cursor:pointer;
	display:inline-block;
	margin:0 2px;
}
.result-details {margin: 0 auto 20px;width: 50%;}
.result-table {margin:0;background-color:#fff;}
.result-table th {width: 50%;}
.result-table th, .result-table td {text-align:left;vertical-align:middle !important;}
.result-table p {margin: 0;}

/* Responsive */

@media only screen and (max-width: 992px) {
	.result-details {width: 100%;}
}
@media (min-width: 992px) {
  .avatar-preview {float: none;}
}