.tags{color: #a3a3a3;
    font-size: 13px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e9e9e9;
    padding: 10px 10px;
    background: #f9f9f9;
	}
.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%;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:#042846;}
.main-wrapper {background: rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat scroll 0 0;}
.crop-image {margin-bottom: 60px;text-align: center;}
.share {
text-align: center;
    display: block;
    margin: 0px 0px 15px;
    font-size: 17px;
    color: #000000;
}

.title {
	    text-align: center;
    display: block;
   margin: 15px 0px 26px;
    font-size: 22px;
    color: #000000;
}
.info-title {

    display: block;
   margin: 15px 0px 26px;
    font-size: 20px;
    color: #444444;
}

.info-description {
   display: block;
   margin: 15px 0px 26px;
    font-size: 15px;
    color: #444444;
}
.description {text-align: center;
    color: #444444;font-size: 15px;}
	
.footer {background-color: #286090;
    padding: 12px 0;}
.footer-cont > p {    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;}
.logo {text-align:center;}
.logo img {height: auto;max-width: 100%;}

.logo :hover {background-color:#218ec4;border-color:#218ec4; border-bottom: 1px solid; margin:0px}
 
.upload-btn {margin-bottom:10px;}
.upload-btn > a {background-color: #2ea2db;border-color: #2ea2db;border-radius: 8px;font-size: 24px;padding: 12px 25px;text-transform: uppercase;margin-bottom: 10px;}
.upload-btn > a:hover {background-color:#218ec4;border-color:#218ec4;}

.download-btn {margin-bottom:15px;}
.download-btn > a {    background-color: #005aaf;
    border-color: #1d52a3;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;}
.download-btn > a:hover {background-color:#064179;border-color:#072a5f;}

.switch-btn {margin-bottom:70px;}
.switch-btn > a {
	background-color: #e2e2e2;
    border-color: #c8c8c8;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #000;
	}
.switch-btn > a:hover {background-color:#cacaca;border-color:#c8c8c8;color: #000;}




.crop-image > h4 {color: #a3a3a3;margin: 0;}
.crop-content {margin-bottom: 25px;}

.img-cropper {
background: #f1f1f1 url(../images/img-icon.png) no-repeat scroll center center;
    border-radius: 10px;
    margin: 0 auto 40px;
    position: relative;
    width: 250px;
    height: 250px;
    border: 1px solid #f4f4f4;}
.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 , .view-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,  .view-details {width: 100%;}
}
@media (min-width: 992px) {
  .avatar-preview , .view-details {float: none;}
}