/* The MIT License */

/* CROPPER */


#imgouter {
    position: relative; border: none;
    z-index: 200;
}

#imglayer {
    background-color: transparent; background-repeat: no-repeat; opacity: 0.5; cursor: default;
    filter:alpha(opacity=50); /* IE 6-7 Trash */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 Trash */
    z-index: 300;
}

#cropframe {
    position: absolute; width: 40px; height: 40px; left: 0px; top: 0px; padding: 0px; border: 1px dashed #333; background-repeat: no-repeat;
    -border-image: url('../images/ants.gif') 1 repeat repeat;
    -webkit-border-image: url('../images/ants.gif') 1 repeat repeat;
    -moz-border-image: url('../images/ants.gif') 1 repeat repeat;
    z-index: 999;
}

#cropframe.active {
    border: 1px dashed #fff;
}

#cropinfo {
    background-color: #ccc;	opacity: 0.5; top: 0px; left: 0px; height: 32px; position: absolute;
    filter:alpha(opacity=50); /* IE 6-7 Trash */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 Trash */
    z-index: 600;
}

#cropdims {
    color: #000; padding: 6px 5px; margin-left: 32px; font-size: 12px;
    z-index: 500; font-family: sans-serif;
}

#cropbtn {
    background-image:url('../images/crop.gif'); background-repeat: no-repeat;
    position: absolute; left: 0px; height: 32px; width: 32px; cursor: pointer !important;
    z-index: 800;
}

#cropbtn:hover {
    background-color: black;
}

#draghandle {
    background-color: transparent; top: 0; left: 0; width: 100%; height: 100%; margin: 0px; position: absolute; cursor: move;
    z-index: 90;
}

.resizeHandle {
    z-index: 40; opacity: 0.9;
    filter:alpha(opacity=90); /* IE 6-7 Trash */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 Trash */
    background-color: #666;
    position: absolute;	margin: 0px; border: 1px solid #fff; height: 8px; width: 8px;
    display: none;
}

#resizeHandleXY {
    left: 100%;	top: 100%;
    cursor: se-resize;
}

/*----*/


#profilFotoContainer{float:left;width:160px;}
#profilFotoTitle{float: left;}
#profilFotoImgContainer{
  float:left;min-height:140px;min-width:140px;border:1px solid #ccc;padding:5px;position: relative;
  background-color: transparent !important;
}
#profilFotoStatus{float:left;width:102px;padding:5px;}

.profilePictureSelector{
  position: absolute;
  width:140px;
  left: 5px;
  bottom:5px;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #ccc;
}


.profilePicVisibilitySelector{
  position: absolute;
  width:120px;
  margin-left: 10px;
  top:10px;

}

.hiddenElem{
  display:none;
}

#albumMainContainer{float:left;width:800px;}
#albumMainContainer a:hover{text-decoration: none !important;}
#albumTitle{}
#albumHeadMenue{background-color: #efefef;padding:4px 10px 4px 10px;float: left;width: 787px;}
.albumHeadMenueLeft{float: left;width:310px; line-height: 25px;}
.albumMenueCrop{float: right; line-height: 25px;margin-right: 20px;text-decoration: none !important;}
.albumHeadMenueDelAlbum{float: right; line-height: 25px; text-align: right; margin-right: 20px;}
.albumHeadMenueVideo{float: right;line-height: 25px; text-align: left; padding-left:20px; background: url(/includes/images/help16.png) no-repeat 0px 4px;}
.albumHeadMenueDelAlbum span{cursor: pointer;}
#albumsContainer{border:1px solid #ccc;height:102px;width:795px;padding:5px;white-space: nowrap;overflow: auto;}



.helpVideo{
  margin: -300px 0 0 -450px !important;
  width:900px !important;
  height:600px !important;

}

.helpVideo iframe{
  width: 900px !important;
  height: 600px !important;
}

#albumsContainer .delAlbumContainer{
  display: none;
}



.albumsPadding{padding: 5px 10px 0px 5px;}

