@charset "UTF-8";


.delfile, .downloadfile {
  color:#B70068;
}

/* finales kram */
.upload_grid{
  display: flex;
}
.upload_grid .upload_grid-col{
  flex: 1;color:#4A6D7C;
}

#uploader {
    font-size: 1rem;
    line-height: 120%;
    font-family: "TitilliumText22LMedium";
    background: #E9EFF2;
    border: 1px solid #E9EFF2;
    padding:7px;
    min-height:300px;
    margin-right:15px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: block;
}
.upload-description {
  font-family: "TitilliumText22LLight";
  font-size: .75rem;
  padding-right: 90px;
  display: block;
  line-height: 140%;
}
.upload-description strong {
  font-family: "TitilliumText22LMedium";
  font-weight: normal;
}
#uploader-dropzone {
  border: 3px dashed #4A6D7C;
  display: block;
  min-height: 180px;
  background: #c8d3d8 url("../images/uploader/dropzone-bg.svg") no-repeat center center / 49px auto;
  margin: 1rem 0 0 0;
  position: relative;
}
#uploader-dropzone input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
  height: auto;
  width: auto;
  padding: 0;
}
/* Fixes for IE < 8 */
@media screen\9 {
  #uploader-dropzone input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

#userfiles .file {
    font-size: 1rem;
    line-height: 140%;
    font-family: "TitilliumText22LLight";
    border-bottom:1px solid #E9EFF2;
    padding:7px;
    font-size: .75rem;
}
#userfiles .file strong {
  font-family: "TitilliumText22LBold";
  font-weight: normal;
}
#userfiles .fileannotation {
  width: 180px;
  height: 0;
  resize: none;
  background: #E9EFF2;
  padding: 0 .5rem;
  display: block;
  transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear;
}
#userfiles .fileannotation.active {
  height: 37px;
  padding-top: .4rem;
  padding-bottom: .4rem;
}
#userfiles .delfile, #userfiles .downloadfile, #userfiles .editfile {
  display: inline-block;
  cursor: pointer;
  width: 15px;
  height: 18px;
  overflow: hidden;
  margin-right: 9px;
}

#userfiles .delfile svg {
  height: 18px;
  width: 14px;
}
#userfiles .delfile svg .form {
  fill: #71939e;
}
#userfiles .delfile svg .cross{
  fill:#ffffff;
}

#userfiles .downloadfile svg {
  fill: #71939e;
  height: 16px;
  width: 14px;
  margin-top:3px;
}

#userfiles .editfile svg {
  fill: #71939e;
  height: 15px;
  width: 15px;
  margin-top:3px;
}
#userfiles .editfile.active svg {
  fill: #9ba32f;
}
