/****************************************************************
*   Загрузчик изображений в форме ответа v.2018 [stylesheet]
*   Alex_63 12.08.2018г. / 12.08.2018г. 21:22:00
*
****************************************************************/

#load-image-container {
  margin-top: 1.8em;
}
#image-area-tcon-computer:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  outline-offset: -10px;
  z-index: 0;
}
#image-area-tcon-computer:before {
  content: "Выберите файлы или перетащите в зону загрузки";
  display: block;
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  text-align: center;
  font-size: 11px;
  color: currentColor;
}
#image-area-actions,#image-area-tcon-computer >*{
  position: relative;
  z-index: 1;
}
#image-area-tcon-instagram {
  margin: -.5em 0 1em;
}
#image-area-tcon-instagram td {
  border: none !important;
  padding: 0 !important;
}
#image-area-tcon-instagram #imageupload-left div:not(#image-insert-format),
#image-area-tcon-instagram #imageQueue {
  display: none !important;
}