body {
  background-color: #fcfcfc;
}

.avatar-view {
  display: block;
  height: 220px;
  width: 100%;
  border: 3px solid #fff;
  border-radius: 1px;
  box-shadow: 0 0 5px rgba(0,0,0,0);
  cursor: pointer;
}
.imgcon{
	margin: 10px 30px 20px 50px;
	height: 175px;
	width: 200px !important;
	
}

/* .avatar-view :hover { 
	opacity: 0.3; 
	border-color: #ccf;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
} */

.avatar-view img {
  width: 140%;
  height: 80%;
 /*  position:relative; */
 
}

/*  .avatar-view :hover{
	transition: all .6s ease-in-out;
	transform: scale(1.5);
} */

.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;
}

.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("../images/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}

.text {
    width: 35%;
     float: left;
}

.text form {
}

.image {
    width: 30%;
    float: left;
}

.before-container{
	margin: 10px 30px 20px 50px;
}
.container{
	width:900px !important
}

/* .left {
    max-width: 100%;
    background:red;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    float: left;
}
.right {
    background:yellow;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    text-align: right */
