.thumb-lg {
  border: 2px dashed rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  height: 100px;
  width: 100%;
  vertical-align: middle;
  padding-top: 25px;
}

.avatar-view:hover {
  cursor: pointer;
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.thumb-lg:hover {
  border: 1px dashed #283e4a;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.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: 400px;
  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("https://www.instantradcdn.com/static/img/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}

.modal .modal-dialog .modal-content .modal-header .close {
  background-color: #ec407a;
}

.cropper-modal {
  background-color: #f1f1f1;
  opacity: .5;
}

.cropper-bg {
  background-image: none;
  background-color: #f3f3f3;
}

.thumb-lg {
  border: none;
  border-radius: 6px;
  height: auto;
  width: 100%;
  vertical-align: middle;
  padding-top: 0px;
  position: relative;
  border: 1px dashed #b3b3b3;
}

.avatar-view img {
  width: 100%;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.cropper-container.cropper-bg {
  width: 100%;
}