.round5px{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.dz-preview img{
  width: 100px;
  height: 100px;
}

.selectArea{
  background-image: url("/includes/images/select_image.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left:18px;
  height:21px;
  display: inline-block;

  display: inline-block;
  line-height: 21px;

}

.deleteProfilePic{
  position: absolute;
  background-color: #cc0000;
  color:#fff;
  padding:2px;
  min-width:16px;
  text-align: center;
  top:0px;
  right: 0px;
  cursor: pointer;
  text-shadow: none;
  font-weight: bold;
}

.countImg{
  position: absolute;
  background-color: #fff;
  border: 1px solid #666;
  text-align: center;
  padding:1px;
  min-width:16px;
  left: 2px;
  top: 2px;
  font-size: 11px;
}


.delImageFromPool{
  position: absolute;
  top:0px;
  right: 0px;
  height: 32px;
  width: 32px;
  background: url(/includes/images/delete_32.png) no-repeat;
  z-index: 3000;

}

.zoomedImgDiv {
  position: absolute;
  top:0px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: url(/includes/images/transparent_white_80.png);
  cursor: no-drop;
  z-index: 99999999;
}

.zoomedImgDiv * {
  vertical-align: middle;
}

.zoomedImgDiv span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

.zoomedImg{
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 15px #222;
  cursor: pointer;

}


.zoomIcon{
  background: url(/includes/images/zoom_48.png) no-repeat center center;
  position: absolute;
  width:100%;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
  z-index: 10;

}


.zoomIcon:hover{
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  z-index: 10;
}

.disabledElem{
  display: none;
}

.userAlbumName{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom:5px;
  margin-top:2px;
  padding-bottom:2px;
  padding-top:0px;
  height: 16px;
  line-height: 16px;
}

.userAlbumImg{
  background-image: url("/includes/images/pencil_16.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 16px;height: 16px;
  display: inline-block;
}

.userAlbumSave{
  background-image: url("/includes/images/save_disk_16.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 16px;height: 16px;
  display: inline-block;
}

.divAlbumName{
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 14px;
  padding:0px;
}

.delAlbumContainer{
  margin-top:20px;
}

.divDelAlbum{
  padding-left:22px;
  background: url(/includes/images/del_16.png) no-repeat 0px 0px;
  line-height: 16px;
  height: 16px;
  display: inline-block;
}

.delAction{

}
.visibilityStatus{
  text-align: center;
}

#profilFotoContainer .visibilityStatus{
  background-color: #efefef;
  border: 1px solid #ccc;
}


#profilFotoContainer .visibilityStatus{
  background-color: #efefef;
  border: 1px solid #ccc;
}


.visibilityStatusName{

  background-image: url("/includes/images/eye_edit.png");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left:18px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin-bottom:2px;
}


.albumImgCount{
  position: absolute;top:-2px;right: -2px;text-align: center; float: right; min-width:14px;font-size:11px;padding:2px;background-color: #666;color:#ccc;text-shadow: none;
}



/*margin-bottom: 10px;*/

#vNobody, #vFriends, #vAll, .btnCloseVisibilityPopupText{cursor: pointer; height:23px;line-height: 20px; font-size:12px !important;}
#vNobody:hover, #vFriends:hover, #vAll:hover{background-color: #ccc;}


.userAlbumName:hover{background-color: #ccc;}
.visibilityStatus:hover{background-color: #ccc;}
.selectAreaImgContainer:hover{background-color: #ccc;}
.delAlbumContainer:hover{background-color: #ccc;}

#imgUploadInfoContainer{
  background-color: #efefef;
  border:1px solid #ccc;
  padding:5px;
  margin: 15px 0px 15px 0px; float: left; width: 960px;
}


#imgUploadBtn{
  width: 200px;
  float:left;
  color: #fff;
  cursor: pointer;
  padding:10px 10px 10px 45px;
  background: green url(/includes/images/upload_cloud.png) no-repeat 5px center;
  cursor: pointer;
}

#imgUploadFallback{
  display: none;
  width: 200px;
  float:left;
  color: #fff;
  cursor: pointer;
  padding:10px 10px 10px 5px;
  /*background: green url(/includes/images/upload_cloud.png) no-repeat 5px center;*/
  cursor: pointer;
}

#imgUploadFallback input {
  width:210px;
  margin:0px;
  padding:0px;
}


#imgUploadInfo{
  background: url(/includes/images/info_32.png) no-repeat 5px 0px;
  float:left;
  width:655px;
  margin-left:5px;
  padding:2px 0px 0px 45px;
  min-height: 33px;
  font-style: italic;
  text-shadow: #fff 1px 1px;
}


#uploadArea{
  clear: left;
}

#imgUpdateDiv{
  width:130px;min-height:70px;line-height: 16px;position: absolute;top:2px;background-color: #666;border: 1px solid #ccc;
  z-index: 1; color:#fff; text-shadow: none;
  text-align: center;
}

#profilFotoContainer #imgUpdateDiv{
  width: 154px !important;
  top:-2px !important;
  left:-2px !important;
}


.showLink{cursor: pointer;}

.userAlbumActive{
color:#fff;
text-shadow: #666 1px 1px;
background-color: #a4b357;
@include filter-gradient(#a4b357, #75890c, vertical);
@include background-image(linear-gradient(top, #a4b357 0%,#75890c 100%));
}

#profilFotoContainer .userAlbumActive{
  color:#000 !important;
  text-shadow: none !important;
  background-color: #a4b357 !important;

}

.dz-preview{
  cursor: pointer;
}

#profilFotoContainer .dz-preview{
  cursor: pointer !important;
}

.userAlbumInactive{
  background-color: #efefef;
  text-shadow: #fff 1px 1px;
}


.userAlbum{border:1px solid #ccc;display:inline-block;width:130px;height:70px;padding:3px; text-align: center;margin-right:10px;  position: relative;}

.activeInAlbumImage{
  background-color: #b3e684 !important;
}

.tip{
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: rgba(255, 255, 255, 0.80);
padding: 5px;
}

.btnCloseVisibilityPopup{
  text-align: right;
}

.btnCloseVisibilityPopupText{
  text-align: center;
  display: inline-block;
  background-color:#cc0000;
  height:15px;
  width:15px;
  line-height: 14px;
  overflow: hidden;
  color:#fff;
  z-index: 1000;
}

.clear{
  clear:both;
  height:0px;
  margin:0px;
  font-size: 1px;
  line-height: 0px;
}

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}

.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  /*display: inline-block;*/
  float: left;
  margin: 15px 15px 0px 0px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;

}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 0px 15px 15px 15px;
  overflow: auto;
  max-height: 580px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../images/spritemap_de.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: url("../images/spritemap_de@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../images/spritemap_de.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("../images/spritemap_de@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../images/spritemap_de.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("../images/spritemap_de@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
  background-image: -moz-linear-gradient(top, #fafafa, #eee);
  background-image: -o-linear-gradient(top, #fafafa, #eee);
  background-image: -ms-linear-gradient(top, #fafafa, #eee);
  background-image: linear-gradient(to bottom, #fafafa, #eee);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #aaa;
  margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}
@-moz-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}


